Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
The new approach should be safe, and no errors were reported so far by alpha testers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unfortunately this impacted SMAPI's memory usage and the data was often misinterpreted by players.
|
|
maps in memory
|
|
changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
asset
This mainly affects community center bundles in Stardew Valley 1.5,
|
|
|
|
|
|
|
|
|
|
That includes child menus, UI draw mode, and UI scaling.
|
|
This includes splitting GameRunner (the main game instance) from Game1 (now a per-screen game state), adding a PerScreen<T> utility to simplify per-screen values, adding separate per-screen input handling and events, adding new Context fields for split-screen, and logging the screen ID in split-screen mode to distinguish log entries.
|
|
rare cases
|
|
|
|
|
|
|