summaryrefslogtreecommitdiff
path: root/src/net/ea/protocol.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-21Handle packet 0x0195, and shows player's party name in a popupChuck Miller1-0/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-24Remove some more _SUPPORT ifdefsJared Adams1-0/+17
2009-12-16Stored the cached config value which says if non-crucial particle effects ↵Philipp Sehmisch1-0/+1
are enabled or not in a static member of class Particle instead of an instanced member of Being.
2009-11-07More eAthena guild stuffJared Adams1-8/+31
Also some related chenges elsewhere
2009-11-03Move ManaServ guild code into GuildHandlerJared Adams1-0/+23
Ad start eAthena's GuildHandler
2009-10-30Support switching characters under eAthenaJared Adams1-0/+3
2009-09-30Merge login state machines for both clientsJared Adams1-1/+5
Also do some cleanup and refactoring of related code.
2009-09-21Fix character creation failure message IDJared Adams1-1/+1
2009-07-19Merge StatusWindowsJared Adams1-7/+2
Also some other small merges
2009-07-15Merge and cleanup attribute codeJared Adams1-0/+24
2009-07-14Add netcode for specialsJared Adams1-0/+5
2009-07-08Have both builds use the same SkillDialogJared Adams1-0/+1
2009-05-25Add athena netcode for changing account password.Dennis Friis1-0/+2
2009-05-22Add rudimentary support for forced revive on athena.Dennis Friis1-0/+1
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!