aboutsummaryrefslogtreecommitdiff
path: root/src/server/mods.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow overwriting media files of dependencies (#10752)DS2021-02-231-0/+8
|
* Add MetricsBackend with prometheus counter supportLoic Blot2020-04-291-0/+3
|
* Add online content repositoryrubenwardy2018-04-191-1/+1
| | | | Replaces mods and texture pack tabs with a single content tab
* Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot2018-03-161-0/+43
* 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