index
:
AntumDeluge/manaplus
master
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
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
2012-08-19
Move some code from network to base classes.
Andrei Karas
1
-293
/
+9
2012-08-19
Flush send buffer if it too big.
Andrei Karas
1
-0
/
+11
2012-08-06
Change a bit network buffers and add check.
Andrei Karas
1
-1
/
+9
2012-06-24
Add basic support for eathena stable.
Andrei Karas
1
-0
/
+520