summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-12/+0
2014-02-18Remove default constructor from Widget2.Andrei Karas1-4/+7
2014-02-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-02-02Add missing const and static into other classes.Andrei Karas1-2/+2
2014-02-01fix code style.Andrei Karas1-1/+0
2014-01-14Show server host name in screenshot file names.Andrei Karas1-2/+15
2014-01-14show full screenshot path in chat if creating screenshot.Andrei Karas1-6/+4
2014-01-14fix code style.Andrei Karas1-1/+0
2014-01-13allow create screenshot before connecting to game.Andrei Karas1-8/+11
2014-01-13Show date and time in screenshots name.Andrei Karas1-2/+10
2014-01-13allow auto close npc dialog if it almost closed and press moving keys.Andrei Karas1-3/+10
2014-01-08fix named input actions in gui before logging into game.Andrei Karas1-3/+0
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
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