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 (
Expand
)
Author
Files
Lines
2016-04-30
Extend assert reporting functions with condition text and call stack.
Andrei Karas
4
-18
/
+90
2016-04-30
Add function for report call stack.
Andrei Karas
2
-0
/
+40
2016-04-30
Add configure option --enable-asserts
Andrei Karas
2
-0
/
+21
2016-04-30
Move report defines from debug.h into checkutils.h
Andrei Karas
3
-12
/
+18
2016-04-29
Add memory counting into MapHeights.
Andrei Karas
3
-2
/
+16
2016-04-29
Add memory counting into ObjectsLayer.
Andrei Karas
3
-2
/
+17
2016-04-29
Add memory counting into AbmientLayer.
Andrei Karas
3
-7
/
+35
2016-04-29
Add missing explicit keyword in Action.
Andrei Karas
1
-1
/
+1
2016-04-29
Add partial support for memory counting in Map.
Andrei Karas
3
-7
/
+73
2016-04-29
Add name into WalkLayer memory object.
Andrei Karas
1
-0
/
+3
2016-04-29
Add name into SpecialLayer memory object.
Andrei Karas
3
-7
/
+16
2016-04-29
Add name into MapLayer memory object.
Andrei Karas
3
-5
/
+23
2016-04-29
Add name into TexttureAtlas memory object.
Andrei Karas
1
-0
/
+3
2016-04-29
Add name into AtlasItem memory object.
Andrei Karas
1
-0
/
+3
2016-04-29
In memory usage tree not show 0 for child objects.
Andrei Karas
1
-6
/
+16
2016-04-29
Add name into Animation memory object.
Andrei Karas
7
-4
/
+26
2016-04-29
Add name into Action memory object.
Andrei Karas
3
-3
/
+8
2016-04-29
Add name into memory usage tree for SDLMusic and SoundEffect.
Andrei Karas
6
-13
/
+34
2016-04-28
Fix overload virtual warning with SDL2.
Andrei Karas
19
-29
/
+33
2016-04-28
Add workaround for fix compilation warnings in SDL2.
Andrei Karas
9
-16
/
+75
2016-04-28
Add into ci scripts flag -fsanitize=bounds-strict
Andrei Karas
1
-1
/
+1
2016-04-28
Add -fsanitize=bounds-strict into santity flags.
Andrei Karas
1
-1
/
+1
2016-04-28
Add workaround into gccsnapshot_sdl2.sh for SDL compilation warnings.
Andrei Karas
1
-1
/
+1
2016-04-28
In ci scripts move shared gcc 6 and gcc snapshot flags into separate files.
Andrei Karas
7
-1523
/
+617
2016-04-28
Switch build scripts to gcc 6.
Andrei Karas
6
-135
/
+346
2016-04-28
Remove useless function ResourceManager::load.
Andrei Karas
2
-19
/
+4
2016-04-28
Show object name/source in memory counting tree.
Andrei Karas
6
-4
/
+23
2016-04-28
Fix compilation warning in actions.
Andrei Karas
1
-1
/
+1
2016-04-28
Fix compilation warnings in memory manager.
Andrei Karas
1
-3
/
+3
2016-04-28
Fix error reporting function in ci scripts.
Andrei Karas
1
-1
/
+1
2016-04-27
Impliment packet CMSG_LOGIN_REGISTER_HAN.
Andrei Karas
1
-5
/
+20
2016-04-27
Add some gcc 6 build and test ci scripts.
Andrei Karas
4
-0
/
+1013
2016-04-27
Enable warning -Wignored-attributes in gcc shanshot ci scripts.
Andrei Karas
2
-4
/
+2
2016-04-27
Fix update login in title bar after player logged in.
Andrei Karas
1
-0
/
+3
2016-04-27
Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.
Andrei Karas
7
-3
/
+44
2016-04-27
Add server feature HaveKillerId.
Andrei Karas
3
-0
/
+6
2016-04-27
Fix reading whole packet SMSG_BEING_RESURRECT (tmwa).
Andrei Karas
1
-2
/
+2
2016-04-27
Show counted memory usage sum in chat.
Andrei Karas
4
-4
/
+28
2016-04-26
Add chat command for print memory usage. For now only report about resources.
Andrei Karas
7
-0
/
+37
2016-04-26
Update debian packaging files.
Andrei Karas
6
-620
/
+106
2016-04-26
Add memory count functions into MapLayer and SpecailLayer.
Andrei Karas
33
-57
/
+93
2016-04-26
Split graphicsvetexes into multiply files.
Andrei Karas
31
-129
/
+258
2016-04-26
Remove SDLGraphicsVertexes because it unused.
Andrei Karas
2
-25
/
+0
2016-04-26
Move doublerect into separate file.
Andrei Karas
4
-9
/
+39
2016-04-26
Move graphicsvertexes into render/vertexes.
Andrei Karas
27
-32
/
+52
2016-04-26
Add memory count functions into ResourceManager.
Andrei Karas
2
-1
/
+38
2016-04-26
Into ci scripts add another one try level if network error happend.
Andrei Karas
1
-1
/
+9
2016-04-26
Fix compilation warning with some flags.
Andrei Karas
1
-0
/
+2
2016-04-26
In ci scripts, show main commands in output.
Andrei Karas
1
-0
/
+12
2016-04-26
Add into ci scripts --enable-werror and remove check for warnings.
Andrei Karas
23
-44
/
+21
[next]