summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.metadata.json
AgeCommit message (Collapse)Author
2018-06-05update compatibility listJesse Plamondon-Willard
2018-05-30update compatibility listJesse Plamondon-Willard
2018-05-13update compatibility listJesse Plamondon-Willard
2018-05-02mark Horse Whistle 1.1.2-unofficial.1 incompatible due to lag issue fixed in ↵Jesse Plamondon-Willard
unofficial.2
2018-05-02mark CJB Cheats Menu incompatible due to friendship bugsJesse Plamondon-Willard
2018-04-29update compatibility listJesse Plamondon-Willard
2018-04-26add Summit Rain Fix to compatibility list (#453)Jesse Plamondon-Willard
2018-04-19update compatibility list (#453)Jesse Plamondon-Willard
2018-04-18update compatibility list for first test pass (#453)Jesse 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.