aboutsummaryrefslogtreecommitdiff
path: root/src/server/mods.h
AgeCommit message (Collapse)Author
2022-08-19Prevent loading a world with unresolved dependencies (#12542)rubenwardy
2022-07-14Refactor ModConfigurationrubenwardy
2021-02-23Allow overwriting media files of dependencies (#10752)DS
2020-04-29Add MetricsBackend with prometheus counter supportLoic Blot
2018-04-19Add online content repositoryrubenwardy
Replaces mods and texture pack tabs with a single content tab
2018-03-16Server: 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