Age | Commit message (Expand) | Author | Files | Lines |
2016-03-05 | Move getNumOfHairstyles from being to itemdb. | Andrei Karas | 2 | -35/+0 |
2016-03-05 | Remove unused method getNumOfRaces from Being. | Andrei Karas | 1 | -6/+0 |
2016-03-05 | Replace in Being some calls getNumberOfLayers to CompountSprite::getNumberOfL... | Andrei Karas | 1 | -2/+2 |
2016-03-05 | Use in most places int being positions and not float. | Andrei Karas | 3 | -72/+79 |
2016-03-05 | Add pixel position into actor. | Andrei Karas | 2 | -2/+13 |
2016-03-05 | Rename actor functions getPosition and setPosition. | Andrei Karas | 4 | -21/+22 |
2016-03-05 | Remove getter getSpritesCount from Being. | Andrei Karas | 1 | -3/+0 |
2016-03-05 | Removing usage getters getActorX/getActorY from being and localplayer. | Andrei Karas | 2 | -22/+37 |
2016-03-04 | In compoundsprite replace mSprites.at() to mSprites[]. | Andrei Karas | 1 | -4/+4 |
2016-03-04 | Remove getter empty from compoundsprite. | Andrei Karas | 2 | -4/+1 |
2016-03-04 | Remove getter size from compoundsprite. | Andrei Karas | 4 | -17/+13 |
2016-03-04 | Remove getter getSprite from compoundsprite. | Andrei Karas | 4 | -10/+9 |
2016-03-04 | Remove isVisible getter from widget. | Andrei Karas | 1 | -1/+1 |
2016-03-03 | Fix targetting monsters what was first visible by player on unreachable tiles. | Andrei Karas | 1 | -0/+8 |
2016-03-03 | Fix desync between client and server while moving. | Andrei Karas | 1 | -49/+51 |
2016-02-28 | Add extended name to beings (raw server name). | Andrei Karas | 2 | -1/+7 |
2016-02-23 | Fix compilation with gcc 4.4 or older. | Andrei Karas | 1 | -3/+3 |
2016-02-23 | Add pragmas for disable -Wswitch-bool in some places. | Andrei Karas | 1 | -0/+3 |
2016-02-22 | Dont calculate dynamic sort offset. | Andrei Karas | 2 | -9/+3 |
2016-02-22 | Add more missing consts. | Andrei Karas | 2 | -2/+2 |
2016-02-21 | Fix code style. | Andrei Karas | 1 | -2/+2 |
2016-02-20 | Add missing const in being directory. | Andrei Karas | 8 | -45/+55 |
2016-02-14 | Dont check and modify floor item position if server support haveExtendedDrops... | Andrei Karas | 1 | -11/+20 |
2016-02-11 | Use inline attribute in some critial performance functions. | Andrei Karas | 1 | -1/+1 |
2016-02-09 | Allow select skill units and attack it. | Andrei Karas | 1 | -3/+5 |
2016-02-08 | Remove useless checks. | Andrei Karas | 1 | -6/+3 |
2016-02-08 | Improve some empty string checks. | Andrei Karas | 1 | -1/+3 |
2016-02-08 | Allow attack also if casting animation active. | Andrei Karas | 1 | -2/+6 |
2016-02-08 | Stop cast animation also if got skill error message. | Andrei Karas | 4 | -6/+6 |
2016-02-08 | Add support for post delay status effect. It change cast animation to stand. | Andrei Karas | 4 | -0/+14 |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 9 | -114/+114 |
2016-02-07 | Fix some casts between signed and unsigned in some files. | Andrei Karas | 3 | -13/+13 |
2016-01-29 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2016-01-17 | Add support for add from context menu into chat item links with cards. | Andrei Karas | 2 | -0/+9 |
2016-01-17 | Move cards constants into separate file. | Andrei Karas | 1 | -1/+3 |
2016-01-06 | Add noexcept into being. | Andrei Karas | 4 | -101/+99 |
2016-01-04 | Add missing TRANSLATORS comments to translation strings. | Andrei Karas | 2 | -5/+6 |
2016-01-02 | Update copyrights year. | Andrei Karas | 28 | -28/+28 |
2015-12-30 | Fix animation time for new animated sprites. | Andrei Karas | 3 | -5/+38 |
2015-12-30 | Add workaround for fix animated sprites animation time for new sprites. | Andrei Karas | 1 | -0/+6 |
2015-12-29 | Move flooritem into being directory. | Andrei Karas | 2 | -0/+346 |
2015-12-29 | Move item into item directory. | Andrei Karas | 2 | -2/+4 |
2015-12-27 | Fix compilation with different flags. | Andrei Karas | 1 | -1/+1 |
2015-12-27 | Add restrict keyword in being. | Andrei Karas | 2 | -481/+536 |
2015-12-27 | Add restrict keyword in map. | Andrei Karas | 1 | -1/+1 |
2015-12-26 | Fix code style. | Andrei Karas | 3 | -1/+4 |
2015-12-23 | Add const attribute to being classes. | Andrei Karas | 4 | -15/+7 |
2015-12-20 | Move shortcuts files into gui/shortcut directory. | Andrei Karas | 1 | -1/+2 |
2015-12-20 | Move imagesprite into sprite directory. | Andrei Karas | 1 | -1/+1 |
2015-12-20 | Move animatedsprite into sprite directory. | Andrei Karas | 3 | -3/+5 |