Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
That will let Virtual Keyboard on Android work with the future multi-key binding API, and with mods that check input state directly (e.g. Pathoschild/StardewMods#520). It might also be useful as a public API in future versions.
|
|
|
|
drop support for legacy content files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes an issue where some asset references could be shared between content managers, causing changes to propagate unintentionally.
|
|
This fixes mods needing to load Map assets manually before the game could load them via internal key.
|
|
|
|
|
|
|
|
exists under Content/Maps
|
|
|
|
Specifically, when a custom map has a seasonal tilesheet which only exists the Content/Maps folder and already matches the current season.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SMAPI mod
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|