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
Age
Commit message (
Collapse
)
Author
Files
Lines
2014-09-10
eathena: add packet CMSG_ADMIN_RESET_PLAYER 0x0197.
Andrei Karas
6
-0
/
+33
Also add functions resetStats and resetSkills.
2014-09-10
eathena: fix packet id for CMSG_SOLVE_CHAR_NAME 0x0898.
Andrei Karas
1
-1
/
+1
2014-09-10
Fix compilation warning.
Andrei Karas
1
-1
/
+1
2014-09-10
fix packets handling by mailhandler.
Andrei Karas
2
-0
/
+2
2014-09-10
eathena: add partial support for packet SMSG_MAIL_OPEN_WINDOW 0x0260.
Andrei Karas
4
-1
/
+35
2014-09-10
Add mailhandler for now empty.
Andrei Karas
11
-3
/
+238
2014-09-10
Improve logging for unknown and unsupported packets.
Andrei Karas
2
-6
/
+8
2014-09-10
add function to apply being action.
Andrei Karas
4
-123
/
+72
2014-09-10
add function to convert special npc server gender type into client type.
Andrei Karas
4
-75
/
+46
2014-09-10
Improve functions from previous commit.
Andrei Karas
2
-579
/
+171
2014-09-10
Split processPlayerMoveUpdate for each packet type.
Andrei Karas
4
-6
/
+964
2014-09-10
Improve functions from previous commit.
Andrei Karas
2
-116
/
+14
2014-09-10
Split processBeingChangeLook for each packet type.
Andrei Karas
4
-2
/
+112
2014-09-10
Split processBeingChangeLook into tow functions with net code and without.
Andrei Karas
4
-16
/
+33
2014-09-10
Improve functions from previous commit.
Andrei Karas
2
-331
/
+95
2014-09-10
Split processBeingVisibleOrMove for each packet type.
Andrei Karas
4
-6
/
+737
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_WALK_RESPONSE.
Andrei Karas
1
-2
/
+3
2014-09-10
tmwa: read whole packet SMSG_BEING_SPAWN.
Andrei Karas
1
-0
/
+1
2014-09-10
Read whole packet SMSG_BEING_REMOVE.
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-10
tmwa: read whole packet SMSG_PLAYER_STAT_UPDATE_5.
Andrei Karas
1
-32
/
+34
Also add comments to each packet fields.
2014-09-10
eathena: add packet CMSG_PLAYER_INSERT_CARD 0x017c.
Andrei Karas
6
-0
/
+23
2014-09-10
eathena: add packet CMSG_PLAYER_USE_CARD 0x017a.
Andrei Karas
6
-0
/
+17
2014-09-09
eathena: add packet CMSG_NPC_SELECT_AUTO_SPELL 0x01ce.
Andrei Karas
6
-0
/
+17
2014-09-09
eathena: add packet CMSG_NPC_SELECT_ARROW 0x01ae.
Andrei Karas
6
-0
/
+18
2014-09-09
eathena: add packet CMSG_NPC_IDENTIFY 0x0178.
Andrei Karas
6
-0
/
+17
2014-09-09
eathena: add packet CMSG_NPC_REFINE 0x0222.
Andrei Karas
6
-0
/
+17
2014-09-09
Fix compilation warnings.
Andrei Karas
1
-2
/
+2
2014-09-09
eathena: add packet CMSG_NPC_REPAIR 0x01fd.
Andrei Karas
6
-0
/
+17
2014-09-09
eathena: add packet CMSG_NPC_COOKING 0x025b.
Andrei Karas
6
-0
/
+25
2014-09-09
eathena: add packet CMSG_NPC_PRODUCE_MIX 0x018e.
Andrei Karas
6
-0
/
+35
2014-09-09
eathena: add packet CMSG_PLAYER_SET_MEMO 0x011d.
Andrei Karas
6
-0
/
+15
2014-09-09
Add packet CMSG_SKILL_USE_POSITION_MORE 0x096a.
Andrei Karas
6
-1
/
+37
2014-09-09
eathena: fix id for packet CMSG_SKILL_USE_POSITION 0x091e.
Andrei Karas
1
-1
/
+1
2014-09-09
Fix compilation warnings.
Andrei Karas
5
-6
/
+4
2014-09-09
eathena: add packet CMSG_CHANGE_CART 0x01af.
Andrei Karas
6
-0
/
+16
2014-09-09
eathena: add packet CMSG_REMOVE_OPTION 0x012a.
Andrei Karas
6
-0
/
+15
2014-09-09
eathena: add packet CMSG_MOVE_FROM_CART 0x0127.
Andrei Karas
2
-0
/
+7
2014-09-09
eathena: add packet CMSG_MOVE_TO_CART 0x0126.
Andrei Karas
2
-0
/
+8
2014-09-09
eathena: add packet CMSG_CREAYE_CHAT_ROOM 0x00d5.
Andrei Karas
6
-0
/
+34
2014-09-09
Remove unused packet id CMSG_CHAT_ANNOUNCE.
Andrei Karas
2
-2
/
+0
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
6
-29
/
+58
2014-09-09
eathena: add comments to packet CMSG_PLAYER_CHANGE_DIR fields.
Andrei Karas
1
-2
/
+3
2014-09-09
eathena: add support for packet CMSG_PLAYER_MAPMOVE 0x0140.
Andrei Karas
2
-2
/
+5
2014-09-09
Move AdminHandler::warp from ea namespace into eathena and tmwa.
Andrei Karas
6
-11
/
+30
2014-09-09
eathena: impliment packet CMSG_NPC_COMPLETE_PROGRESS_BAR 0x02f1.
Andrei Karas
6
-0
/
+16
[next]