Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-23 | Added listing all online users | David Athay | 1 | -1/+1 | |
2009-04-18 | Make sure every eAthena packet has a #define | Jared Adams | 1 | -3/+3 | |
2009-04-12 | Append _F or _M to username in eAthena network layer | Bjørn Lindeijer | 1 | -1/+1 | |
Abstracts it away and out of main.cpp and register.cpp. | |||||
2009-04-08 | Associated setup tab name with the tab itself | Bjørn Lindeijer | 1 | -1/+0 | |
Keeps things together in the right place and allowed writing a bit more generic code in the Setup class. | |||||
2009-04-07 | Make GeneralHandlers for both networks | Jared Adams | 1 | -19/+4 | |
Also make Net::LogoutHandler | |||||
2009-04-05 | Implement TMWServ's Admin-, Chat-, and MapHandlers | Jared Adams | 1 | -1/+5 | |
2009-04-02 | Make eAthena's CharHandler | Jared Adams | 1 | -2/+14 | |
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 | -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-02 | Add some missing handler for eAthena | Jared Adams | 1 | -0/+117 | |
Also expand aAthena's AdminHandler |