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
2017-03-22
Add some tests for windowmanager.
Andrei Karas
1
-0
/
+159
2017-03-22
Clear icon pointer after icon was deleted in windowmanager.
Andrei Karas
1
-0
/
+1
2017-03-21
Fix packet CMSG_NPC_STR_RESPONSE for hercules packet version >= 20151029.
Andrei Karas
1
-4
/
+14
2017-03-18
Update version to 1.7.3.18
v1.7.3.18
Andrei Karas
1
-2
/
+2
2017-03-18
Fix compilation on macosx.
Andrei Karas
1
-1
/
+1
2017-03-17
Remove extra include from paths.cpp
Andrei Karas
1
-1
/
+0
2017-03-17
Remove shadow variable from shoplistbox.
Andrei Karas
2
-3
/
+2
2017-03-16
Disable unit test for timeDiffToString if NLS not enabled.
Andrei Karas
1
-3
/
+2
2017-03-16
Fix unit tests compilation on bsd systems.
Andrei Karas
1
-4
/
+2
2017-03-15
Fix output type in stringutils_unittest.cc
Andrei Karas
1
-1
/
+1
2017-03-15
Possible fix for cast issue in i386 arch in tests.
Andrei Karas
1
-2
/
+2
2017-03-15
Fix too long line in windowmanager.cpp
Andrei Karas
1
-2
/
+6
2017-03-14
Fix shadow variables in PopupMenu and Desktop.
Andrei Karas
4
-20
/
+20
2017-03-14
Fix compilation for windows 64 with mingw.
Andrei Karas
5
-8
/
+25
2017-03-13
Dont mount branding directory on windows.
Andrei Karas
1
-7
/
+2
2017-03-13
Add some more fonts loading logging.
Andrei Karas
1
-2
/
+4
2017-03-13
Improve function dirSeparator.
Andrei Karas
1
-3
/
+4
2017-03-12
Remove extra includes.
Andrei Karas
12
-24
/
+0
2017-03-11
Fix different issues found by automatic checks.
Andrei Karas
24
-57
/
+38
2017-03-10
Fix leak in buy dialog.
Andrei Karas
1
-0
/
+1
2017-03-10
Add assert about wrong sfx path.
Andrei Karas
1
-0
/
+5
2017-03-10
Add pathJoin functions for join parts of path.
Andrei Karas
3
-0
/
+183
2017-03-10
Fix new style issue detected by mplint.
Andrei Karas
27
-59
/
+59
2017-03-10
Add setting to allow and not allow move character by mouse.
Andrei Karas
4
-5
/
+18
2017-03-10
Fix compilation warnings with mingw.
Andrei Karas
5
-4
/
+29
2017-03-10
Dont try backup not existing config.xml
Andrei Karas
1
-0
/
+6
2017-03-09
Fix style issue in zip.cpp
Andrei Karas
1
-4
/
+4
2017-03-09
Enable sound by default after auto detection tests.
Andrei Karas
2
-1
/
+2
2017-03-09
Add missing default for float fields loading as string config parameters.
Andrei Karas
1
-0
/
+5
2017-03-09
Fix compilation with nacl.
Andrei Karas
1
-1
/
+1
2017-03-09
Probably fix reading zip archives on big endian cpu.
Andrei Karas
1
-4
/
+23
2017-03-09
Simplify add/remove dirs and zips methods in virtfs.
Andrei Karas
31
-530
/
+530
2017-03-09
Remove extra includes.
Andrei Karas
5
-8
/
+0
2017-03-08
Fix style issue in zip.cpp
Andrei Karas
1
-1
/
+1
2017-03-08
Enable stack generation if target platform support this.
Andrei Karas
3
-20
/
+18
2017-03-08
Use special name for main configuration file in unit tests.
Andrei Karas
1
-0
/
+5
2017-03-08
Add configuration path initialisation in tests where it need.
Andrei Karas
6
-2
/
+61
2017-03-08
Load extra config values in windows test, for prevent wrong data.
Andrei Karas
1
-0
/
+1
2017-03-08
Add assert in fonts loading if font size < 4.
Andrei Karas
2
-2
/
+10
2017-03-08
Improve fonts loading checks and logging.
Andrei Karas
1
-7
/
+39
2017-03-08
Add some cleanups into windows unit tests.
Andrei Karas
1
-2
/
+3
2017-03-08
Dont show in log "read archive ..." messages if zip debugging disabled.
Andrei Karas
1
-0
/
+3
2017-03-08
Clean global font pointer on gui deletion.
Andrei Karas
2
-0
/
+4
2017-03-08
Fix assert in creation default main configuration file.
Andrei Karas
1
-1
/
+7
2017-03-08
Dont show debug info about zip archives in log.
Andrei Karas
1
-0
/
+6
2017-03-08
Fix warning in nacl build.
Andrei Karas
1
-1
/
+3
2017-03-07
Fix unit tests on windows.
Andrei Karas
20
-169
/
+205
2017-03-07
Enable console in unit tests if build with mingw.
Andrei Karas
1
-1
/
+3
2017-03-07
Fix tests after last changes.
Andrei Karas
2
-0
/
+20
2017-03-07
Fix dyecmd compilation with mingw.
Andrei Karas
1
-0
/
+1
[next]