Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-07 | Fixed GeneralHandler deletion when switching server types | Thorbjørn Lindeijer | 1 | -2/+3 | |
When switching between tmwAthena and Manaserv the GeneralHandler was not getting deleted, resulting in crashes later on when the still around instance (or one of its child handlers) would try to respond to events it was listening to. | |||||
2024-03-02 | Added support for -y / --server-type parameter | Thorbjørn Lindeijer | 1 | -1/+1 | |
Usually this would be guessed correctly by the port, but now it is also possible to just specify the server type and the port will be derived from there, unless a default port is given in the branding file. Closes #56 | |||||
2024-02-09 | C++11: Use default member initializers | Thorbjørn Lindeijer | 1 | -2/+1 | |
This patch is not exhaustive. | |||||
2024-01-26 | Apply C++11 fixits | Thorbjørn Lindeijer | 1 | -2/+2 | |
modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using | |||||
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2011-04-16 | Removed ENet version checks since only 1.3 should be used anyway | Thorbjørn Lindeijer | 1 | -4/+0 | |
Reviewed-by: Stefan Dombrowski | |||||
2010-08-09 | Fix enet version check *again* | Jared Adams | 1 | -1/+1 | |
Reviewed-by: Chuck Miller | |||||
2010-08-08 | Do proper checks on the ENet version | Thorbjørn Lindeijer | 1 | -1/+1 | |
The previous check broke compilation against ENet 1.2.2, which does define the version macros but does not have the API changes. | |||||
2010-08-02 | Fix enet version check | Jared Adams | 1 | -5/+3 | |
Tested-by: BaseBallBoy | |||||
2010-08-02 | Add support for enet 1.3 | Jared Adams | 1 | -0/+6 | |
Reviewed-by: Yohann Ferreira | |||||
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 | -2/+2 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -10/+14 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -0/+105 | |