summaryrefslogtreecommitdiff
path: root/src/being/being.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-05Add shop badge to beings.Andrei Karas1-0/+2
2015-09-05Put badges into array in being.Andrei Karas1-5/+2
2015-08-29Fix code style.Andrei Karas1-1/+0
2015-08-16Add strong typed int for item color.Andrei Karas1-8/+9
2015-08-09Add some missing checks to being found by paranucker.Andrei Karas1-3/+3
2015-07-30Add badges for player names.Andrei Karas1-0/+3
2015-07-29Fix enable/disable badges without client restart.Andrei Karas1-0/+8
2015-07-29Add support for gm badge.Andrei Karas1-0/+1
2015-07-29Add ability to show badges under nick.Andrei Karas1-2/+1
2015-07-29Add support for guild badges.Andrei Karas1-0/+1
2015-07-29Add bages db. Add badges support for parties.Andrei Karas1-2/+5
2015-07-27Add option for show badges at top or char or after name.Andrei Karas1-0/+1
2015-07-27Add option to show/hide badges. By default badges visible.Andrei Karas1-0/+3
2015-07-27Draw team badge if set.Andrei Karas1-1/+2
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-7/+12