summaryrefslogtreecommitdiff
path: root/src/being
AgeCommit message (Expand)AuthorFilesLines
2014-09-18Add chat object to owner being.Andrei Karas2-0/+16
2014-09-17Remove getter for serverFeatures.Andrei Karas2-6/+6
2014-09-17Remove getter for playerHandler.Andrei Karas3-46/+41
2014-09-17Remove getter for petHandler.Andrei Karas2-4/+4
2014-09-17Remove getter for npcHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for inventoryHandler.Andrei Karas2-12/+12
2014-09-17Remove getter for gameHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for chatHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for charServerHandler.Andrei Karas1-7/+7
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-16remove useless check for server version while selecting attack animation.Andrei Karas1-14/+7
2014-09-14Use haveServerHp feature in getting hp in tmwa.Andrei Karas1-2/+3
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