summaryrefslogtreecommitdiff
path: root/src/eventsmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-12-07Fix code style.Andrei Karas1-4/+4
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-3/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-30Remove unused variable.Andrei Karas1-1/+0
2017-09-29Fix code style.Andrei Karas1-2/+3
2017-09-15Fix code style.Andrei Karas1-3/+6
2017-09-15Improve input logging in SDL 1.2Andrei Karas1-4/+12
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-14Extend logging SDL_KEYDOWN/SDL_KEYUP events in SDL 2.Andrei Karas1-4/+10
2017-09-12Extend SDL events logging.Andrei Karas1-30/+52
2017-09-11Show key names in input event logger in key up/down events in SDL 2.Andrei Karas1-2/+6
2017-09-09Add workaround for fix alt-tab issue in SDL2.Andrei Karas1-3/+12
2017-09-09Fix compilation with SDL2 < 2.0.4Andrei Karas1-0/+9
2017-09-09Fix compilation warning.Andrei Karas1-1/+0
2017-09-09Add logging wm events for SDL2.Andrei Karas1-0/+28
2017-09-08Extend input events logging with SDL2.Andrei Karas1-2/+28
2017-09-08Split SDL_WaitEventTimeout/SDL_PollEvent into lower level SDL function calls.Andrei Karas1-2/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-11/+11
2017-01-20Fix code style.Andrei Karas1-0/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-31/+39
2016-06-04Remove some useless includes if using SDL2.Andrei Karas1-2/+3
2016-03-11Fix code style.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-11/+11
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-16Convert State enum into strong typed.Andrei Karas1-6/+6
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas1-0/+26
2015-06-06Fix code style.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-15Fix code style.Andrei Karas1-2/+4
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-18/+18
2014-07-23Fix compilation with SDL2.Andrei Karas1-2/+2
2014-07-23move "change away type" option into gamemodifiers.Andrei Karas1-2/+2
2014-07-05Fix code style.Andrei Karas1-5/+9
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+17
2014-06-07fix code style.Andrei Karas1-0/+2
2014-06-06Remove some duplicate code.Andrei Karas1-12/+5
2014-05-31fix code style.Andrei Karas1-1/+1
2014-05-30Move main window related code into windowmanager.Andrei Karas1-12/+19
2014-04-30Fix code style in other files.Andrei Karas1-2/+2
2014-02-07add missing const and static keywords.Andrei Karas1-2/+2
2014-02-02Add missing const and static into other classes.Andrei Karas1-1/+1
2014-01-28add support for screen scale in OpenGL modes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+10