summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Fix error messages in tests in old SDL 2 versions.Andrei Karas1-0/+5
2017-09-12Create logger in unit tests before other code.Andrei Karas40-340/+3
2017-09-12Fix tarball ci jobs.Andrei Karas2-0/+2
2017-09-12Extend SDL events logging.Andrei Karas3-34/+58
2017-09-12Fix apply vsync with SDL2 by SDL2 function.Andrei Karas2-0/+13
2017-09-12Add default valud for config variable "sdlLogLevel" in SDL 1.2Andrei Karas1-1/+1
2017-09-12Add missing space int keyboardconfig.cppAndrei Karas1-1/+1
2017-09-12Update translations.Andrei Karas25-3931/+5137
2017-09-11Rename CMakeList.txt into legacy to prevent direct usage.Andrei Karas2-0/+2
2017-09-11Add option to set sdl logging level.Andrei Karas11-23/+98
2017-09-11Rename setup_other.cpp into setup_misc.cppAndrei Karas5-18/+18
2017-09-11Fix ignoring "ignore" keys in SDL 2 builds.Andrei Karas1-0/+6
2017-09-11Show key names in input event logger in key up/down events in SDL 2.Andrei Karas1-2/+6
2017-09-11Add default values for input 1 and input 2 actions in SDL 2 build.Andrei Karas1-2/+2
2017-09-10Fix loading icon two times.Andrei Karas3-11/+18
2017-09-10Allow trigger input action on key press or/and release.Andrei Karas5-708/+926
2017-09-09Add workaround for fix alt-tab issue in SDL2.Andrei Karas13-10/+130
2017-09-09Fix compilation with SDL2 < 2.0.4Andrei Karas1-0/+9
2017-09-09Remove extra include from sdlhelper.cppAndrei Karas1-1/+0
2017-09-09Fix compilation warning.Andrei Karas1-1/+0
2017-09-09Fix compilation warning with mesa 17.3.0.Andrei Karas1-2/+3
2017-09-09Replace SDL_IsTextInputActive to lower level SDL function call.Andrei Karas2-2/+2
2017-09-09Add logging wm events for SDL2.Andrei Karas8-16/+173
2017-09-08Extend input events logging with SDL2.Andrei Karas1-2/+28
2017-09-08Add comment about SDL_JoystickEventState.Andrei Karas1-0/+1
2017-09-08Split SDL_WaitEventTimeout/SDL_PollEvent into lower level SDL function calls.Andrei Karas6-3/+32
2017-09-08Add builds with SDL 2.0.3 and SDL 2.0.4.Andrei Karas1-0/+80
2017-09-08Fix compilation with old SDL 2 versions (before 2.0.4)Andrei Karas1-0/+6
2017-09-08Remove extra include.Andrei Karas1-1/+0
2017-09-08Fix compilation warning.Andrei Karas1-1/+1
2017-09-07Remove commented code from download.cppAndrei Karas1-6/+0
2017-09-07Fix possible threads structure leak in download.cppAndrei Karas1-3/+3
2017-09-07Add current renderer into user agent string.Andrei Karas7-5/+87
2017-09-07Fix some style issues in sdl2gfx.Andrei Karas4-1503/+1804
2017-09-07Fix tests compilation.Andrei Karas1-1/+1
2017-09-07Add missing sdl2logger files.Andrei Karas2-0/+170
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated before...Andrei Karas8-25/+27
2017-09-07Add into lsan suppression some mesa related leaks.Andrei Karas2-0/+4
2017-09-07Fix possible reading wrong pixel sizes in SDL2.Andrei Karas1-2/+2
2017-09-07Add SDL2 errors logging.Andrei Karas10-1/+29
2017-09-07Remove useless calls in SDL::getAllVideoModes for SDL2.Andrei Karas1-3/+2
2017-09-06Fix and update internal sdl2_gfx files.Andrei Karas7-285/+307
2017-09-06Add include protections into client.h and viewport.hAndrei Karas2-0/+4
2017-09-06Fix deheader build jobs after changed some paths in sources.Andrei Karas1-12/+12
2017-09-06Fix run tests after buttons highlights was changed.Andrei Karas1-1/+1
2017-09-06Update translations.Andrei Karas25-13032/+13477
2017-09-06Move manaplus game related files into progs/manaplus.Andrei Karas18-410/+461
2017-09-06Move dyecmd separate sources from dyetool into progs/dyecmd directory.Andrei Karas18-24/+24
2017-09-05Fix memory leak on exit in dyecmd.Andrei Karas1-0/+2
2017-09-05Fix stuck some buttons in hightligted state after pressing.Andrei Karas1-1/+1