Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-10-18 | Add support for multiply sprites in each horse part. | Andrei Karas | 1 | -2/+4 |
2015-10-18 | Split horse into two sprites before player and after player. | Andrei Karas | 1 | -1/+2 |
2015-10-15 | Convert BlockType into strong typed enum. | Andrei Karas | 1 | -1/+1 |
2015-09-05 | Add away being badge. | Andrei Karas | 1 | -0/+2 |
2015-09-05 | Add inactive being badge. | Andrei Karas | 1 | -0/+2 |
2015-09-05 | Add shop badge to beings. | Andrei Karas | 1 | -0/+2 |
2015-09-05 | Put badges into array in being. | Andrei Karas | 1 | -5/+2 |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -1/+0 |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -8/+9 |
2015-08-09 | Add some missing checks to being found by paranucker. | Andrei Karas | 1 | -3/+3 |
2015-07-30 | Add badges for player names. | Andrei Karas | 1 | -0/+3 |