summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-30Change version to 1.7.9.30.v1.7.9.30Andrei Karas9-9/+18
2017-09-30Update translations.Andrei Karas43-3566/+3708
2017-09-30Remove unused variable.Andrei Karas1-1/+0
2017-09-29Fix code style.Andrei Karas7-11/+16
2017-09-28Remove extra include.Andrei Karas1-1/+0
2017-09-28Fix too long line int killstats.cppAndrei Karas1-1/+2
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas9-15/+36
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas9-12/+18
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas15-163/+145
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas14-17/+20
2017-09-27Change attributes value type to int64.Andrei Karas24-109/+167
2017-09-25Add new shuffle packets added to latest hercules.Andrei Karas1-22/+4414
2017-09-25Add support for char server packets for packet version >= 20170830.Andrei Karas1-2/+8
2017-09-23Add builds with SDL 2.0.6 into .gitlab-ci.ymls20170925Andrei Karas1-0/+40
2017-09-23Fix max packet version limit in server editor.Andrei Karas1-1/+1
2017-09-22Fix wrong packet version.Andrei Karas1-1/+1
2017-09-19Add missing space into pnglib.hAndrei Karas1-1/+1
2017-09-19Update packet versions based on latest hercules updates.Andrei Karas1-3/+3
2017-09-19Fix disconnect chat command.Andrei Karas1-0/+1
2017-09-18Redirect logging to file after log file opened.s20170918Andrei Karas5-6/+5
2017-09-18Move imagewriter into utils directory and rename to pnglib.Andrei Karas7-40/+25
2017-09-18Free music from cache after music disabled or on exit.Andrei Karas1-1/+10
2017-09-18Remove extra includes.Andrei Karas3-15/+0
2017-09-18Fix unit tests compilation.Andrei Karas1-2/+4
2017-09-18Remove default parameter from font constructor and load function.Andrei Karas3-11/+11
2017-09-18Replace SDL macro defines to SDL_GetError.Andrei Karas9-14/+14
2017-09-18Use fast open in curl.Andrei Karas1-0/+4
2017-09-18Set minimal allowed speed in curl is 1 bytes per minute.Andrei Karas1-0/+3
2017-09-18Limit each downloaded file by curl to 536870912 bytes.Andrei Karas1-1/+4
2017-09-18Add option for enable http tunneling for downloads from http proxy.Andrei Karas3-0/+14
2017-09-16Restore old way for music termination on exit.v1.7.9.16Andrei Karas2-5/+5
2017-09-16Change version to 1.7.9.16.Andrei Karas9-9/+30
2017-09-16Update Android.mk.Andrei Karas1-0/+4
2017-09-16Update translations.Andrei Karas24-2485/+2803
2017-09-15Fix code style.Andrei Karas10-16/+18
2017-09-15Add builds with SDL 2.0.5 into .gitlab-ci.ymlAndrei Karas1-0/+40
2017-09-15Fix compilation with SDL 2 < 2.0.6.Andrei Karas1-0/+3
2017-09-15temporary disable input action types based on key releases.Andrei Karas1-6/+16
2017-09-15Improve input logging in SDL 1.2Andrei Karas1-4/+12
2017-09-15If critical error happened, show message box (SDL2)Andrei Karas1-0/+18
2017-09-15Dump more info about current joystick (SDL2).Andrei Karas1-0/+54
2017-09-15Detect cpu flags by sdl if other ways impossible to use.Andrei Karas1-0/+27
2017-09-15Dump system ram size.Andrei Karas1-0/+8
2017-09-15Add option for change number of max parallel sounds.Andrei Karas4-1/+17
2017-09-15Fix termination audio on exit.Andrei Karas2-6/+7
2017-09-15Set normal and low fps limit also before connecting to game.Andrei Karas1-14/+7
2017-09-14Add logging for joystick add/remove events in SDL 2.Andrei Karas1-1/+8
2017-09-14Fix low fps mode if client in away mode with focused input (SDL2).Andrei Karas1-8/+4
2017-09-14Improve x11 events logging.Andrei Karas1-33/+145
2017-09-14Remove extra include in SDL 1.2 builds.Andrei Karas1-2/+1