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