summaryrefslogtreecommitdiff
path: root/src/net/ea/maphandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-04-23Added listing all online usersDavid Athay1-1/+1
2009-04-18Make sure every eAthena packet has a #defineJared Adams1-3/+3
2009-04-12Append _F or _M to username in eAthena network layerBjørn Lindeijer1-1/+1
Abstracts it away and out of main.cpp and register.cpp.
2009-04-08Associated setup tab name with the tab itselfBjørn Lindeijer1-1/+0
Keeps things together in the right place and allowed writing a bit more generic code in the Setup class.
2009-04-07Make GeneralHandlers for both networksJared Adams1-19/+4
Also make Net::LogoutHandler
2009-04-05Implement TMWServ's Admin-, Chat-, and MapHandlersJared Adams1-1/+5
2009-04-02Make eAthena's CharHandlerJared Adams1-2/+14
Also add ping to MapHandler and fill in eAthena's MapHandler's connect method.
2009-04-02Some cleanup and renamingBjørn Lindeijer1-1/+1
* 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-04-02Add some missing handler for eAthenaJared Adams1-0/+117
Also expand aAthena's AdminHandler