summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.config.json
AgeCommit message (Collapse)Author
2019-09-14simplify config.json and metadata.json namesJesse Plamondon-Willard
2019-09-13use default indentation for JSON filesJesse Plamondon-Willard
2018-08-31enable paranoid warnings automatically in debug mode (#590)Jesse Plamondon-Willard
2018-08-31add paranoid warnings mode (#590)Jesse Plamondon-Willard
2018-06-09add metadata dump option for troubleshootingJesse Plamondon-Willard
2018-05-24add option to locally suppress update checks for a specific modJesse Plamondon-Willard
2018-05-17fix typo in config commentJesse Plamondon-Willard
2018-04-25simplify beta channel logic (#457)Jesse Plamondon-Willard
2018-04-13fix console color scheme for PowerShell, and make it configurableJesse Plamondon-Willard
2018-04-13split mod DB into a separate fileJesse Plamondon-Willard
The mod metadata has grown over time, and there's no need to keep it in memory after mod loading. This lets us load the config earlier (since it has a smaller impact on memory usage which affects the game's audio code), and lets us discard the mod metadata when we're done with it.
2018-04-10fix typo in config fileJesse Plamondon-Willard
2018-03-04update compatibility listJesse Plamondon-Willard
2018-03-04update compatibility listJesse Plamondon-Willard
2018-03-04simplify and always include default update URL, shorten no-longer-compatible ↵Jesse Plamondon-Willard
skip messages
2018-03-04fix data for some old mods with no IDJesse Plamondon-Willard
2018-03-03update compatibility listJesse Plamondon-Willard
2018-02-19update compatibility listJesse Plamondon-Willard
2018-02-16add mod page URL to missing-dependency errors (#437)Jesse Plamondon-Willard
2018-02-16add common dependencies to mod data for display names (#439)Jesse Plamondon-Willard
2018-02-16encapsulate mod DB, add display name, and use in dependency checks (#439)Jesse Plamondon-Willard
2018-02-16various updates & fixes in mod listJesse Plamondon-Willard
2018-02-16enable update checks for older Entoarox mods per request, update More Animals IDJesse Plamondon-Willard
2018-02-16overhaul internal mod data format (#439)Jesse Plamondon-Willard
The new format is much more concise, reduces the memory footprint by only parsing metadata for loaded mods, and adds support for versioning and defaulting most fields.
2017-12-16mark TrainerMod as obsolete (replaced by ConsoleCommands)Jesse Plamondon-Willard
2017-11-26fix CFAutomate compatibility errors showing no URL (#393)Jesse Plamondon-Willard
2017-10-13update mod dataJesse Plamondon-Willard
2017-10-12update mod dataJesse Plamondon-Willard
2017-10-10update mod dataJesse Plamondon-Willard
2017-10-07reorganise repo structureJesse Plamondon-Willard