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
Age
Commit message (
Collapse
)
Author
Files
Lines
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
In all supported servers this button is useless.
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
Update debian packaging files.
Andrei Karas
17
-682
/
+5484
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
6
-21
/
+9537
Also add make script for tests.
2015-05-26
Use local TextChunk in text class.
Andrei Karas
2
-9
/
+28
2015-05-26
Improve a bit text class.
Andrei Karas
1
-16
/
+17
2015-05-26
Use local TextChunk in windows for draw caption text.
Andrei Karas
3
-12
/
+40
2015-05-25
Add method safeDrawFrame for safe OpenGL renderer.
Andrei Karas
10
-16
/
+75
2015-05-25
Add method safeDrawChildren for safe OpenGL renderer.
Andrei Karas
12
-22
/
+70
2015-05-25
Fix some issues in safe OpenGL renderer after last changes.
Andrei Karas
21
-3
/
+196
2015-05-25
Remove safeDraw implimentation from Widget.
Andrei Karas
35
-2
/
+135
2015-05-25
Add missing safeDraw to some windows.
Andrei Karas
9
-1
/
+110
Without it drawing code can mix safe and not safe drawing.
2015-05-25
Add safeDraw method into tab.
Andrei Karas
2
-34
/
+103
2015-05-25
Add safeDraw method into equipmentwindow.
Andrei Karas
2
-36
/
+91
2015-05-25
Add safeDraw method into avatarlistbox.
Andrei Karas
2
-9
/
+237
2015-05-25
Add safeDraw method into window.
Andrei Karas
2
-63
/
+96
2015-05-25
Add safeDraw method into scrollarea.
Andrei Karas
2
-42
/
+59
[next]