summaryrefslogtreecommitdiff
path: root/src/net/maphandler.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-02Make eAthena's CharHandlerJared Adams1-1/+5
Also add ping to MapHandler and fill in eAthena's MapHandler's connect method.
2009-04-02Some cleanup and renamingBjørn Lindeijer1-5/+7
* 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-8/+8
2009-03-31Add first draft of net handlersJared Adams1-0/+41
eAthena NPC handler has been implemented and is being used for NPC interraction.