Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
references (#453)
|
|
|
|
|
|
|
|
|
|
skip messages
|
|
|
|
dependency (#453)
|
|
|
|
|
|
asset.AsDictionary() has no effect
|
|
|
|
|
|
under their name (#451)
|
|
This reverts commit 033015066650d4bd67a7df0a7f7addf4c6edf617.
|
|
This commit adds an API to generate a content pack from an arbitrary folder, to support mods which already had their own content pack format before SMAPI standardised it. This lets them support both formats using the same APIs while they transition.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes (#435)"
This reverts commit 032997650010a9b6cd3378cb1a2b8273fb3f56ff.
|
|
|