Age | Commit message (Collapse) | Author |
|
|
|
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
|
|
|
|
SMAPI now tracks the actual folder name being loaded to avoid edge cases where the folder name doesn't match the save ID.
|
|
That improves validation and error-handling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
asynchronously (#636)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make it public (#480)
|
|
|
|
better extensibility (#480)
|
|
|
|
|
|
|