summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Fix random one tile desync in SMSG_BEING_MOVE3 packet.Andrei Karas1-2/+4
2016-05-06Fix code style.Andrei Karas1-1/+1
2016-05-05Fix erased players hide emotes and spech over head.Andrei Karas1-0/+5
2016-05-05Add missing check into function recalcSpritesOrder.Andrei Karas1-2/+5
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-1/+1
2016-04-11Disable horses macro in tmwa.Andrei Karas1-0/+2
2016-04-09Revert "Improve drawing player sprites performance."Andrei Karas1-29/+13
2016-03-31Improve drawing player sprites performance.Andrei Karas1-13/+29
2016-03-26Fix code style.Andrei Karas1-2/+2
2016-03-16Split ParticleEngine from Particle class.Andrei Karas1-4/+5
2016-03-16Add nonnull attributes to particle classes.Andrei Karas1-1/+1
2016-03-14Split drawSprites in Being/CompoundSprite into drawSprites and drawPlayerSpri...Andrei Karas1-14/+45
2016-03-13Split CompoundSprite::draw into draw and drawSimple.Andrei Karas1-5/+5
2016-03-13Add separate functions for draw monsters.Andrei Karas1-2/+26
2016-03-13Add separate functions for draw portals.Andrei Karas1-27/+49
2016-03-13Split drawSpriteAt into drawPlayerSpriteAt and drawOtherSpriteAt.Andrei Karas1-23/+31
2016-03-13Move cursor drawing function from ActorSprite into Being.Andrei Karas1-4/+26
2016-03-13Separate Being::draw function into drawPlayer and drawOther.Andrei Karas1-3/+47
2016-03-13Improve a bit check in Being::drawSpriteAt.Andrei Karas1-6/+12
2016-03-13Simplify drawing beings in playerbox control.Andrei Karas1-0/+7
2016-03-13For skill units in context menu show creator name or id.Andrei Karas1-0/+3
2016-03-11Fix code style.Andrei Karas1-3/+4
2016-03-10Fix a bit formatting in Being::drawSpriteAt.Andrei Karas1-15/+22
2016-03-10Add missing check.Andrei Karas1-5/+7
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