Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | allow getting all active values from a PerScreen<T> field | Jesse Plamondon-Willard | |
2021-01-15 | allow resetting a PerScreen<T> field | Jesse Plamondon-Willard | |
2021-01-15 | allow get/setting PerScreen<T> values by screen ID | Jesse Plamondon-Willard | |
2021-01-06 | add a way to send console commands to a specific screen | Jesse Plamondon-Willard | |
2020-12-20 | update for split-screen mode | Jesse 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. |