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
/
network.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-20
Add missing const in net directory.
Andrei Karas
1
-1
/
+1
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-2
/
+2
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-09-23
Add support for packet version 20150226 (hercules)
Andrei Karas
1
-0
/
+3
2015-09-22
add way for reload packets db. For now it useless.
Andrei Karas
1
-0
/
+6
2015-09-04
Remove some useless includes.
Andrei Karas
1
-3
/
+0
2015-09-02
Remove MessageHandler class
Andrei Karas
1
-17
/
+0
2015-09-02
Remove variable mMessageHandlers from network code.
Andrei Karas
1
-19
/
+6
2015-09-02
Use packet handlers from packet defines.
Andrei Karas
1
-3
/
+54
2015-09-01
Remove packets.h
Andrei Karas
1
-1
/
+0
2015-09-01
Use packet sizes from packetsin.inc
Andrei Karas
1
-11
/
+5
2015-09-01
Change extension in some internals includes from h to inc.
Andrei Karas
1
-1
/
+1
2015-09-01
Add ability to log received packet names to log file.
Andrei Karas
1
-1
/
+5
2015-06-20
Fix code style.
Andrei Karas
1
-1
/
+1
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-11-08
Fix code style.
Andrei Karas
1
-1
/
+1
2014-11-06
eathena: add packets SMSG_SERVER_VERSION_RESPONSE 0x7531
Andrei Karas
1
-1
/
+6
2014-09-26
Fix code style.
Andrei Karas
1
-1
/
+0
2014-09-15
eathena: remove some tmw/evol related packets.
Andrei Karas
1
-19
/
+5
2014-09-10
Improve logging for unknown and unsupported packets.
Andrei Karas
1
-3
/
+4
2014-09-06
add ability to delay network messages dispatch.
Andrei Karas
1
-0
/
+3
2014-09-06
eathena: add missing check for packet id.
Andrei Karas
1
-1
/
+9
2014-09-06
Move eathena packets definition into separate file.
Andrei Karas
1
-176
/
+1
2014-09-06
In eathena remove packet SMSG_SERVER_VERSION_RESPONSE.
Andrei Karas
1
-8
/
+2
2014-09-06
In eathena add support for error packet 0x083e.
Andrei Karas
1
-0
/
+105
2014-08-02
Fix compilation warnings with some compilers.
Andrei Karas
1
-4
/
+4
2014-05-31
Fix sign on some vars.
Andrei Karas
1
-4
/
+4
2014-03-28
simplify variables cleanup.
Andrei Karas
1
-2
/
+3
2014-02-20
improve includes.
Andrei Karas
1
-0
/
+1
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-10-19
move virtual member calls from messagein constuctor into postInit.
Andrei Karas
1
-0
/
+1
2013-10-08
split network mutexe into read and write mutexes.
Andrei Karas
1
-4
/
+4
2013-09-18
add const to net classes.
Andrei Karas
1
-2
/
+2
2013-09-15
remove unused includes from net directory.
Andrei Karas
1
-6
/
+1
2013-04-21
some other fixes from cpplint.
Andrei Karas
1
-2
/
+2
2013-04-14
some more style fixes from cpplint.
Andrei Karas
1
-1
/
+1
2013-04-12
first part of style fixed after cpplint checks.
Andrei Karas
1
-1
/
+1
2013-04-03
If wrong packet come from network show packet id in crash message.
Andrei Karas
1
-1
/
+6
2013-02-13
Fix code style.
Andrei Karas
1
-2
/
+2
2013-02-11
Fix compilation issues.
Andrei Karas
1
-2
/
+2
2013-02-10
Improve network code speed again.
Andrei Karas
1
-49
/
+29
2013-02-10
Improve network code speed.
Andrei Karas
1
-19
/
+22
2013-01-20
Last part with FOR_EACH changes.
Andrei Karas
1
-2
/
+1
2013-01-16
update copyrights year.
Andrei Karas
1
-1
/
+1
2012-10-10
Fix code style.
Andrei Karas
1
-1
/
+1
2012-10-10
Delete copy constructor from net classes.
Andrei Karas
1
-8
/
+10
2012-09-08
Improve constructors in some classes.
Andrei Karas
1
-1
/
+2
2012-09-02
Add const to more classes.
Andrei Karas
1
-4
/
+4
2012-08-23
Remove useless includes.
Andrei Karas
1
-4
/
+0
2012-08-19
Fix compilation warnings.
Andrei Karas
1
-2
/
+5
[next]