summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-05Fix style error.Andrei Karas1-4/+4
2016-03-05Replace in Being getter getDirection to mDirection.Andrei Karas1-3/+3
2016-03-05Replace in Being getter getName to mName.Andrei Karas1-7/+9
2016-03-05Replace most getters callc getTileX/getTileY to direct variables usage.Andrei Karas1-10/+10
2016-03-05Change calculated speed in being from float to int.Andrei Karas1-14/+10
2016-03-05Replace in Being speed field from vector to int.Andrei Karas1-7/+6
2016-03-05Move getNumOfHairstyles from being to itemdb.Andrei Karas1-24/+0
2016-03-05Replace in Being some calls getNumberOfLayers to CompountSprite::getNumberOfL...Andrei Karas1-2/+2
2016-03-05Use in most places int being positions and not float.Andrei Karas1-20/+20
2016-03-05Rename actor functions getPosition and setPosition.Andrei Karas1-3/+3
2016-03-05Removing usage getters getActorX/getActorY from being and localplayer.Andrei Karas1-19/+33
2016-03-04Remove getter size from compoundsprite.Andrei Karas1-5/+5
2016-03-04Remove getter getSprite from compoundsprite.Andrei Karas1-2/+2
2016-03-04Remove isVisible getter from widget.Andrei Karas1-1/+1
2016-03-03Fix targetting monsters what was first visible by player on unreachable tiles.Andrei Karas1-0/+8
2016-02-28Add extended name to beings (raw server name).Andrei Karas1-0/+2
2016-02-22Dont calculate dynamic sort offset.Andrei Karas1-8/+3
2016-02-21Fix code style.Andrei Karas1-2/+2
2016-02-20Add missing const in being directory.Andrei Karas1-12/+14
2016-02-09Allow select skill units and attack it.Andrei Karas1-3/+5
2016-02-08Improve some empty string checks.Andrei Karas1-1/+3
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/+5
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-29/+29
2016-01-06Add noexcept into being.Andrei Karas1-1/+1
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-3/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-30Fix animation time for new animated sprites.Andrei Karas1-4/+12
2015-12-30Add workaround for fix animated sprites animation time for new sprites.Andrei Karas1-0/+6
2015-12-27Add restrict keyword in being.Andrei Karas1-192/+224
2015-12-20Move animatedsprite into sprite directory.Andrei Karas1-1/+2
2015-12-20Move spriteaction.h into const directory.Andrei Karas1-1/+2
2015-12-13Move timer constants into separate file.Andrei Karas1-0/+2
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas1-0/+4
2015-11-24Add support for spirit balls effect.Andrei Karas1-0/+51
2015-11-24Impliment packet SMSG_SPIRIT_BALLS.Andrei Karas1-0/+1
2015-11-16Fix code style.Andrei Karas1-0/+23
2015-11-15Add support for different per skill casting animations.Andrei Karas1-2/+24
2015-11-14Fix attack sprite actions. Add ride attack action.Andrei Karas1-2/+5
2015-11-14Add cast action to beings.Andrei Karas1-0/+4
2015-11-13Impliment packet SMSG_GRAFFITI_VISIBLE.Andrei Karas1-1/+1
2015-11-09Add skill unit support in most files excluding net code.Andrei Karas1-4/+41
2015-11-02Add intmap defines.Andrei Karas1-5/+4
2015-11-02Fix compilation with different flags.Andrei Karas1-6/+6
2015-10-31Add support for dead trick status effect (hercules)Andrei Karas1-4/+52
2015-10-23Fix code style.Andrei Karas1-0/+2
2015-10-19Fix default horses direction and action.Andrei Karas1-4/+10
2015-10-19Allow support for different horses riding.Andrei Karas1-8/+21
2015-10-18Add support for multiply sprites in each horse part.Andrei Karas1-35/+62
2015-10-18Split horse into two sprites before player and after player.Andrei Karas1-18/+36