summaryrefslogtreecommitdiff
path: root/src/net/ea/generalhandler.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-21Do some more copyright header cleanupsJared Adams1-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-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2009-12-07Simplify Equipment handlingJared Adams1-1/+0
Also merge eAthena's EquipmentHandler and InventoryHander. Fixes http://mantis.themanaworld.org/view.php?id=888 .
2009-11-03Remove two unneeded methods of Net::GeneralHandlerJared Adams1-4/+0
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-2/+3
2009-10-03Do some more post-merge cleanupJared Adams1-0/+2
Fixes a few more bugs
2009-09-30Merge login state machines for both clientsJared Adams1-2/+4
Also do some cleanup and refactoring of related code.
2009-07-13Rename Net::SkillHandler to Net::SpecialHandlerJared Adams1-1/+1
SkillHandler::up moved to PlayerHandler::increaseSkill
2009-04-11Remove more support #ifdefsJared Adams1-0/+6
2009-04-07Make GeneralHandlers for both networksJared Adams1-0/+69
Also make Net::LogoutHandler