Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2011-06-04 | Fix handling of 16- and 32-bit number in tmwAthena netcode | Jared Adams | 1 | -2/+17 | |
2011-06-03 | Replace SDL_types.h with cstdint | Jared Adams | 1 | -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-03 | Cleanup network code to use unsigned integers of the relevant size | Ben Longbons | 1 | -22/+6 | |
2010-04-17 | Changed eAthena protocol name to TmwAthena and changed the config files ↵ | Bertram | 1 | -0/+74 | |
accordingly. This makes room for the actual eAthena protocol future inclusion. |