summaryrefslogtreecommitdiff
path: root/src/net/ea/protocol.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-27Moved special coordinates packing into MessageOutBjørn Lindeijer1-3/+0
Is a better place. The reading part was already in MessageIn.
2009-04-19Flesh out eAtehan party handlingJared Adams1-3/+4
2009-04-18Make sure every eAthena packet has a #defineJared Adams1-9/+38
2009-04-06Add support for changing direction under eAthenaJared Adams1-0/+2
2009-04-02Make eAthena's CharHandlerJared Adams1-0/+5
Also add ping to MapHandler and fill in eAthena's MapHandler's connect method.
2009-04-02Add some missing handler for eAthenaJared Adams1-0/+3
Also expand aAthena's AdminHandler
2009-04-01Create a few more handlers for eAthenaJared Adams1-0/+6
Map, chat, and admin have been finished (to the degree they handle all existing cases).
2009-03-29Fix up eAthena party handling some moreJared Adams1-1/+1
2009-03-28Clean up eAthena party handling a bit moreJared Adams1-1/+1
2009-03-27Moved the inventory and storage offset handling into netcodeBjørn Lindeijer1-0/+3
No need to complicate the item containers and inventory classes with a silly offset used by the eAthena server. Also fixed the logToStandardOut option by reading it from the config after the configuration has been initialized.
2009-03-27Include statement cleanup for net/ea/ directory.Bjørn Lindeijer1-2/+2
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-8/+10
Conflicts: A lot of files.
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-0/+162
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere!