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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-18
Fix random one tile desync in SMSG_BEING_MOVE3 packet.
Andrei Karas
1
-1
/
+14
2016-04-30
Disable noexcept for clang and old gcc versions.
Andrei Karas
1
-91
/
+91
2016-04-17
Revert "Remove override keyword, if it present with final."
Andrei Karas
1
-9
/
+9
2016-04-17
Fix code style.
Andrei Karas
1
-4
/
+4
2016-04-17
Remove override keyword, if it present with final.
Andrei Karas
1
-9
/
+9
2016-04-09
Revert "Improve drawing player sprites performance."
Andrei Karas
1
-3
/
+0
2016-03-31
Improve drawing player sprites performance.
Andrei Karas
1
-0
/
+3
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
[next]