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
/
tmwa
/
beinghandler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-17
Add static in beinthandler.
Andrei Karas
1
-19
/
+19
2014-10-09
Move processBeingSelfEffect from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+34
2014-09-30
Add manner field to beings.
Andrei Karas
1
-5
/
+5
2014-09-30
Add karma field to beings.
Andrei Karas
1
-5
/
+5
2014-09-26
Fix code style.
Andrei Karas
1
-3
/
+1
2014-09-19
Add comments for all output packets header.
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
Move processBeingResurrect from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+28
2014-09-17
Remove getter for serverFeatures.
Andrei Karas
1
-10
/
+10
2014-09-16
Remove unused externs
Andrei Karas
1
-2
/
+0
2014-09-16
add server feature haveMonsterAttackRange.
Andrei Karas
1
-2
/
+4
2014-09-16
add server feature haveItemColors.
Andrei Karas
1
-4
/
+4
2014-09-16
Add server feature haveMove3.
Andrei Karas
1
-2
/
+2
2014-09-15
eathena: add packet CMSG_PLAYER_VIEW_EQUIPMENT 0x02d6.
Andrei Karas
1
-0
/
+4
2014-09-14
Move processPlaterStatusChange from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+28
2014-09-14
Use haveServerHp feature in getting hp in tmwa.
Andrei Karas
1
-2
/
+5
2014-09-12
fix code style.
Andrei Karas
1
-1
/
+1
2014-09-10
Change format in ActorType enum.
Andrei Karas
1
-21
/
+21
2014-09-10
add function to apply being action.
Andrei Karas
1
-64
/
+33
2014-09-10
add function to convert special npc server gender type into client type.
Andrei Karas
1
-30
/
+21
2014-09-10
Improve functions from previous commit.
Andrei Karas
1
-295
/
+88
2014-09-10
Split processPlayerMoveUpdate for each packet type.
Andrei Karas
1
-2
/
+506
2014-09-10
Improve functions from previous commit.
Andrei Karas
1
-62
/
+8
2014-09-10
Split processBeingChangeLook for each packet type.
Andrei Karas
1
-1
/
+61
2014-09-10
Split processBeingChangeLook into tow functions with net code and without.
Andrei Karas
1
-11
/
+13
2014-09-10
Improve functions from previous commit.
Andrei Karas
1
-78
/
+23
2014-09-10
Split processBeingVisibleOrMove for each packet type.
Andrei Karas
1
-2
/
+247
2014-09-10
tmwa: fix reading whole packet SMSG_PLAYER_UPDATE_2.
Andrei Karas
1
-1
/
+2
2014-09-10
tmwa: read whole packet SMSG_BEING_SPAWN.
Andrei Karas
1
-0
/
+1
2014-09-10
tmwa: fix reading whole packet in processBeingVisibleOrMove.
Andrei Karas
1
-4
/
+3
2014-09-10
tmwa: read whole packet SMSG_BEING_CHANGE_LOOKS2.
Andrei Karas
1
-0
/
+5
2014-09-10
tmwa: read whole packet SMSG_BEING_VISIBLE.
Andrei Karas
1
-0
/
+3
2014-09-09
Move processBeingChangeDirection from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+27
2014-09-08
eathena: add packet CMSG_REQUEST_RANKS 0x097c.
Andrei Karas
1
-0
/
+4
2014-09-06
Move processBeingMove2 from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+40
2014-09-06
Move processBeingStatusChange from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+20
2014-09-06
Move processSkillCasting from ea namespace into eathena and tmwa.
Andrei Karas
1
-1
/
+12
2014-09-06
Move processBeingSpawn from ea namespace into tmwa.
Andrei Karas
1
-0
/
+13
2014-09-06
add packet comments in beinghandler.
Andrei Karas
1
-83
/
+85
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
-1
/
+248
2014-07-30
Rename player_node variable into localPlayer.
Andrei Karas
1
-30
/
+30
2014-07-14
Rename readInt8 into readUInt8 because it really read uint8_t.
Andrei Karas
1
-17
/
+17
2014-07-13
Fix code style.
Andrei Karas
1
-4
/
+4
2014-06-24
Add name request packet into protocol.h
Andrei Karas
1
-1
/
+1
2014-06-22
Add profiler lines into some functions.
Andrei Karas
1
-0
/
+35
2014-05-20
Move net sprite defines into separate file.
Andrei Karas
1
-0
/
+1
2014-05-13
Move actor type into separate file.
Andrei Karas
1
-4
/
+4
2014-05-12
Move being action into separate file.
Andrei Karas
1
-8
/
+8
[next]