summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-18Rename DropShortcutContainer into VirtShortcutContainer.Andrei Karas1-2/+2
2014-08-18In DropShortcutContainer accept object with data from constructor.Andrei Karas1-1/+2
2014-08-15Fix code style.Andrei Karas1-1/+0
2014-08-14Allow use chat commands before connecting to server.Andrei Karas1-2/+0
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-5/+6
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-28/+28
2014-07-29Fix yellow bar settings loading.Andrei Karas1-0/+1
2014-07-25Use all methods in gamemodifiers as static.Andrei Karas1-2/+0
2014-07-23move "change camera mode" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-23move "change away type" option into gamemodifiers.Andrei Karas1-3/+3
2014-07-22Fix yellow bar first time drawing.Andrei Karas1-0/+2
2014-07-21move "change attack type" option into gamemodifiers.Andrei Karas1-2/+2
2014-07-20Create gamemodifiers object at game init and destroy at game termination.Andrei Karas1-0/+3
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+9
2014-05-31fix code style.Andrei Karas1-4/+2
2014-05-30Move main window related code into windowmanager.Andrei Karas1-4/+5
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-49/+1
2014-05-29Move openErrorDialog into DialogsManager.Andrei Karas1-1/+1
2014-05-29Move many variables from client into settings.Andrei Karas1-3/+4
2014-05-28Move dialogs related function into separate file.Andrei Karas1-21/+2
2014-05-28Move from resourcemanager functions related to files into other files.Andrei Karas1-1/+1
2014-05-28Move delay load code from resourcemanager into separate file.Andrei Karas1-1/+2
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