Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-26 | Apply C++11 fixits | Thorbjørn Lindeijer | 1 | -5/+5 | |
modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using | |||||
2012-05-05 | Removed the shared base classes of MessageIn and MessageOut | Thorbjørn Lindeijer | 1 | -1/+1 | |
There wasn't a whole lot gained by sharing a common base class, and it makes extending the manaserv Message{In,Out} classes with a debugging mode unnecessarily complicated. Reviewed-by: Yohann Ferreira | |||||
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-04-17 | Changed eAthena protocol name to TmwAthena and changed the config files ↵ | Bertram | 1 | -0/+50 | |
accordingly. This makes room for the actual eAthena protocol future inclusion. |