index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
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-06-08
Add strong typed bool IsWeapon.
Andrei Karas
1
-10
/
+10
2016-06-07
Move image class into image directory.
Andrei Karas
1
-1
/
+2
2016-05-23
Dont show assert if for player set hair color without hair sprite.
Andrei Karas
1
-2
/
+7
2016-05-18
Fix random one tile desync in SMSG_BEING_MOVE3 packet.
Andrei Karas
1
-2
/
+4
2016-05-06
Fix code style.
Andrei Karas
1
-1
/
+1
2016-05-05
Fix erased players hide emotes and spech over head.
Andrei Karas
1
-0
/
+5
2016-05-05
Add missing check into function recalcSpritesOrder.
Andrei Karas
1
-2
/
+5
2016-04-30
Disable noexcept for clang and old gcc versions.
Andrei Karas
1
-1
/
+1
2016-04-11
Disable horses macro in tmwa.
Andrei Karas
1
-0
/
+2
2016-04-09
Revert "Improve drawing player sprites performance."
Andrei Karas
1
-29
/
+13
2016-03-31
Improve drawing player sprites performance.
Andrei Karas
1
-13
/
+29
2016-03-26
Fix code style.
Andrei Karas
1
-2
/
+2
2016-03-16
Split ParticleEngine from Particle class.
Andrei Karas
1
-4
/
+5
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
[prev]
[next]