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