summaryrefslogtreecommitdiff
path: root/src/net/tmwa/messageout.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-06-04Fixing movement on tAStefan Dombrowski1-2/+2
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
2011-06-04Revert "Fix sending coordinates for tmwAthena"Jared Adams1-12/+6
This reverts commit d2c548e091f203196d93c011fc65944fb1cdc986.
2011-06-04Fix sending coordinates for tmwAthenaJared Adams1-6/+12
2011-06-04Fix handling of 16- and 32-bit number in tmwAthena netcodeJared Adams1-6/+12
2011-06-03Replace SDL_types.h with cstdintJared Adams1-5/+5
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-30/+17
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files ↵Bertram1-0/+128
accordingly. This makes room for the actual eAthena protocol future inclusion.