Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-30 | Fix some warnings (#12615) | rubenwardy | |
2022-07-29 | Fix media overriding regression (#12602) | Lars Müller | |
2022-07-14 | Refactor ModConfiguration | rubenwardy | |
2022-01-30 | Use virtual paths to specify exact mod to enable (#11784) | rubenwardy | |
2021-07-31 | Mods: Combine mod loading checks and deprection logging (#11503) | SmallJoker | |
This limits the logged deprecation messages to the mods that are loaded Unifies the mod naming convention check for CSM & SSM | |||
2021-02-23 | Allow overwriting media files of dependencies (#10752) | DS | |
2020-08-20 | Load media from subfolders (#9065) | DS | |
2020-04-29 | Add MetricsBackend with prometheus counter support | Loic Blot | |
2020-04-08 | Overall improvements to log messages (#9598) | sfan5 | |
Hide some unnecessarily verbose ones behind --trace or disable them entirely. Remove duplicate ones. Improve their contents in some places. | |||
2018-06-06 | CSM/SSM: Add on_mods_loaded callback (#7411) | Loïc Blot | |
* CSM/SSM: Add on_mods_loaded callback | |||
2018-04-19 | Add online content repository | rubenwardy | |
Replaces mods and texture pack tabs with a single content tab | |||
2018-03-24 | Print the mod loading time (#7137) | you | |
* Print the mod loading time | |||
2018-03-16 | Server: delegate mod management & config to ServerModConfiguration (#7131) | Loïc Blot | |
* Server: delegate mod management & config to ServerModConfiguration (rename it to ServerModManager) * Use c++11 range based loops * Add unittests + experimental/default mod as a test case to permit testing mod loading in future tests |