aboutsummaryrefslogtreecommitdiff
path: root/src/content/mods.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use a database for mod storage (#11763)Jude Melton-Houghton2022-01-071-68/+15
|
* Mods: Combine mod loading checks and deprection logging (#11503)SmallJoker2021-07-311-18/+26
| | | | This limits the logged deprecation messages to the mods that are loaded Unifies the mod naming convention check for CSM & SSM
* Deprecate not providing mod.confrubenwardy2021-02-241-18/+37
|
* Value copy / allocation optimizations mostly in server, SAO and serialize codesfan52020-05-271-1/+1
|
* world.mt: Only accept true/false/nil values (#8055)SmallJoker2019-01-131-1/+2
| | | | | This patch will make distinguishable mods in modpacks possible in the future `nil` checks are required to provide backwards-compatibility for fresh configured worlds
* Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy2019-01-061-4/+8
| | | | * Deprecate modpack.txt and use modpack.conf instead
* Add updating to online content browserrubenwardy2018-05-161-0/+3
|
* Add online content repositoryrubenwardy2018-04-191-0/+469
Replaces mods and texture pack tabs with a single content tab