summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/SGameRunner.cs
AgeCommit message (Collapse)Author
2021-01-15add split-screen info to multiplayer peerJesse Plamondon-Willard
2020-12-20update for split-screen modeJesse Plamondon-Willard
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.