summaryrefslogtreecommitdiff
path: root/src/being
AgeCommit message (Expand)AuthorFilesLines
2014-09-10Change format in ActorType enum.Andrei Karas7-76/+76
2014-09-10Rename PET type into LOCAL_PET.Andrei Karas2-4/+4
2014-09-10Improve server side position drawing.Andrei Karas1-4/+8
2014-09-09Add cooking types.Andrei Karas1-0/+37
2014-09-09Add missing file.Andrei Karas1-0/+35
2014-08-29Fix code style.Andrei Karas2-5/+5
2014-08-15Fix code style.Andrei Karas3-4/+10
2014-08-07Remove unused variable from LocalPlayer.Andrei Karas2-5/+0
2014-08-05Remove function moveTo from LocalPlayer.Andrei Karas2-12/+5
2014-08-05Simplify navigateTo methods in LocalPlayer.Andrei Karas2-31/+1
2014-08-05Rename walkMask into blockWalkMask.Andrei Karas4-33/+33
2014-08-05Remove unused function from LocalPlayer.Andrei Karas2-14/+0
2014-08-03Fix some casts.Andrei Karas3-10/+12
2014-08-01Fix code style.Andrei Karas3-3/+6
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-3/+3
2014-07-30Add chat command for spawn debug local player copy.Andrei Karas2-0/+10
2014-07-30Rename player_node variable into localPlayer.Andrei Karas5-37/+37
2014-07-29Fix sprites draw order with non zero map heights.Andrei Karas2-8/+22
2014-07-28Fix formatting in being files.Andrei Karas4-431/+433
2014-07-27Remove debug logging.Andrei Karas1-3/+0
2014-07-27Fix being position if state is not moving but being still not in destination.Andrei Karas1-1/+6
2014-07-27Remove some evol server checks.Andrei Karas1-59/+31
2014-07-27Fix height being position if player not moving.Andrei Karas2-7/+12
2014-07-25Use all methods in gamemodifiers as static.Andrei Karas1-1/+1
2014-07-25Move reset yellow bar into gamemmodifiers.Andrei Karas2-29/+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 Karas2-41/+0
2014-07-23Move pseudo away variable into settings.Andrei Karas2-8/+3
2014-07-23move "change camera mode" option into gamemodifiers.Andrei Karas2-21/+1
2014-07-23move "change away type" option into gamemodifiers.Andrei Karas2-68/+14
2014-07-22Move "map draw type" variable into settings.Andrei Karas1-1/+1
2014-07-22move "change map draw type" option into gamemodifiers.Andrei Karas2-30/+0
2014-07-22Rename debugPath into mapDrawType.Andrei Karas1-4/+4
2014-07-22move "change game modifiers" option into gamemodifiers.Andrei Karas2-40/+2
2014-07-22move "change imitation mode" option into gamemodifiers.Andrei Karas2-34/+2
2014-07-21move "change pvp attack type" option into gamemodifiers.Andrei Karas2-40/+2
2014-07-21move "change attack type" option into gamemodifiers.Andrei Karas2-42/+2
2014-07-21move "change pickup type" option into gamemodifiers.Andrei Karas2-48/+5
2014-07-21move "change drop counter" option into gamemodifiers.Andrei Karas2-44/+1
2014-07-21move "change attack type" option into gamemodifiers.Andrei Karas2-43/+6
2014-07-21move "change attack weapon type" option into gamemodifiers.Andrei Karas2-41/+3
2014-07-21move "change follow mode" option into gamemodifiers.Andrei Karas2-40/+3
2014-07-21move "change move to target type" option into gamemodifiers.Andrei Karas2-66/+5
2014-07-21move "change crazy move" option into gamemodifiers.Andrei Karas2-43/+10
2014-07-21move "change move" option into gamemodifiers.Andrei Karas2-51/+7
2014-07-20In localplayer rename methods moveType into changeMoveType.Andrei Karas2-2/+2
2014-07-20In localplayer rename InvertDirection into MoveType.Andrei Karas2-23/+23
2014-07-20Move debugMsg from localplayer into chattab.Andrei Karas2-8/+0
2014-07-20Yellow bar action methods add support for back and forward switch.Andrei Karas2-38/+51
2014-07-18Remove default parameters from changeMode function.Andrei Karas2-12/+12