summaryrefslogtreecommitdiff
path: root/src/server/mods.cpp
Commit message (Collapse)AuthorAge
* Load media from subfolders (#9065)DS2020-08-20
|
* Add MetricsBackend with prometheus counter supportLoic Blot2020-04-29
|
* Overall improvements to log messages (#9598)sfan52020-04-08
| | | | Hide some unnecessarily verbose ones behind --trace or disable them entirely. Remove duplicate ones. Improve their contents in some places.
* CSM/SSM: Add on_mods_loaded callback (#7411)Loïc Blot2018-06-06
| | | | | * CSM/SSM: Add on_mods_loaded callback
* Add online content repositoryrubenwardy2018-04-19
| | | | Replaces mods and texture pack tabs with a single content tab
* Print the mod loading time (#7137)you2018-03-24
| | | | * Print the mod loading time
* Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot2018-03-16
* 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