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
/
net
/
ea
/
beingrecv.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-23
Fix crash with wrong moving path.
Andrei Karas
1
-0
/
+5
2018-02-12
Fix code style. Add missing actorManager null checks.
Andrei Karas
1
-0
/
+2
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-12-16
Remove default parameters from Being::takeDamage.
Andrei Karas
1
-1
/
+1
2017-08-21
Remove useless variables.
Andrei Karas
1
-2
/
+1
2017-07-11
Fix memory leak in BeingRecv::processBeingMove3, if player not totally visible.
Andrei Karas
1
-2
/
+4
2017-06-29
Move foreach macroses into separate file.
Andrei Karas
1
-0
/
+2
2017-06-11
Rename player_relations into playerRelations.
Andrei Karas
1
-1
/
+1
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-32
/
+32
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-11-11
Fix typo implimented -> implemented.
Andrei Karas
1
-1
/
+1
2016-09-12
Add packet SMSG_SKILL_NO_DAMAGE 0x09cb.
Andrei Karas
1
-1
/
+5
2016-08-21
Improve move3 packet handling for local player and for empty path.
Andrei Karas
1
-8
/
+7
2016-07-01
Fix code style.
Andrei Karas
1
-4
/
+2
2016-06-22
Build path in SMSG_BEING_MOVE3 packet from back to forward and if need fix st...
Andrei Karas
1
-51
/
+22
2016-06-21
Remove function BeingRecv::setSprite
Andrei Karas
1
-10
/
+0
2016-06-21
Remove colorId parameter from Being::updateSprite.
Andrei Karas
1
-3
/
+2
2016-06-08
Simplify set weapon sprite.
Andrei Karas
1
-3
/
+2
2016-06-08
Add setTempSprite method into Being.
Andrei Karas
1
-3
/
+2
2016-06-08
Add strong typed bool IsTempSprite.
Andrei Karas
1
-1
/
+1
2016-06-08
Add strong typed bool IsWeapon.
Andrei Karas
1
-1
/
+1
2016-05-20
Fix code style.
Andrei Karas
1
-2
/
+2
2016-05-18
Fix random one tile desync in SMSG_BEING_MOVE3 packet.
Andrei Karas
1
-0
/
+57
2016-04-02
Sort more packets. Add version checks inside packets.
Andrei Karas
1
-28
/
+0
2016-03-22
Add support for packet version in servers list xml and in editor.
Andrei Karas
1
-7
/
+5
2016-03-18
Fix reading packet SMSG_BEING_MOVE3 for non existing player.
Andrei Karas
1
-0
/
+1
2016-03-17
Read whole packet SMSG_BEING_MOVE3 if being not exists.
Andrei Karas
1
-0
/
+4
2016-03-10
For unknown packet field values show packet id and field value.
Andrei Karas
1
-1
/
+1
2016-03-05
Replace in Being speed field from vector to int.
Andrei Karas
1
-1
/
+1
2016-02-03
Add option for saving mapping between account id and nicks.
Andrei Karas
1
-2
/
+3
2016-02-03
Read full packet SMSG_BEING_EMOTION in all cases.
Andrei Karas
1
-0
/
+2
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-10-31
Add support for dead trick status effect (hercules)
Andrei Karas
1
-0
/
+1
2015-10-23
Fix read size for packet SMSG_BEING_REMOVE.
Andrei Karas
1
-1
/
+0
2015-10-14
Add option for show why player disappeared. Can be usefull for GM's.
Andrei Karas
1
-0
/
+38
2015-10-13
Add npc attribute what allow or prevent removing npc after out of sight.
Andrei Karas
1
-1
/
+8
2015-09-26
Fix moving animation issue with move3 packets enabled.
Andrei Karas
1
-0
/
+4
2015-08-29
Fix code style.
Andrei Karas
1
-0
/
+1
2015-08-24
Rename being receive handler into beingrecv.
Andrei Karas
1
-0
/
+473