summaryrefslogtreecommitdiff
path: root/src/eventsmanager.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-09-09Add logging wm events for SDL2.Andrei Karas1-0/+2
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-2/+3
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-1/+1
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-02-18Add missing override keywords.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-02-15Move some listeners classes into listeners directory.Andrei Karas1-1/+1
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-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/+4
2013-10-10fix code style.Andrei Karas1-4/+3
2013-10-07move window events handling into eventsmanager.Andrei Karas1-0/+6
2013-10-07Move shared event handling code into common handler.Andrei Karas1-0/+2
2013-10-07Move some events code from game into eventsmanager.Andrei Karas1-0/+2
2013-10-07Move some events code from client into eventsmanager.Andrei Karas1-1/+1
2013-10-07Create events manager class.Andrei Karas1-0/+54