index
:
AntumDeluge/manaplus
master
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
being
/
being.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-14
/
+45
2016-03-13
Split CompoundSprite::draw into draw and drawSimple.
Andrei Karas
1
-5
/
+5
2016-03-13
Add separate functions for draw monsters.
Andrei Karas
1
-2
/
+26
2016-03-13
Add separate functions for draw portals.
Andrei Karas
1
-27
/
+49
2016-03-13
Split drawSpriteAt into drawPlayerSpriteAt and drawOtherSpriteAt.
Andrei Karas
1
-23
/
+31
2016-03-13
Move cursor drawing function from ActorSprite into Being.
Andrei Karas
1
-4
/
+26
2016-03-13
Separate Being::draw function into drawPlayer and drawOther.
Andrei Karas
1
-3
/
+47
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
1
-0
/
+7
2016-03-13
For skill units in context menu show creator name or id.
Andrei Karas
1
-0
/
+3
2016-03-11
Fix code style.
Andrei Karas
1
-3
/
+4
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-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
1
-7
/
+9
2016-03-05
Replace most getters callc getTileX/getTileY to direct variables usage.
Andrei Karas
1
-10
/
+10
2016-03-05
Change calculated speed in being from float to int.
Andrei Karas
1
-14
/
+10
2016-03-05
Replace in Being speed field from vector to int.
Andrei Karas
1
-7
/
+6
2016-03-05
Move getNumOfHairstyles from being to itemdb.
Andrei Karas
1
-24
/
+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
1
-20
/
+20
2016-03-05
Rename actor functions getPosition and setPosition.
Andrei Karas
1
-3
/
+3
2016-03-05
Removing usage getters getActorX/getActorY from being and localplayer.
Andrei Karas
1
-19
/
+33
2016-03-04
Remove getter size from compoundsprite.
Andrei Karas
1
-5
/
+5
2016-03-04
Remove getter getSprite from compoundsprite.
Andrei Karas
1
-2
/
+2
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-02-28
Add extended name to beings (raw server name).
Andrei Karas
1
-0
/
+2
2016-02-22
Dont calculate dynamic sort offset.
Andrei Karas
1
-8
/
+3
2016-02-21
Fix code style.
Andrei Karas
1
-2
/
+2
2016-02-20
Add missing const in being directory.
Andrei Karas
1
-12
/
+14
2016-02-09
Allow select skill units and attack it.
Andrei Karas
1
-3
/
+5
2016-02-08
Improve some empty string checks.
Andrei Karas
1
-1
/
+3
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
/
+5
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-29
/
+29
2016-01-06
Add noexcept into being.
Andrei Karas
1
-1
/
+1
2016-01-04
Add missing TRANSLATORS comments to translation strings.
Andrei Karas
1
-3
/
+3
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-12-30
Fix animation time for new animated sprites.
Andrei Karas
1
-4
/
+12
2015-12-30
Add workaround for fix animated sprites animation time for new sprites.
Andrei Karas
1
-0
/
+6
2015-12-27
Add restrict keyword in being.
Andrei Karas
1
-192
/
+224
2015-12-20
Move animatedsprite into sprite directory.
Andrei Karas
1
-1
/
+2
2015-12-20
Move spriteaction.h into const directory.
Andrei Karas
1
-1
/
+2
2015-12-13
Move timer constants into separate file.
Andrei Karas
1
-0
/
+2
2015-12-13
Move spells and graphics related constants into separate files.
Andrei Karas
1
-0
/
+4
2015-11-24
Add support for spirit balls effect.
Andrei Karas
1
-0
/
+51
2015-11-24
Impliment packet SMSG_SPIRIT_BALLS.
Andrei Karas
1
-0
/
+1
[next]