summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-22allow open updater window from inside game.Andrei Karas1-0/+11
2014-05-18Move inputaction into separate file.Andrei Karas1-10/+10
2014-05-18Remove useless includes.Andrei Karas1-0/+1
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-16Move chatmsgtype into separate file.Andrei Karas1-5/+5
2014-05-14Move chat tab consts into separate file.Andrei Karas1-0/+1
2014-05-12Move being directions into separate file.Andrei Karas1-8/+8
2014-05-12Fix code styleAndrei Karas1-0/+2
2014-05-10Move errorlistener into separate file.Andrei Karas1-0/+2
2014-05-08Fix code style in other files.Andrei Karas1-1/+1
2014-05-03Fix timers before connecting to server.Andrei Karas1-1/+0
2014-03-28simplify variables cleanup.Andrei Karas1-43/+42
2014-03-26Allow open quests window even on unsupported servers.Andrei Karas1-2/+1
2014-03-16Remove some useless static methods from theme.Andrei Karas1-2/+2
2014-03-15fix code style.Andrei Karas1-0/+3
2014-03-07Rename exguichan container into basiccontainer2.Andrei Karas1-1/+1
2014-03-07Add option to print server name in screenshots.Andrei Karas1-0/+12
2014-03-06improve a bit different code.Andrei Karas1-0/+1
2014-03-02auto save config if it was changed in game each 10 seconds.Andrei Karas1-1/+9
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