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
/
protocol.h
Age
Commit message (
Collapse
)
Author
Files
Lines
2014-09-06
eathena: fix SMSG_MAP_LOGIN_SUCCESS id.
Andrei Karas
1
-1
/
+1
2014-09-06
eathena: rename SMSG_MAP_CHAR_ID to SMSG_MAP_ACCOUNT_ID.
Andrei Karas
1
-1
/
+1
2014-09-06
eathena: fix packet id CMSG_MAP_SERVER_CONNECT 0x022d.
Andrei Karas
1
-1
/
+1
2014-09-06
Add partial pincode sending.
Andrei Karas
1
-0
/
+1
Need reverse or find way how to encrypt pincode. For now pincodes not supported.
2014-09-06
eathena: add basic handling for packet SMSG_CHAR_PINCODE_STATUS 0x08b9.
Andrei Karas
1
-0
/
+1
2014-09-06
eathena: add packet CMSG_CHAR_CREATE 0x0970.
Andrei Karas
1
-1
/
+1
2014-09-06
In eathena add packet 0x082d into db.
Andrei Karas
1
-0
/
+2
2014-09-06
In eathena add support for error packet 0x083e.
Andrei Karas
1
-0
/
+1
Also extend packets table.
2014-09-06
Remove version request for eathena servers.
Andrei Karas
1
-1
/
+0
2014-06-24
Remove packet constant from eathena net code.
Andrei Karas
1
-0
/
+2
2014-06-24
Add name request packet into protocol.h
Andrei Karas
1
-0
/
+1
2014-05-20
Move player attributes in net code into separate file.
Andrei Karas
1
-26
/
+0
2014-05-20
Move net sprite defines into separate file.
Andrei Karas
1
-19
/
+0
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-05-28
fix guard header part2.
Andrei Karas
1
-3
/
+3
2013-04-14
another fixes from cpplint.
Andrei Karas
1
-11
/
+11
2013-01-16
update copyrights year.
Andrei Karas
1
-1
/
+1
2012-07-30
Fix code style.
Andrei Karas
1
-21
/
+24
2012-06-25
Add support for cutit and viewpoint packets in eAthena.
Andrei Karas
1
-0
/
+3
2012-06-24
Add basic support for eathena stable.
Andrei Karas
1
-0
/
+347
Can register, create char, connect to map server and get map info.