summaryrefslogtreecommitdiff
path: root/src/game.h
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-26Redesign input handling.Andrei Karas1-6/+6
2012-02-03Add some missing getters.Andrei Karas1-1/+1
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer1-0/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-15Split Game::handleInput to small functions.Andrei Karas1-0/+8
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+3
2011-10-30Hide death message dialog in reconnect.Andrei Karas1-0/+2
2011-08-18Improve "auto adjust perfomance".Andrei Karas1-0/+1
2011-08-07Add auto adjust perfomance ability.Andrei Karas1-0/+13
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+110