summaryrefslogtreecommitdiff
path: root/src/net/partyhandler.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-19Flesh out eAtehan party handlingJared Adams1-1/+17
2009-04-07Implement TMWServ's PartyHandlerJared Adams1-2/+4
2009-04-06Add support for changing direction under eAthenaJared Adams1-0/+2
2009-04-02Some cleanup and renamingBjørn Lindeijer1-12/+14
* Removed superfluous 'virtual' keyword in *Handler implementations * Renamed NPCHandler to NpcHandler * Renamed InvyHandler to InventoryHandler * Made all *Handler interface methods pure virtual * Used forward declarations in net.h * Renamed {start,end}Shoping to {start,end}Shopping
2009-03-31Make network handler functions virtualJared Adams1-14/+14
2009-03-31Add first draft of net handlersJared Adams1-0/+53
eAthena NPC handler has been implemented and is being used for NPC interraction.
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-41/+0
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-04-23Fixed svn:keywords properties and added header to guild.h.Bjørn Lindeijer1-1/+1
2008-04-23Fixed headers to be GPLDavid Athay1-20/+16
2008-04-17Added basic party support (no interface to create or quit yet)David Athay1-0/+47