summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-21Use MercenaryInfo object for storing mercenary attributes.Andrei Karas1-1/+0
2014-09-20Remove mercenary skills if mercenary was removed.Andrei Karas1-0/+1
2014-09-17Remove getter for serverFeatures.Andrei Karas1-5/+5
2014-09-17Remove getter for playerHandler.Andrei Karas1-36/+36
2014-09-17Remove getter for petHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for inventoryHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for chatHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for beingHandler.Andrei Karas1-1/+1
2014-09-16Remove dafault home positions.Andrei Karas1-4/+1
2014-09-16add server feature haveItemColors.Andrei Karas1-1/+1
2014-09-16Add server feature haveBrokenPlayerAttackDistance.Andrei Karas1-4/+8
2014-09-16add server feature havePlayerStatusUpdate.Andrei Karas1-2/+5
2014-09-10Change format in ActorType enum.Andrei Karas1-10/+10
2014-09-10Improve server side position drawing.Andrei Karas1-4/+8
2014-08-29Fix code style.Andrei Karas1-2/+2
2014-08-15Fix code style.Andrei Karas1-2/+2
2014-08-07Remove unused variable from LocalPlayer.Andrei Karas1-2/+0
2014-08-05Remove function moveTo from LocalPlayer.Andrei Karas1-10/+5
2014-08-05Simplify navigateTo methods in LocalPlayer.Andrei Karas1-29/+1
2014-08-05Rename walkMask into blockWalkMask.Andrei Karas1-22/+22
2014-08-05Remove unused function from LocalPlayer.Andrei Karas1-10/+0
2014-08-01Fix code style.Andrei Karas1-1/+5
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-3/+3
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-1/+1
2014-07-25Use all methods in gamemodifiers as static.Andrei Karas1-1/+1
2014-07-25Move reset yellow bar into gamemmodifiers.Andrei Karas1-27/+0
2014-07-23Fix compilation warnings and fix issue introduced in last commits.Andrei Karas1-1/+1
2014-07-23Remove unused function changeMode from localplayer.Andrei Karas1-33/+0
2014-07-23Move pseudo away variable into settings.Andrei Karas1-4/+3
2014-07-23move "change camera mode" option into gamemodifiers.Andrei Karas1-19/+1
2014-07-23move "change away type" option into gamemodifiers.Andrei Karas1-60/+5
2014-07-22Move "map draw type" variable into settings.Andrei Karas1-1/+1
2014-07-22move "change map draw type" option into gamemodifiers.Andrei Karas1-28/+0
2014-07-22Rename debugPath into mapDrawType.Andrei Karas1-4/+4
2014-07-22move "change game modifiers" option into gamemodifiers.Andrei Karas1-32/+2
2014-07-22move "change imitation mode" option into gamemodifiers.Andrei Karas1-27/+2
2014-07-21move "change pvp attack type" option into gamemodifiers.Andrei Karas1-31/+2
2014-07-21move "change attack type" option into gamemodifiers.Andrei Karas1-33/+2
2014-07-21move "change pickup type" option into gamemodifiers.Andrei Karas1-39/+5
2014-07-21move "change drop counter" option into gamemodifiers.Andrei Karas1-33/+1
2014-07-21move "change attack type" option into gamemodifiers.Andrei Karas1-35/+6
2014-07-21move "change attack weapon type" option into gamemodifiers.Andrei Karas1-32/+3
2014-07-21move "change follow mode" option into gamemodifiers.Andrei Karas1-32/+3
2014-07-21move "change move to target type" option into gamemodifiers.Andrei Karas1-57/+5
2014-07-21move "change crazy move" option into gamemodifiers.Andrei Karas1-32/+2
2014-07-21move "change move" option into gamemodifiers.Andrei Karas1-39/+7
2014-07-20In localplayer rename methods moveType into changeMoveType.Andrei Karas1-1/+1
2014-07-20In localplayer rename InvertDirection into MoveType.Andrei Karas1-15/+15
2014-07-20Move debugMsg from localplayer into chattab.Andrei Karas1-6/+0
2014-07-20Yellow bar action methods add support for back and forward switch.Andrei Karas1-26/+38