aboutsummaryrefslogtreecommitdiff
path: root/src/server/mods.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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