index
:
HoraK-FDF/mv
CI_test_var
c++17_deprecated_func
camel
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
ewewukek/fix_linux_build
gl-move_ci-test
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mverse
jesusalva/renameprog
keep_password
master
old-stable
rename_and_cleanup
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-09-28
Fix too long line int killstats.cpp
Andrei Karas
1
-1
/
+2
2017-09-27
Fix some issues with int64 to int32 implicit conversions.
Andrei Karas
9
-15
/
+36
2017-09-27
Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.
Andrei Karas
9
-12
/
+18
2017-09-27
Change player job level, exp from stat object to attribute.
Andrei Karas
15
-163
/
+145
2017-09-27
Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.
Andrei Karas
14
-17
/
+20
2017-09-27
Change attributes value type to int64.
Andrei Karas
24
-109
/
+167
2017-09-25
Add new shuffle packets added to latest hercules.
Andrei Karas
1
-22
/
+4414
2017-09-25
Add support for char server packets for packet version >= 20170830.
Andrei Karas
1
-2
/
+8
2017-09-23
Fix max packet version limit in server editor.
Andrei Karas
1
-1
/
+1
2017-09-22
Fix wrong packet version.
Andrei Karas
1
-1
/
+1
2017-09-19
Add missing space into pnglib.h
Andrei Karas
1
-1
/
+1
2017-09-19
Update packet versions based on latest hercules updates.
Andrei Karas
1
-3
/
+3
2017-09-19
Fix disconnect chat command.
Andrei Karas
1
-0
/
+1
2017-09-18
Redirect logging to file after log file opened.
s20170918
Andrei Karas
5
-6
/
+5
2017-09-18
Move imagewriter into utils directory and rename to pnglib.
Andrei Karas
7
-40
/
+25
2017-09-18
Free music from cache after music disabled or on exit.
Andrei Karas
1
-1
/
+10
2017-09-18
Remove extra includes.
Andrei Karas
3
-15
/
+0
2017-09-18
Fix unit tests compilation.
Andrei Karas
1
-2
/
+4
2017-09-18
Remove default parameter from font constructor and load function.
Andrei Karas
3
-11
/
+11
2017-09-18
Replace SDL macro defines to SDL_GetError.
Andrei Karas
9
-14
/
+14
2017-09-18
Use fast open in curl.
Andrei Karas
1
-0
/
+4
2017-09-18
Set minimal allowed speed in curl is 1 bytes per minute.
Andrei Karas
1
-0
/
+3
2017-09-18
Limit each downloaded file by curl to 536870912 bytes.
Andrei Karas
1
-1
/
+4
2017-09-18
Add option for enable http tunneling for downloads from http proxy.
Andrei Karas
3
-0
/
+14
2017-09-16
Restore old way for music termination on exit.
v1.7.9.16
Andrei Karas
2
-5
/
+5
2017-09-16
Change version to 1.7.9.16.
Andrei Karas
1
-2
/
+2
2017-09-15
Fix code style.
Andrei Karas
9
-16
/
+17
2017-09-15
Fix compilation with SDL 2 < 2.0.6.
Andrei Karas
1
-0
/
+3
2017-09-15
temporary disable input action types based on key releases.
Andrei Karas
1
-6
/
+16
2017-09-15
Improve input logging in SDL 1.2
Andrei Karas
1
-4
/
+12
2017-09-15
If critical error happened, show message box (SDL2)
Andrei Karas
1
-0
/
+18
2017-09-15
Dump more info about current joystick (SDL2).
Andrei Karas
1
-0
/
+54
2017-09-15
Detect cpu flags by sdl if other ways impossible to use.
Andrei Karas
1
-0
/
+27
2017-09-15
Dump system ram size.
Andrei Karas
1
-0
/
+8
2017-09-15
Add option for change number of max parallel sounds.
Andrei Karas
4
-1
/
+17
2017-09-15
Fix termination audio on exit.
Andrei Karas
2
-6
/
+7
2017-09-15
Set normal and low fps limit also before connecting to game.
Andrei Karas
1
-14
/
+7
2017-09-14
Add logging for joystick add/remove events in SDL 2.
Andrei Karas
1
-1
/
+8
2017-09-14
Fix low fps mode if client in away mode with focused input (SDL2).
Andrei Karas
1
-8
/
+4
2017-09-14
Improve x11 events logging.
Andrei Karas
1
-33
/
+145
2017-09-14
Remove extra include in SDL 1.2 builds.
Andrei Karas
1
-2
/
+1
2017-09-14
Fix unit tests error with undefined config variable.
Andrei Karas
18
-140
/
+157
2017-09-14
Fix enable sys wm events logging.
Andrei Karas
2
-2
/
+2
2017-09-14
Extend logging SDL_KEYDOWN/SDL_KEYUP events in SDL 2.
Andrei Karas
1
-4
/
+10
2017-09-14
Fix compilation with SDL 1.2.
Andrei Karas
2
-3
/
+5
2017-09-13
Fix compilation with SDL 2 < 2.0.2.
Andrei Karas
1
-0
/
+4
2017-09-13
Add option to select any existing SDL renderer drivers for SDL2 default mode.
Andrei Karas
10
-4
/
+256
2017-09-13
Hide empty options group in performance settings tab (SDL2).
Andrei Karas
1
-1
/
+2
2017-09-13
Fix compilation with SDL 2 < 2.0.1
Andrei Karas
1
-0
/
+4
2017-09-13
Show more info in dumping all possible renderers (SDL 2).
Andrei Karas
1
-0
/
+7
[prev]
[next]