index
:
mana/plus
CI_test_var
c++17_deprecated_func
camel
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
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mplint
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
old-stable
rename_and_cleanup
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-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
2014-09-06
eathena: fix packet SMSG_SKILL_CASTING 0x07fb.
Andrei Karas
1
-2
/
+3
2014-09-06
Move processSkillCasting from ea namespace into eathena and tmwa.
Andrei Karas
1
-1
/
+12
2014-09-06
eathena: fix packet SMSG_BEING_SPAWN 0x0858.
Andrei Karas
1
-1
/
+25
2014-09-06
eathena: fix packet SMSG_BEING_SPAWN 0x0858.
Andrei Karas
1
-11
/
+18
2014-09-06
eathena: fix packet SMSG_BEING_MOVE 0x0856.
Andrei Karas
1
-12
/
+27
2014-09-06
fix compilation warnings
Andrei Karas
1
-1
/
+1
2014-09-06
eathena: add partial support for packet SMSG_MAP_TYPE_PROPERTY2 0x099b.
Andrei Karas
1
-0
/
+12
2014-09-06
eathena: fix handling packet SMSG_BEING_VISIBLE 0x0857.
Andrei Karas
1
-25
/
+24
2014-09-06
add packet comments in beinghandler.
Andrei Karas
1
-68
/
+66
2014-09-06
add fields comments in processBeingChangeLook.
Andrei Karas
1
-4
/
+5
2014-08-30
Remove additional parameters from processPlayerMoveUpdate function.
Andrei Karas
1
-19
/
+19
2014-08-30
Remove additional parameters from processBeingChatLook function.
Andrei Karas
1
-4
/
+3
2014-08-30
Remove additional parameters from processBeingVisibleOrMove function.
Andrei Karas
1
-3
/
+4
2014-07-30
Rename player_node variable into localPlayer.
Andrei Karas
1
-32
/
+32
2014-07-14
Rename readInt8 into readUInt8 because it really read uint8_t.
Andrei Karas
1
-19
/
+19
2014-07-13
Fix code style.
Andrei Karas
1
-2
/
+3
2014-06-24
Add name request packet into protocol.h
Andrei Karas
1
-1
/
+1
2014-05-25
Fix align in constructors.
Andrei Karas
1
-1
/
+1
2014-05-20
Move net sprite defines into separate file.
Andrei Karas
1
-0
/
+1
2014-05-18
fix code style.
Andrei Karas
1
-4
/
+4
2014-05-13
Move actor type into separate file.
Andrei Karas
1
-11
/
+11
2014-05-12
Move being action into separate file.
Andrei Karas
1
-11
/
+11
2014-04-30
Fix code style in net.
Andrei Karas
1
-8
/
+11
2014-02-02
Add missing const and static into net classes.
Andrei Karas
1
-1
/
+1
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-12-25
add pet think time.
Andrei Karas
1
-1
/
+0
2013-12-25
add support for pet offsets if owner is sitting.
Andrei Karas
1
-0
/
+1
2013-11-25
prevent update some sprites from move packets and some other.
Andrei Karas
1
-6
/
+6
2013-11-01
Move timers from client into timers file.
Andrei Karas
1
-1
/
+4
2013-10-19
Rename actorspritemanager into actormanager.
Andrei Karas
1
-15
/
+15
2013-10-06
remove unused includes and remove default parameter in being.
Andrei Karas
1
-6
/
+6
2013-09-30
move db files into db directory.
Andrei Karas
1
-1
/
+2
2013-09-30
move windows classes to windows directory.
Andrei Karas
1
-3
/
+4
2013-09-15
remove unused includes from net directory.
Andrei Karas
1
-11
/
+1
[prev]
[next]