summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-160/+172
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-2/+2
2017-05-02Fix compilation without tmwa support.Andrei Karas1-3/+3
2017-05-02Remove extra includes.Andrei Karas1-4/+2
2017-05-01Remove ServerFeatures haveExpPacket because it depend only on server type.Andrei Karas1-2/+2
2017-05-01Remove ServerFeatures haveVending because it depend only on server type.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures haveAttackDirections because it depend only on server t...Andrei Karas1-1/+3
2017-05-01Remove ServerFeatures haveItemColors because it depend only by server type.Andrei Karas1-3/+10
2017-05-01Remove ServerFeatures haveBrokenAttackDistance because it depend only on serv...Andrei Karas1-4/+3
2017-01-20Fix code style.Andrei Karas1-0/+1
2017-01-06Fix code style.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-31Improve special layers draw speed in same way like fringe layer.Andrei Karas1-1/+10
2016-10-16Add option to show player name only for selected player.s20161017Andrei Karas1-7/+49
2016-09-30Fix removing particle effects after end effect message.Andrei Karas1-0/+2
2016-09-23Add missing comments into defines.Andrei Karas1-4/+4
2016-09-09Fix code style.Andrei Karas1-1/+1
2016-09-08Remove itemslot.h.Andrei Karas1-2/+3
2016-08-29Fix wrong type in extern weightNoticeTime in localplayer.cppAndrei Karas1-1/+1
2016-08-29Use time_t for time values.Andrei Karas1-7/+7
2016-08-24Remove function PlayerInfo::updateMoveAI.Andrei Karas1-2/+0
2016-08-22Add some missing consts.Andrei Karas1-2/+2
2016-08-09Fix compilation after last commit.Andrei Karas1-0/+1
2016-08-07Add player wall collision type (5).Andrei Karas1-1/+4
2016-07-29Add some missing tmwa defines.Andrei Karas1-0/+2
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-6/+0
2016-07-27Impliment packet SMSG_HOMUNCULUS_EXP 0x0b22.Andrei Karas1-0/+13
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-8/+8
2016-07-23Allow delete untracker being particle effects.Andrei Karas1-1/+1
2016-07-21Fix style issue in localplayer.cppAndrei Karas1-1/+0
2016-07-21Fix initial reading configuration option sync player move distance.Andrei Karas1-2/+2
2016-07-21Add packet SMSG_WALK_ERROR 0x0b21.Andrei Karas1-1/+5
2016-07-17Freeze plater while casting skill.Andrei Karas1-2/+23
2016-07-10Add support for initial particle effect for effect from status-effects.xmlAndrei Karas1-2/+5
2016-05-20Fix code style.Andrei Karas1-1/+1
2016-05-09Add settings for set distance for start syncyng player.Andrei Karas1-1/+5
2016-05-09Fix distance to fix if auto fix position disabled to 7.Andrei Karas1-1/+1
2016-05-05Change follow from long distance move to naviate to point.Andrei Karas1-4/+4
2016-04-27Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.Andrei Karas1-1/+2
2016-04-17Fix code style.Andrei Karas1-1/+1
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-03-26Fix code style.Andrei Karas1-1/+1
2016-03-23Add status effect id type from int to int32_t.Andrei Karas1-1/+1
2016-03-22Not allow moving from sit state if server not support it.Andrei Karas1-0/+7
2016-03-12Fix wrong moving to target if was used attack by mouse.Andrei Karas1-1/+1
2016-03-07Disable all legacy "magic" commands if server type not tmwa.Andrei Karas1-0/+6
2016-03-07Change desync detection to simpler way.Andrei Karas1-19/+7
2016-03-05Replace in Being getter getName to mName.Andrei Karas1-15/+18
2016-03-05Replace most getters callc getTileX/getTileY to direct variables usage.Andrei Karas1-33/+33