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
/
ea
/
eaprotocol.h
Age
Commit message (
Collapse
)
Author
Files
Lines
2015-06-14
Replace packet direct defines to macro with constants.
Andrei Karas
1
-6
/
+0
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-12-04
Give correct names to eathena/tmwa sprites.
Andrei Karas
1
-9
/
+9
2014-11-23
Add support for additional slots in net code.
Andrei Karas
1
-0
/
+7
Now projectile slot depend on server.
2014-11-23
Move server slot to client slot conversion from ea into eathena and tmwa.
Andrei Karas
1
-0
/
+3
2014-10-10
Fix code style.
Andrei Karas
1
-1
/
+1
2014-10-01
Use constants for all server side stats.
Andrei Karas
1
-0
/
+50
2014-10-01
Move JOB stat from net enum into attributes.
Andrei Karas
1
-5
/
+0
2014-10-01
Move STR stat from net enum into attributes.
Andrei Karas
1
-3
/
+1
2014-10-01
Move AGI stat from net enum into attributes.
Andrei Karas
1
-2
/
+1
2014-10-01
Move VIT stat from net enum into attributes.
Andrei Karas
1
-2
/
+1
2014-10-01
Move INT stat from net enum into attributes.
Andrei Karas
1
-2
/
+1
2014-10-01
Move DEX stat from net enum into attributes.
Andrei Karas
1
-2
/
+1
2014-10-01
Move LUK stat from net enum into attributes.
Andrei Karas
1
-2
/
+1
2014-10-01
Move ATK stat from net enum into attributes.
Andrei Karas
1
-3
/
+1
2014-10-01
Move DEF stat from net enum into attributes.
Andrei Karas
1
-2
/
+1
2014-10-01
Move MATK stat from net enum into attributes.
Andrei Karas
1
-2
/
+1
2014-10-01
Move MDEF stat from net enum into attributes.
Andrei Karas
1
-2
/
+1
2014-10-01
Move HIT stat from net enum into attributes.
Andrei Karas
1
-2
/
+1
2014-10-01
Move FLEE stat from net enum into attributes.
Andrei Karas
1
-2
/
+1
2014-10-01
Move CRIT stat from net enum into attributes.
Andrei Karas
1
-5
/
+1
2014-09-06
eathena: fix a bit support for packet SMSG_PLAYER_INVENTORY 0x0991.
Andrei Karas
1
-1
/
+0
2014-08-30
Remove additional parameters from processCharCreate function.
Andrei Karas
1
-1
/
+3
2014-08-30
Remove additional parameters from processChat function.
Andrei Karas
1
-0
/
+2
2014-08-30
Remove additional parameters from processBeingChat function.
Andrei Karas
1
-0
/
+1
2014-08-30
Remove additional parameters from processPlayerInventory function.
Andrei Karas
1
-0
/
+2
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-01-16
update copyrights year.
Andrei Karas
1
-1
/
+1
2012-01-05
Update copyrights year.
Andrei Karas
1
-1
/
+1
2011-07-31
Extract shared logic from npchandler and playerhandler netcode to ea namespace.
Andrei Karas
1
-0
/
+23
2011-07-30
Extract shared logic from inventoryhandler netcode to ea namespace.
Andrei Karas
1
-0
/
+3
2011-07-28
Extract shared logic from charserverhandler and loginhandler netcode to ea ↵
Andrei Karas
1
-1
/
+4
namespace.
2011-05-20
Start separating netcode to functions and moving some code to ea name space
Andrei Karas
1
-0
/
+42
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler.