summaryrefslogtreecommitdiff
path: root/src/net/tmwa/messagein.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer1-1/+119
There wasn't a whole lot gained by sharing a common base class, and it makes extending the manaserv Message{In,Out} classes with a debugging mode unnecessarily complicated. Reviewed-by: Yohann Ferreira
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-06-04Fix handling of 16- and 32-bit number in tmwAthena netcodeJared Adams1-2/+17
2011-06-03Replace SDL_types.h with cstdintJared Adams1-7/+4
This required moving to C++0x, so it does that too, and fixes a few errors with that. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
2011-06-03Cleanup network code to use unsigned integers of the relevant sizeBen Longbons1-22/+6
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files ↵Bertram1-0/+74
accordingly. This makes room for the actual eAthena protocol future inclusion.