aboutsummaryrefslogtreecommitdiff
path: root/src/server/mods.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use virtual paths to specify exact mod to enable (#11784)rubenwardy2022-01-301-2/+4
|
* Mods: Combine mod loading checks and deprection logging (#11503)SmallJoker2021-07-311-6/+2
| | | | This limits the logged deprecation messages to the mods that are loaded Unifies the mod naming convention check for CSM & SSM
* Allow overwriting media files of dependencies (#10752)DS2021-02-231-1/+2
|
* Load media from subfolders (#9065)DS2020-08-201-5/+5
|
* Add MetricsBackend with prometheus counter supportLoic Blot2020-04-291-0/+1
|
* Overall improvements to log messages (#9598)sfan52020-04-081-6/+3
| | | | 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-061-0/+3
| | | | | * CSM/SSM: Add on_mods_loaded callback
* Add online content repositoryrubenwardy2018-04-191-1/+1
| | | | Replaces mods and texture pack tabs with a single content tab
* Print the mod loading time (#7137)you2018-03-241-1/+8
| | | | * Print the mod loading time
* Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot2018-03-161-0/+100
* 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