Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-12 | Standardize header order | Jared Adams | 1 | -5/+5 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2009-12-02 | Centralize netcode handler instances in Net | Jared Adams | 1 | -5/+3 | |
Instead of each netcode making the global variables and Net referencing them, Net now makes them and the netcodes reference them. Also remove an innappropriate ChatHandler reference from eA's AdminHandler. | |||||
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -6/+5 | |
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+0 | |
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 1 | -1/+1 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. | |||||
2009-04-05 | Implement TMWServ's Admin-, Chat-, and MapHandlers | Jared Adams | 1 | -3/+13 | |
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 | -6/+26 | |
Also expand aAthena's AdminHandler | |||||
2009-04-01 | Forgot a few files for eAthena's admin handler | Jared Adams | 1 | -0/+105 | |