Age | Commit message (Expand) | Author | Files | Lines |
2016-03-16 | Split ParticleEngine from Particle class. | Andrei Karas | 2 | -5/+6 |
2016-03-16 | Add nonnull attributes to particle classes. | Andrei Karas | 1 | -1/+1 |
2016-03-14 | Split drawSprites in Being/CompoundSprite into drawSprites and drawPlayerSpri... | Andrei Karas | 5 | -57/+60 |
2016-03-13 | Split CompoundSprite::draw into draw and drawSimple. | Andrei Karas | 3 | -6/+38 |
2016-03-13 | Add separate functions for draw monsters. | Andrei Karas | 2 | -2/+35 |
2016-03-13 | Add separate functions for draw portals. | Andrei Karas | 2 | -27/+58 |
2016-03-13 | Split drawSpriteAt into drawPlayerSpriteAt and drawOtherSpriteAt. | Andrei Karas | 2 | -27/+39 |
2016-03-13 | Move cursor drawing function from ActorSprite into Being. | Andrei Karas | 5 | -23/+30 |
2016-03-13 | Separate Being::draw function into drawPlayer and drawOther. | Andrei Karas | 2 | -3/+57 |
2016-03-13 | Improve a bit check in Being::drawSpriteAt. | Andrei Karas | 1 | -6/+12 |
2016-03-13 | Simplify drawing beings in playerbox control. | Andrei Karas | 2 | -0/+11 |
2016-03-13 | For skill units in context menu show creator name or id. | Andrei Karas | 2 | -0/+12 |
2016-03-12 | Fix wrong moving to target if was used attack by mouse. | Andrei Karas | 1 | -1/+1 |
2016-03-11 | Fix code style. | Andrei Karas | 2 | -3/+5 |
2016-03-10 | Fix a bit formatting in Being::drawSpriteAt. | Andrei Karas | 1 | -15/+22 |
2016-03-10 | Add missing check. | Andrei Karas | 1 | -5/+7 |
2016-03-07 | Disable all legacy "magic" commands if server type not tmwa. | Andrei Karas | 1 | -0/+6 |
2016-03-07 | Change desync detection to simpler way. | Andrei Karas | 2 | -20/+8 |
2016-03-07 | Remove some unused functions from compoundsprite. | Andrei Karas | 2 | -44/+2 |
2016-03-05 | Fix style error. | Andrei Karas | 1 | -4/+4 |
2016-03-05 | Replace in Being getter getDirection to mDirection. | Andrei Karas | 1 | -3/+3 |
2016-03-05 | Replace in Being getter getName to mName. | Andrei Karas | 2 | -22/+27 |
2016-03-05 | Replace most getters callc getTileX/getTileY to direct variables usage. | Andrei Karas | 4 | -46/+46 |
2016-03-05 | Change calculated speed in being from float to int. | Andrei Karas | 2 | -16/+12 |
2016-03-05 | Replace in Being speed field from vector to int. | Andrei Karas | 3 | -12/+11 |
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 |