summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-28Dehardcode default spells/commands.Andrei Karas1-4/+0
2014-10-16Add bank window (hercules only).Andrei Karas1-0/+3
2014-10-13Autojoin channels on open channel tab.Andrei Karas1-0/+2
2014-10-12Add log file name into chattab.Andrei Karas1-2/+3
2014-10-12Move chat tab type into ChatTab.Andrei Karas1-2/+3
2014-10-12Move TradeTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move LangTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move GmTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move BattleTab into chat subdir.Andrei Karas1-1/+1
2014-09-28Remove auctionmanager.Andrei Karas1-9/+0
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-18Draw cool down bar in skills window.Andrei Karas1-0/+3
2014-09-17Remove getter for serverFeatures.Andrei Karas1-1/+1
2014-09-17Remove getter for generalHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for gameHandler.Andrei Karas1-6/+6
2014-09-16add server feature for language tab.Andrei Karas1-1/+3
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