Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-13 | Rename Net::SkillHandler to Net::SpecialHandler | Jared Adams | 1 | -2/+2 | |
SkillHandler::up moved to PlayerHandler::increaseSkill | |||||
2009-04-07 | Make GeneralHandlers for both networks | Jared Adams | 1 | -0/+2 | |
Also make Net::LogoutHandler | |||||
2009-04-02 | Some cleanup and renaming | Bjørn Lindeijer | 1 | -39/+29 | |
* 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-31 | Make network handler functions virtual | Jared Adams | 1 | -13/+13 | |
2009-03-31 | Add first draft of net handlers | Jared Adams | 1 | -0/+67 | |
eAthena NPC handler has been implemented and is being used for NPC interraction. |