index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
windows
/
equipmentwindow.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-20
Add missing const in gui directory.
Andrei Karas
1
-2
/
+2
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-3
/
+3
2016-01-04
Add missing TRANSLATORS comments to translation strings.
Andrei Karas
1
-0
/
+1
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-12-31
Move ImagePosition enum into enums directory.
Andrei Karas
1
-1
/
+1
2015-11-18
Fix code style in beingequipbackend and add some consts to it.
Andrei Karas
1
-2
/
+2
2015-11-17
Fix compilation without C++11 again.
Andrei Karas
1
-2
/
+2
2015-11-16
Convert InventoryType enum into strong typed.
Andrei Karas
1
-1
/
+1
2015-11-16
Convert DragDropSource enum into strong typed enum.
Andrei Karas
1
-8
/
+8
2015-07-14
Remove default parameters from item popup.
Andrei Karas
1
-1
/
+1
2015-06-28
Remove some ueseless checks.
Andrei Karas
1
-4
/
+1
2015-06-25
Add missing checks in windows.
Andrei Karas
1
-0
/
+4
2015-06-06
Fix code style.
Andrei Karas
1
-2
/
+0
2015-05-30
Move theme colors enum into separate file.
Andrei Karas
1
-4
/
+4
2015-05-28
Add strong typed bool type Visible.
Andrei Karas
1
-6
/
+6
2015-05-25
Add missing safeDraw to some windows.
Andrei Karas
1
-1
/
+1
2015-05-25
Add safeDraw method into equipmentwindow.
Andrei Karas
1
-36
/
+89
2015-05-25
Dont set global color variables before drawing text.
Andrei Karas
1
-1
/
+2
2015-05-21
Call Window::postInit from all windows with overrided postInit method.
Andrei Karas
1
-0
/
+1
2015-05-06
Add strong typed bool type SkipError.
Andrei Karas
1
-1
/
+1
2015-05-06
Add strong types bool type UseResman.
Andrei Karas
1
-1
/
+1
2015-05-05
Replace most bools usage in playerinfo to strong typed bools.
Andrei Karas
1
-4
/
+4
2015-05-05
Add strong typed bool type for modal bool flag.
Andrei Karas
1
-1
/
+1
2015-03-23
Fix memory leak in equipment window.
Andrei Karas
1
-0
/
+1
2015-03-17
Remove useless includes from .h files.
Andrei Karas
1
-0
/
+2
2015-03-16
Remove useless includes from cpp files
Andrei Karas
1
-3
/
+0
2015-02-11
Add typed bool type Equipped.
Andrei Karas
1
-3
/
+3
2015-02-11
Add typed bool type Equipm.
Andrei Karas
1
-3
/
+3
2015-02-07
Dont show some useless errors while loading themes.
Andrei Karas
1
-1
/
+2
2015-02-07
Remove optional parameter from xml document constructor.
Andrei Karas
1
-1
/
+2
2015-01-24
Use InventoryType for inventory type.
Andrei Karas
1
-1
/
+6
2015-01-11
Simplify AddButton method in WidgetGroup class.
Andrei Karas
1
-1
/
+1
2015-01-04
Add stringmap typedefs.
Andrei Karas
1
-2
/
+2
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-12-30
Equip items also if drag it from inventory to player box in equipment window.
Andrei Karas
1
-0
/
+28
2014-12-05
fix code style.
Andrei Karas
1
-1
/
+0
2014-11-23
Add support for additional slots in net code.
Andrei Karas
1
-2
/
+5
2014-10-22
Move equipment window slots names mapping to id to separate file.
Andrei Karas
1
-94
/
+15
2014-10-22
Add missing slots ids into equipment window.
Andrei Karas
1
-13
/
+53
2014-10-10
Fix code style.
Andrei Karas
1
-1
/
+1
2014-09-29
Fix equipment window if equipmentwindow.xml is missing.
Andrei Karas
1
-0
/
+1
2014-09-28
Add support for pages in equipment window.
Andrei Karas
1
-41
/
+136
2014-09-06
Increase number of slots again.
Andrei Karas
1
-1
/
+1
2014-08-17
Use public item popup in equipmentwindow.
Andrei Karas
1
-13
/
+10
2014-08-17
Remove proxy methods used for access popup menu.
Andrei Karas
1
-5
/
+4
2014-07-31
Move popup related code from viewport into popupManager.
Andrei Karas
1
-4
/
+4
2014-07-30
Rename player_node variable into localPlayer.
Andrei Karas
1
-1
/
+1
2014-06-13
In modernopengl add support for buffered draw tile collection.
Andrei Karas
1
-0
/
+1
2014-05-29
Move variables definition into each file with class definition.
Andrei Karas
1
-0
/
+2
2014-05-25
Fix align in constructors.
Andrei Karas
1
-1
/
+1
[next]