summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-27Fix compilation with eathena only.Andrei Karas1-0/+2
2015-02-25Add command and action for show homunculus/mercenary emotes.Andrei Karas1-0/+1
2015-02-23Move crazy moves code from local player into separate file.Andrei Karas1-0/+3
2015-02-16Build BankWindow only if eathena support enabled.Andrei Karas1-0/+4
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-1/+12
2015-02-15Fix drop/store window in inventory.Andrei Karas1-2/+5
2015-01-30Fix compilation without eathena.Andrei Karas1-0/+2
2015-01-24Add partial support for cart window.Andrei Karas1-0/+1
2015-01-23Add variable for cart window.Andrei Karas1-0/+4
2015-01-14Prevent from show multiply death dialogs.Andrei Karas1-1/+1
2015-01-14Add support for #gm channel for gm tab.Andrei Karas1-1/+1
2015-01-14By requesting open #trade channel, really open trade tab.Andrei Karas1-6/+1
2015-01-02Fix code style.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-29Allow move pet by mod key (left shift) + move keys.Andrei Karas1-1/+2
2014-12-28Allow change pet direction by pet emote key + move keys.Andrei Karas1-1/+5
2014-12-08Not allow move with keyboard if popup menu opened.Andrei Karas1-1/+4
2014-12-05fix code style.Andrei Karas1-1/+2
2014-12-02Move weight notification from playerhander.Andrei Karas1-2/+0
2014-11-24Add option to disable logging for better performance while connected to server.Andrei Karas1-0/+3
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