Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -51/+0 | |
Also do some cleanup and refactoring of related code. | |||||
2009-04-05 | Implement TMWServ's Admin-, Chat-, and MapHandlers | Jared Adams | 1 | -1/+3 | |
2009-04-02 | Make eAthena's CharHandler | Jared Adams | 1 | -1/+3 | |
Also add ping to MapHandler and fill in eAthena's MapHandler's connect method. | |||||
2009-04-02 | Some cleanup and renaming | Bjørn Lindeijer | 1 | -6/+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-04-02 | Add some missing handler for eAthena | Jared Adams | 1 | -0/+46 | |
Also expand aAthena's AdminHandler |