Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-27 | Disable guilds for eAthena for now | Jared Adams | 1 | -0/+1 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-21 | Do some more copyright header cleanups | Jared Adams | 1 | -1/+1 | |
Fix "(C) 2009-2009" to just "(C) 2009" Fix "(C) 2010 TMW" to "(C) 2010 Mana" Remove TMW compyright on (hopefully all) files added after 0.0.29.1 | |||||
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 ) | |||||
2009-12-07 | Simplify Equipment handling | Jared Adams | 1 | -1/+0 | |
Also merge eAthena's EquipmentHandler and InventoryHander. Fixes http://mantis.themanaworld.org/view.php?id=888 . | |||||
2009-11-03 | Remove two unneeded methods of Net::GeneralHandler | Jared Adams | 1 | -4/+0 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -2/+3 | |
2009-10-03 | Do some more post-merge cleanup | Jared Adams | 1 | -0/+2 | |
Fixes a few more bugs | |||||
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -2/+4 | |
Also do some cleanup and refactoring of related code. | |||||
2009-07-13 | Rename Net::SkillHandler to Net::SpecialHandler | Jared Adams | 1 | -1/+1 | |
SkillHandler::up moved to PlayerHandler::increaseSkill | |||||
2009-04-11 | Remove more support #ifdefs | Jared Adams | 1 | -0/+6 | |
2009-04-07 | Make GeneralHandlers for both networks | Jared Adams | 1 | -0/+69 | |
Also make Net::LogoutHandler |