summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-14Fix unit tests error with undefined config variable.Andrei Karas18-140/+157
2017-09-14Fix enable sys wm events logging.Andrei Karas2-2/+2
2017-09-14Extend logging SDL_KEYDOWN/SDL_KEYUP events in SDL 2.Andrei Karas1-4/+10
2017-09-14Fix compilation with SDL 1.2.Andrei Karas2-3/+5
2017-09-13Add builds with SDL 2.0.2 into .gitlab-ci.ymlAndrei Karas1-0/+40
2017-09-13Fix compilation with SDL 2 < 2.0.2.Andrei Karas1-0/+4
2017-09-13Add option to select any existing SDL renderer drivers for SDL2 default mode.Andrei Karas10-4/+256
2017-09-13Hide empty options group in performance settings tab (SDL2).Andrei Karas1-1/+2
2017-09-13Add builds with SDL 2.0.1 into .gitlab-ci.ymlAndrei Karas1-0/+40
2017-09-13Fix compilation with SDL 2 < 2.0.1Andrei Karas1-0/+4
2017-09-13Rename CMakeLists.txt also in make file.Andrei Karas1-1/+1
2017-09-13Show more info in dumping all possible renderers (SDL 2).Andrei Karas1-0/+7
2017-09-13Fix option for enable/disable screensaver in SDL 2.Andrei Karas7-5/+30
2017-09-13Fix unit tests compilation with SDL 1.2.Andrei Karas2-4/+19
2017-09-13Add missing space in x11logger.cppAndrei Karas1-1/+1
2017-09-12Add option for enable high dpi mode in SDL 2.Andrei Karas18-38/+182