summaryrefslogtreecommitdiff
path: root/src/net/messagein.h
AgeCommit message (Collapse)AuthorFilesLines
2012-05-05Added debugging mode to the protocolThorbjørn Lindeijer1-1/+9
Allows inspection of message data. It is off by default since it consumes additional bandwidth, but it can be turned on using the net_debugMode option in manaserv.xml. Currently the option only affects outgoing data for each host individually. In particular, enabling this debug mode for the server does not automatically make the client annotate its messages. Reviewed-by: Erik Schilling
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer1-0/+3
A C++ developer should be able to recognize a constructor and a destructor by just looking at it, so let's stop writing down the obvious. :)
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-0/+87
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.