summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas1-2816/+0
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas1-2/+2
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas1-20/+17
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas1-2/+2
2017-09-27Change attributes value type to int64.Andrei Karas1-3/+3
2017-08-22Remove default patameter from LocalPlayer::setAction.Andrei Karas1-7/+8
2017-08-21Remove useless else.Andrei Karas1-38/+28
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-6/+5
2017-07-12Move group id from localplayer to being.Andrei Karas1-2/+1
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas1-4/+4
2017-07-12Add packet SMSG_PLAYER_ATTRS 0x0b25.Andrei Karas1-2/+6
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-13Move virtual methods from Being constructor to postInit.Andrei Karas1-2/+3
2017-06-11Rename player_relations into playerRelations.Andrei Karas1-2/+2
2017-06-09Fix code style.Andrei Karas1-3/+0
2017-06-09Fix code style.Andrei Karas1-1/+2
2017-06-08Remove useless extern declarations.Andrei Karas1-3/+1
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