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
/
eathena
/
beinghandler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-30
Add manner field to beings.
Andrei Karas
1
-6
/
+6
2014-09-30
Add karma field to beings.
Andrei Karas
1
-10
/
+7
2014-09-30
eathena: add packet SMSG_BEING_FAKE_NAME 0x0078.
Andrei Karas
1
-0
/
+26
2014-09-24
For homunculus being use same data like for monster.
Andrei Karas
1
-1
/
+3
2014-09-22
Add pet actor type. For now it works almost same like monsters.
Andrei Karas
1
-1
/
+3
2014-09-21
Fix compilation warning.
Andrei Karas
1
-0
/
+1
2014-09-21
Restore mercenary stats if it was respawned.
Andrei Karas
1
-1
/
+10
2014-09-20
Add mercenary actor type. Use it for now in samw way with monster type.
Andrei Karas
1
-1
/
+3
2014-09-20
eathena: create being based on being type and not job.
Andrei Karas
1
-6
/
+50
2014-09-19
eathena: not hide any beings.
Andrei Karas
1
-15
/
+0
2014-09-19
Add comments for all output packets header.
Andrei Karas
1
-3
/
+3
2014-09-19
eathena: add partial support for packet SMSG_BEING_REMOVE_SKILL 0x0120.
Andrei Karas
1
-0
/
+11
2014-09-18
eathena: fix packet SMSG_PLAYER_GUILD_PARTY_INFO 0x0195.
Andrei Karas
1
-1
/
+1
2014-09-18
Move processPlayerGuilPartyInfo from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+29
2014-09-17
eathena: add partial support for packet SMSG_PLAYER_STATUS_CHANGE_NO_TICK 0x0...
Andrei Karas
1
-0
/
+13
2014-09-17
eathena: fix packet SMSG_BEING_RESURRECT 0x0148.
Andrei Karas
1
-2
/
+2
2014-09-17
Move processBeingResurrect from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+28
2014-09-15
eathena: add packet CMSG_PLAYER_VIEW_EQUIPMENT 0x02d6.
Andrei Karas
1
-0
/
+9
2014-09-14
eathena: fix packet SMSG_PLAYER_STATUS_CHANGE 0x0229.
Andrei Karas
1
-2
/
+2
2014-09-14
Move processPlaterStatusChange from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+28
2014-09-14
eathena: add partial support for packet SMSG_SKILL_ENTRY 0x09ca.
Andrei Karas
1
-0
/
+18
2014-09-14
eathena: add partial support for packet SMSG_SKILL_GROUND_NO_DAMAGE 0x0117.
Andrei Karas
1
-0
/
+15
2014-09-14
eathena: fix updating hp.
Andrei Karas
1
-9
/
+15
2014-09-13
eathena: add partical support for SMSG_BEING_SPECIAL_EFFECT 0x01f3.
Andrei Karas
1
-0
/
+13
2014-09-13
eathena: update to hercules version 20150000.
Andrei Karas
1
-3
/
+12
2014-09-12
fix code style.
Andrei Karas
1
-13
/
+16
2014-09-10
Change format in ActorType enum.
Andrei Karas
1
-27
/
+27
2014-09-10
add function to apply being action.
Andrei Karas
1
-59
/
+33
2014-09-10
add function to convert special npc server gender type into client type.
Andrei Karas
1
-45
/
+19
2014-09-10
Improve functions from previous commit.
Andrei Karas
1
-284
/
+83
2014-09-10
Split processPlayerMoveUpdate for each packet type.
Andrei Karas
1
-2
/
+448
2014-09-10
Improve functions from previous commit.
Andrei Karas
1
-54
/
+6
2014-09-10
Split processBeingChangeLook for each packet type.
Andrei Karas
1
-1
/
+47
2014-09-10
Split processBeingChangeLook into tow functions with net code and without.
Andrei Karas
1
-5
/
+10
2014-09-10
Improve functions from previous commit.
Andrei Karas
1
-253
/
+72
2014-09-10
Split processBeingVisibleOrMove for each packet type.
Andrei Karas
1
-2
/
+482
2014-09-09
eathena: add comments into processBeingChangeDirection.
Andrei Karas
1
-4
/
+5
2014-09-09
Move processBeingChangeDirection from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+27
2014-09-08
eathena: add partial support for packet SMSG_RANKS_LIST 0x097d.
Andrei Karas
1
-0
/
+17
2014-09-08
eathena: add packet CMSG_REQUEST_RANKS 0x097c.
Andrei Karas
1
-0
/
+6
2014-09-08
eathena: partially add packet SMSG_SKILL_AUTO_CAST 0x0147.
Andrei Karas
1
-0
/
+17
2014-09-07
eathena: read whole packet in processBeingChangeLook.
Andrei Karas
1
-7
/
+5
2014-09-06
eathena: add packet SMSG_PLAYER_HP 0x080e.
Andrei Karas
1
-0
/
+3
2014-09-06
eathena: add packet SMSG_BEING_STATUS_CHANGE2 0x043f.
Andrei Karas
1
-1
/
+6
2014-09-06
eathena: add packet SMSG_MONSTER_HP 0x0977.
Andrei Karas
1
-0
/
+17
2014-09-06
eathena: add packet SMSG_BEING_ACTION2 0x02e1.
Andrei Karas
1
-0
/
+96
2014-09-06
eathena: fix reading packet SMSG_BEING_MOVE2 0x0086.
Andrei Karas
1
-4
/
+5
2014-09-06
Move processBeingMove2 from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+40
2014-09-06
eathena: fix packet SMSG_BEING_STATUS_CHANGE 0x0983.
Andrei Karas
1
-0
/
+5
2014-09-06
Move processBeingStatusChange from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+20
[next]