summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-18Remove default parameters from changeMode function.Andrei Karas1-10/+10
2014-07-17Allow to set move to target distance from 1 to 9.Andrei Karas1-19/+12
2014-07-13Fix code style.Andrei Karas1-1/+1
2014-07-09Add empty map mode without collisions.Andrei Karas1-7/+11
2014-07-02Fix background musis if it was enabled by quck enable action.Andrei Karas1-14/+18
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+2
2014-05-31fix code style.Andrei Karas1-0/+2
2014-05-29Move from client packets limiter related code into separate file.Andrei Karas1-22/+23
2014-05-21Fix code style.Andrei Karas1-2/+4
2014-05-19fix code style.Andrei Karas1-1/+0
2014-05-19Move mapitemtype into separate file.Andrei Karas1-17/+18
2014-05-19Move itemslot into separate file.Andrei Karas1-2/+3
2014-05-18fix code style.Andrei Karas1-1/+1
2014-05-16Move dialog type into separate file.Andrei Karas1-1/+1
2014-05-16Move chatmsgtype into separate file.Andrei Karas1-3/+4
2014-05-13fix code style.Andrei Karas1-5/+11
2014-05-13Move pickup flags into separate file.Andrei Karas1-6/+7
2014-05-13Move awaylistener into separate file.Andrei Karas1-12/+1
2014-05-13Move targetcursortype into separate file.Andrei Karas1-4/+4
2014-05-13Move actor type into separate file.Andrei Karas1-10/+10
2014-05-12Move being action into separate file.Andrei Karas1-39/+40
2014-05-12Move being flags into separate file.Andrei Karas1-7/+7
2014-05-12Move being directions into separate file.Andrei Karas1-114/+150
2014-05-12Fix code styleAndrei Karas1-1/+1
2014-05-11Move player attributes into separate file.Andrei Karas1-6/+7
2014-05-11Move blockmask into separate file.Andrei Karas1-1/+1
2014-05-11Move mapitem into separate file.Andrei Karas1-0/+1
2014-05-11Move speciallayer into separate file.Andrei Karas1-0/+1
2014-05-11Move map related files into resources/map.Andrei Karas1-2/+3
2014-05-08Fix code style in beingAndrei Karas1-3/+3
2014-05-03Fix status icons.Andrei Karas1-1/+1
2014-05-02Add missing const.Andrei Karas1-1/+2
2014-04-30Fix code style in being.Andrei Karas1-4/+4
2014-04-27Add UpdateStatusListener.Andrei Karas1-11/+8