Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2011-06-16 | Remove useless ping packet | Ben Longbons | 1 | -2/+0 | |
The comment in game.cpp about the server waiting for this is a lie. Reviewed-by: Bertram. | |||||
2010-12-06 | Removed superfluous #includes taken from checkheaders list. | Yohann Ferreira | 1 | -2/+0 | |
Resolves: Mana-Mantis #265. Trivial fix. | |||||
2010-07-18 | Replace some state-related netcode methods with events | Jared Adams | 1 | -7/+3 | |
Also move the virtual destructors of the Net handler base classes to the top of their method lists. Reviewed-by: Chuck Miller | |||||
2010-06-01 | Made the MP bar be shown only if the protocol is using it. | Yohann Ferreira | 1 | -0/+5 | |
Reviewed-by: Jaxad0127. | |||||
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> | |||||
2010-01-24 | Remove some more _SUPPORT ifdefs | Jared Adams | 1 | -0/+2 | |
2009-11-02 | Got rid of GameHandler::clear | Thorbjørn Lindeijer | 1 | -2/+0 | |
It was just forwarding to disconnect(). | |||||
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -0/+55 | |
Also do some cleanup and refactoring of related code. |