summaryrefslogtreecommitdiff
path: root/src/being/being.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-91/+91
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-9/+9
2016-04-17Fix code style.Andrei Karas1-4/+4
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-9/+9
2016-04-09Revert "Improve drawing player sprites performance."Andrei Karas1-3/+0
2016-03-31Improve drawing player sprites performance.Andrei Karas1-0/+3
2016-03-26Fix code style.Andrei Karas1-1/+1
2016-03-14Split drawSprites in Being/CompoundSprite into drawSprites and drawPlayerSpri...Andrei Karas1-7/+10
2016-03-13Add separate functions for draw monsters.Andrei Karas1-0/+9
2016-03-13Add separate functions for draw portals.Andrei Karas1-0/+9
2016-03-13Split drawSpriteAt into drawPlayerSpriteAt and drawOtherSpriteAt.Andrei Karas1-4/+8
2016-03-13Move cursor drawing function from ActorSprite into Being.Andrei Karas1-0/+4
2016-03-13Separate Being::draw function into drawPlayer and drawOther.Andrei Karas1-0/+10
2016-03-13Simplify drawing beings in playerbox control.Andrei Karas1-0/+4
2016-03-13For skill units in context menu show creator name or id.Andrei Karas1-0/+9
2016-03-11Fix code style.Andrei Karas1-0/+1
2016-03-05Replace most getters callc getTileX/getTileY to direct variables usage.Andrei Karas1-1/+1
2016-03-05Change calculated speed in being from float to int.Andrei Karas1-2/+2
2016-03-05Replace in Being speed field from vector to int.Andrei Karas1-4/+4
2016-03-05Move getNumOfHairstyles from being to itemdb.Andrei Karas1-11/+0
2016-03-05Remove unused method getNumOfRaces from Being.Andrei Karas1-6/+0
2016-03-05Rename actor functions getPosition and setPosition.Andrei Karas1-5/+5
2016-03-05Remove getter getSpritesCount from Being.Andrei Karas1-3/+0
2016-03-04Remove getter size from compoundsprite.Andrei Karas1-2/+2
2016-02-28Add extended name to beings (raw server name).Andrei Karas1-1/+5
2016-02-22Dont calculate dynamic sort offset.Andrei Karas1-1/+0
2016-02-20Add missing const in being directory.Andrei Karas1-5/+5
2016-02-11Use inline attribute in some critial performance functions.Andrei Karas1-1/+1
2016-02-08Stop cast animation also if got skill error message.Andrei Karas1-2/+2
2016-02-08Add support for post delay status effect. It change cast animation to stand.Andrei Karas1-0/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-4/+4
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-10/+10
2016-01-06Add noexcept into being.Andrei Karas1-98/+96
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-27Add restrict keyword in being.Andrei Karas1-289/+312
2015-12-23Add const attribute to being classes.Andrei Karas1-3/+3
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas1-7/+0
2015-11-24Add support for spirit balls effect.Andrei Karas1-2/+7
2015-11-24Impliment packet SMSG_SPIRIT_BALLS.Andrei Karas1-0/+7
2015-11-15Add support for different per skill casting animations.Andrei Karas1-0/+4
2015-11-14Fix attack sprite actions. Add ride attack action.Andrei Karas1-2/+6
2015-11-14Add cast action to beings.Andrei Karas1-0/+2
2015-10-31Add support for dead trick status effect (hercules)Andrei Karas1-0/+4
2015-10-23Fix code style.Andrei Karas1-1/+1
2015-10-19Allow support for different horses riding.Andrei Karas1-0/+2
2015-10-18Add support for multiply sprites in each horse part.Andrei Karas1-2/+4
2015-10-18Split horse into two sprites before player and after player.Andrei Karas1-1/+2
2015-10-15Convert BlockType into strong typed enum.Andrei Karas1-1/+1
2015-09-05Add away being badge.Andrei Karas1-0/+2
2015-09-05Add inactive being badge.Andrei Karas1-0/+2