Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ) | |||||
2010-01-28 | Added virtual destructors, some implicit casts, and a couple of type changes. | Daniel Bradshaw | 1 | -0/+2 | |
Many warnings removed. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2009-04-06 | Fixed compile warning about initialization order | Bjørn Lindeijer | 1 | -1/+3 | |
Also made CMakeLists.txt consistent with Makefile.am regarding the BuySellDialog. | |||||
2009-04-05 | Implement TMWServ's Admin-, Chat-, and MapHandlers | Jared Adams | 1 | -10/+10 | |
2009-04-02 | Add some missing handler for eAthena | Jared Adams | 1 | -0/+2 | |
Also expand aAthena's AdminHandler | |||||
2009-03-31 | Make network handler functions virtual | Jared Adams | 1 | -14/+14 | |
2009-03-31 | Add first draft of net handlers | Jared Adams | 1 | -0/+53 | |
eAthena NPC handler has been implemented and is being used for NPC interraction. |