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 (
Expand
)
Author
Files
Lines
2014-09-06
eathena: fix id for many packets.
Andrei Karas
1
-23
/
+21
2014-09-06
eathena: remove some unused packets.
Andrei Karas
3
-10
/
+0
2014-09-06
eathena: fix packet id for CMSG_PLAYER_ATTACK 0x0369.
Andrei Karas
1
-1
/
+1
2014-09-06
add packet comments in gamehandler.
Andrei Karas
3
-15
/
+16
2014-09-06
add packet comments in chathandler.
Andrei Karas
3
-57
/
+60
2014-09-06
add packet comments in buysellhandler.
Andrei Karas
3
-19
/
+19
2014-09-06
add packet comments into charserverhandler.
Andrei Karas
3
-104
/
+118
2014-09-06
add packet comments into login handler.
Andrei Karas
3
-43
/
+41
2014-09-06
eathena: fix id for packet CMSG_NAME_REQUEST 0x096a.
Andrei Karas
1
-1
/
+1
2014-09-06
eathena: handle packet SMSG_SERVER_PING 0x007f.
Andrei Karas
2
-0
/
+8
2014-09-06
eathena: add partial support for packet SMSG_MAP_TYPE_PROPERTY2 0x099b.
Andrei Karas
4
-1
/
+16
2014-09-06
eathena: add handling packet SMSG_COLOR_MESSAGE 0x02c1.
Andrei Karas
1
-1
/
+10
2014-09-06
Move processChat from ea namespace into tmwa and eathena.
Andrei Karas
6
-76
/
+140
2014-09-06
eathena: add into db packet SMSG_COLOR_MESSAGE 0x02c1.
Andrei Karas
2
-1
/
+2
2014-09-06
eathena: add comments in packet SMSG_PLAYER_SHOW_EQUIP 0x02da.
Andrei Karas
1
-1
/
+1
2014-09-06
eathena: impliment packet SMSG_PARTY_INVITATION_STATS 0x02c9.
Andrei Karas
2
-0
/
+12
2014-09-06
Fix compilation errors in playerhandler.
Andrei Karas
1
-24
/
+25
2014-09-06
eathena: add into db packet SMSG_PARTY_INVITATION_STATS 0x02c9.
Andrei Karas
2
-1
/
+2
2014-09-06
eathena: fix handling packet SMSG_PLAYER_STAT_UPDATE_5 0x00bd.
Andrei Karas
1
-40
/
+47
2014-09-06
Move processPlayerStatUpdate5 from ea namespace into tmwa and eathena.
Andrei Karas
6
-76
/
+158
2014-09-06
eathena: fix handling packet SMSG_PLAYER_SHORTCUTS 0x07d9.
Andrei Karas
3
-5
/
+5
2014-09-06
eathena: fix packet parsing SMSG_PLAYER_SKILLS 0x010f.
Andrei Karas
1
-8
/
+7
2014-09-06
Move processPlayerSkills from ea namespace into tmwa and eathena.
Andrei Karas
6
-32
/
+74
2014-09-06
eathena: fix handling packet SMSG_BEING_VISIBLE 0x0857.
Andrei Karas
1
-25
/
+24
2014-09-06
eathena: fix id for packet SMSG_BEING_VISIBLE 0x0857.
Andrei Karas
2
-2
/
+2
2014-09-06
eathena: add being type enum.
Andrei Karas
1
-0
/
+45
2014-09-06
eathena: fix warning in gamehandler.
Andrei Karas
1
-2
/
+1
2014-09-06
add packet comments in beinghandler.
Andrei Karas
3
-226
/
+231
2014-09-06
add packet comments in adminhandler.
Andrei Karas
2
-12
/
+12
2014-09-06
eathena: add missing fields in processPlayerEquipment.
Andrei Karas
2
-20
/
+22
2014-09-06
In debug packets logging also display offset.
Andrei Karas
6
-25
/
+32
2014-09-06
Move processPlayerEquipment from ea into tmwa and eathena namespace.
Andrei Karas
6
-51
/
+106
2014-09-06
eathena: update id for packet SMSG_PLAYER_EQUIPMENT.
Andrei Karas
1
-1
/
+1
2014-09-06
add fields comments in processBeingChangeLook.
Andrei Karas
1
-4
/
+5
2014-09-06
eathena: fix packet id CMSG_CLIENT_PING 0x035f.
Andrei Karas
1
-1
/
+1
2014-09-06
use pauseDispatch in processMapLogin.
Andrei Karas
2
-0
/
+6
2014-09-06
add ability to delay network messages dispatch.
Andrei Karas
4
-1
/
+15
2014-09-06
eathena: fix packet handling SMSG_MAP_LOGIN_SUCCESS 0x02eb.
Andrei Karas
1
-4
/
+8
2014-09-06
Move processMapLogin from ea to tmwa and eathena namespaces.
Andrei Karas
6
-20
/
+42
2014-09-06
eathena: fix SMSG_MAP_LOGIN_SUCCESS id.
Andrei Karas
2
-2
/
+2
2014-09-06
eathena: rename SMSG_MAP_CHAR_ID to SMSG_MAP_ACCOUNT_ID.
Andrei Karas
3
-7
/
+7
2014-09-06
eathena: fix packet id CMSG_MAP_SERVER_CONNECT 0x022d.
Andrei Karas
3
-8
/
+7
2014-09-06
eathena: add comments into packet SMSG_CHAR_MAP_INFO 0x0071.
Andrei Karas
1
-5
/
+5
2014-09-06
eathena: fix size for packet SMSG_CHAR_CREATE_SUCCEEDED 0x006d.
Andrei Karas
1
-1
/
+1
2014-09-06
eathena: add missing check for packet id.
Andrei Karas
1
-1
/
+9
2014-09-06
eathena: in sendLoginRegister use client version 20.
Andrei Karas
1
-4
/
+4
2014-09-06
Add partial pincode sending.
Andrei Karas
6
-4
/
+22
2014-09-06
add basic implimentation for set pincode.
Andrei Karas
4
-4
/
+26
2014-09-06
eathena: add basic handling for packet SMSG_CHAR_PINCODE_STATUS 0x08b9.
Andrei Karas
4
-1
/
+41
2014-09-06
eathena: add packet CMSG_CHAR_CREATE 0x0970.
Andrei Karas
3
-4
/
+37
[next]