summaryrefslogtreecommitdiff
path: root/src/eventsmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-10fix code style.Andrei Karas1-2/+3
2013-10-08fix profiler working.Andrei Karas1-1/+0
2013-10-08fix compilation warnings.Andrei Karas1-8/+14
2013-10-07fix compilation error with SDL2.Andrei Karas1-1/+4
2013-10-07move window events handling into eventsmanager.Andrei Karas1-30/+128
2013-10-07Move shared event handling code into common handler.Andrei Karas1-87/+55
2013-10-07Move some events code from game into eventsmanager.Andrei Karas1-0/+62
2013-10-07Move some events code from client into eventsmanager.Andrei Karas1-4/+108
2013-10-07Create events manager class.Andrei Karas1-0/+260