Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-02 | Added support for -y / --server-type parameter | Thorbjørn Lindeijer | 1 | -11/+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-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 | |
2012-01-16 | Renamed some file names for consistency with the class names | Thorbjørn Lindeijer | 1 | -0/+158 | |
This was already done by ManaPlus. It's a good idea anyway and it makes comparing the code a little easier. Reviewed-by: Yohann Ferreira |