Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-22 | General code cleanups | Thorbjørn Lindeijer | 1 | -10/+8 | |
* Use default member initializers * Use range-based loops * Don't use 'else' after 'return' * Removed some unused includes * Construct empty strings with std::string() instead of "" * Clear strings with .clear() instead of assigning "" * Check whether strings are empty with .empty() instead of comparing to "" * Removed redundant initializations | |||||
2013-05-04 | Client-side settings are now available from settings.xml | Przemysław Grzywacz | 1 | -0/+153 | |