summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-11-10add support for item particles.Andrei Karas1-0/+5
2013-11-03add action "move forward" default key unassigned.Andrei Karas1-0/+6
2013-11-01Move timers from client into timers file.Andrei Karas1-0/+1
2013-11-01remove log to chat from logger.Andrei Karas1-4/+0
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-13/+13
2013-10-19move virtual member calls from whoisonline constructor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from socialwindow constuctor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from skilldialog constuctor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from shopwindow constuctor into postInit.Andrei Karas1-0/+1
2013-10-19remove virtual methos call from particle constructor.Andrei Karas1-1/+2
2013-10-19move virtual member calls from inventory window constuctor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from equipmentwindow constuctor into postInit.Andrei Karas1-0/+2
2013-10-19move virtual member calls from emotewindow constuctor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from debugwindow constuctor into postInit.Andrei Karas1-0/+1
2013-10-19use postInit in ChatWindow.Andrei Karas1-1/+1
2013-10-07move window events handling into eventsmanager.Andrei Karas1-103/+0
2013-10-07Move some events code from game into eventsmanager.Andrei Karas1-56/+1
2013-10-07Move some events code from client into eventsmanager.Andrei Karas1-2/+2
2013-10-07Create events manager class.Andrei Karas1-3/+4
2013-09-30fix slow login update time.Andrei Karas1-1/+1
2013-09-30move db files into db directory.Andrei Karas1-1/+2
2013-09-30move tabs into tabs directory.Andrei Karas1-4/+6
2013-09-30move windows classes to windows directory.Andrei Karas1-21/+22
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-25remove exit on minimisation on SDL2 on Android.Andrei Karas1-4/+0
2013-09-22add support for show/hide keyboard in SDL2 on Android.Andrei Karas1-3/+1
2013-09-22fix compilation and partial running with SDL2 on Android.Andrei Karas1-0/+4
2013-09-12remove unused includes from widget files.Andrei Karas1-0/+1
2013-09-11remove unused includes from gui files.Andrei Karas1-0/+1
2013-09-10improve SDL2 handling events.Andrei Karas1-0/+4
2013-09-09remove useless includes from some files.Andrei Karas1-7/+3
2013-08-31move being related files into being dir.Andrei Karas1-2/+3
2013-08-31move particles into particle dir.Andrei Karas1-1/+2
2013-08-31move input related files into input dir.Andrei Karas1-3/+4
2013-08-29add some more missing checks.Andrei Karas1-0/+1
2013-08-29allow open help and did you know window before login into game.Andrei Karas1-4/+0
2013-08-26add surface allocation debug code.Andrei Karas1-1/+2
2013-08-24add minimize/maximize event handling in game class for SDL2.Andrei Karas1-5/+69
2013-08-24show/hide mouse cursor if mouse in/out window.Andrei Karas1-8/+3
2013-08-24remove most static methods from Client.Andrei Karas1-4/+4
2013-08-24improve some mode methods in Client.Andrei Karas1-4/+4
2013-08-24improve dirs usage in Client.Andrei Karas1-1/+1
2013-08-24improve getState/setState in Client.Andrei Karas1-7/+7
2013-08-24save Client object into global variable.Andrei Karas1-10/+1
2013-08-24second part with compilation fixes for SDL2.Andrei Karas1-0/+20
2013-08-01add gui for in chat emotes.Andrei Karas1-0/+4
2013-07-06fix code style and some minor issues.Andrei Karas1-1/+0
2013-06-30Add ability to open support page if error happend.Andrei Karas1-4/+5
2013-06-21fix code style.Andrei Karas1-2/+0
2013-06-20Add more profiler labels.Andrei Karas1-1/+3