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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-30
Move theme colors enum into separate file.
Andrei Karas
64
-561
/
+605
2015-05-30
Convert DialogType enum into strong typed enum.
Andrei Karas
3
-11
/
+11
2015-05-30
Convert ChatMsgType enum into strong typed enum.
Andrei Karas
8
-28
/
+28
2015-05-30
Convert MouseEventType enum into strong typed enum.
Andrei Karas
5
-27
/
+24
2015-05-30
Convert MouseButton enum into strong typed enum.
Andrei Karas
15
-40
/
+36
2015-05-30
Convert KeyEvent enum into strong typed enum.
Andrei Karas
4
-18
/
+15
2015-05-30
Convert TargetCursorType enum into strong typed enum.
Andrei Karas
4
-15
/
+17
2015-05-30
Convert TargetCursorSize enum into strong typed enum.
Andrei Karas
6
-28
/
+28
2015-05-30
Fix compilation with C++11 again.
Andrei Karas
1
-1
/
+1
2015-05-30
Fix compilation without C++11 flag.
Andrei Karas
1
-1
/
+1
2015-05-30
Convert Rank enum into strong typed enum.
Andrei Karas
6
-14
/
+14
2015-05-29
Convert Pickup enum into strong typed enum.
Andrei Karas
5
-22
/
+19
2015-05-29
Convert Gender enum into strong typed enum.
Andrei Karas
20
-42
/
+46
2015-05-29
Convert CookingType enum into strong typed enum.
Andrei Karas
6
-16
/
+16
2015-05-29
Convert BeingAction enum into strong typed enum.
Andrei Karas
12
-34
/
+29
2015-05-29
Fix compilation without C++11 flag.
Andrei Karas
2
-3
/
+3
2015-05-29
Convert Attributes enum into strong typed enum.
Andrei Karas
33
-162
/
+171
2015-05-29
Convert AttackType enum into strong typed enum.
Andrei Karas
5
-33
/
+35
2015-05-29
Convert ActorType enum into strong typed enum.
Andrei Karas
17
-58
/
+57
2015-05-29
Add support for strong typed enums.
Andrei Karas
3
-0
/
+48
2015-05-29
Use BeingTypeId in Being for subtypeid.
Andrei Karas
24
-76
/
+96
2015-05-29
Add strong typed int type BeingTypeId.
Andrei Karas
24
-65
/
+95
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
153
-627
/
+881
2015-05-28
Add strong typed defines for strong typed ints.
Andrei Karas
3
-0
/
+44
2015-05-28
Rename file simpledefines.h into booldefines.h
Andrei Karas
29
-31
/
+31
2015-05-28
Fix small style issue.
Andrei Karas
1
-2
/
+1
2015-05-28
Add missing file.
Andrei Karas
1
-0
/
+28
2015-05-28
Remove support for split button from inventory.
Andrei Karas
4
-28
/
+0
2015-05-28
Add strong typed bool type Visible.
Andrei Karas
98
-284
/
+342
2015-05-28
Fix typo in browserbox after last changes.
Andrei Karas
1
-1
/
+1
2015-05-27
Add strong typed bool type Move.
Andrei Karas
7
-8
/
+43
2015-05-27
Add strong typed bool type Speech.
Andrei Karas
6
-16
/
+57
2015-05-27
Improve a bit characterviewsmall.
Andrei Karas
1
-4
/
+6
2015-05-27
Improve a bit browserbox.
Andrei Karas
2
-53
/
+50
2015-05-27
Improve a bit basiccontainer2.
Andrei Karas
3
-47
/
+19
2015-05-27
Improve a bit basiccontainer.
Andrei Karas
5
-23
/
+22
2015-05-27
Improve a bit avatarlistbox.
Andrei Karas
1
-23
/
+25
2015-05-27
Clear draw vertexes if window going hidden.
Andrei Karas
1
-1
/
+6
2015-05-27
Use local textchunk in textfield for draw text strings.
Andrei Karas
2
-7
/
+59
2015-05-26
Fix possible crash if disconnecting from server.
Andrei Karas
1
-1
/
+1
2015-05-26
Convert tests for mstack into catch format.
Andrei Karas
2
-64
/
+64
2015-05-26
Convert tests for dye into catch format.
Andrei Karas
2
-79
/
+79
2015-05-26
Convert tests for xmlutils into catch format.
Andrei Karas
2
-17
/
+11
2015-05-26
Convert tests for stringutils into catch format.
Andrei Karas
2
-207
/
+209
2015-05-26
Convert tests for files into catch format.
Andrei Karas
2
-12
/
+7
2015-05-26
Convert tests for browserbox into catch format.
Andrei Karas
2
-6
/
+5
2015-05-26
Convert tests for textchunklist into catch format.
Andrei Karas
2
-177
/
+175
2015-05-26
Convert tests for animatedsprite into catch format.
Andrei Karas
2
-105
/
+100
2015-05-26
Replace gtest with catch. Add basic support for catch.
Andrei Karas
3
-20
/
+9479
2015-05-26
Use local TextChunk in text class.
Andrei Karas
2
-9
/
+28
[next]