summaryrefslogtreecommitdiff
path: root/src/game.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
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-05-11Allow set image name prefix in chat command /screenshot.Andrei Karas1-2/+3
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into other files.Andrei Karas1-0/+8
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Another fix for old compilers.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-3/+3
2016-12-12Add constexpr and noexcept into some methods.Andrei Karas1-1/+1
2016-10-28Fix some other small issues.Andrei Karas1-1/+1
2016-09-09Fix code style.Andrei Karas1-1/+1
2016-08-29Use time_t for time values.Andrei Karas1-4/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-1/+3
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-28Move dialogs related function into separate file.Andrei Karas1-4/+0
2014-05-22allow open updater window from inside game.Andrei Karas1-0/+2
2014-03-07Add option to print server name in screenshots.Andrei Karas1-0/+2
2014-03-06improve a bit different code.Andrei Karas1-0/+2
2014-03-02auto save config if it was changed in game each 10 seconds.Andrei Karas1-0/+1
2014-02-02Add missing const and static into other classes.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-07move window events handling into eventsmanager.Andrei Karas1-6/+0
2013-10-07Move some events code from game into eventsmanager.Andrei Karas1-1/+1
2013-10-07Create events manager class.Andrei Karas1-1/+0
2013-09-13fix code style.Andrei Karas1-1/+0
2013-09-09remove useless includes from some files.Andrei Karas1-2/+2
2013-08-24add minimize/maximize event handling in game class for SDL2.Andrei Karas1-0/+6
2013-06-21fix code style.Andrei Karas1-3/+0
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-05-28fix guard header part3.Andrei Karas1-1/+1
2013-04-14another fixes from cpplint.Andrei Karas1-1/+0
2013-04-09Improve slow login update speed.Andrei Karas1-0/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-20add option for input logging.Andrei Karas1-0/+1
2012-11-14Add support for on screen joystick for moving.Andrei Karas1-0/+2
2012-10-30Add unused warnings to some files.Andrei Karas1-7/+4
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-1/+1
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-08-26Add const to some classes.Andrei Karas1-1/+1
2012-08-26Add const to some classes.Andrei Karas1-5/+5
2012-08-24replace defines to consts.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-1/+2
2012-08-13Some changes in screenshot code.Andrei Karas1-1/+3
2012-06-24Fix disconnect by timeout in eathena servers.Andrei Karas1-0/+1
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-0/+2
2012-04-11Convert attack handling code to new format.Andrei Karas1-1/+1