Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2020-08-30 | use inheritdoc | Jesse Plamondon-Willard | |
2020-08-24 | simplify console interception flow | Jesse Plamondon-Willard | |
The console interceptor now uses a marker in the string (instead of a state field) to track whether the message should intercepted. This makes each write more atomic, so it's less affected by multithreading in some cases. | |||
2020-04-12 | add config option to disable console colors (#707) | Jesse Plamondon-Willard | |
2020-03-22 | add monitor.LogOnce method | Jesse Plamondon-Willard | |
2019-09-23 | make console colors configurable | Jesse Plamondon-Willard | |
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2019-09-14 | drop monitor.ExitGameImmediately method | Jesse Plamondon-Willard | |
This is bad practice in most cases, and was only used by two mods which didn't legitimately need to exit immediately. | |||
2019-09-13 | default Monitor.Log to trace | Jesse Plamondon-Willard | |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-11-07 | add verbose logging as a monitor feature | Jesse Plamondon-Willard | |
2018-05-10 | generalise console color logic for reuse (#495) | Jesse Plamondon-Willard | |
2018-05-01 | add public platform constant for mods | Jesse Plamondon-Willard | |
2018-05-01 | unify SMAPI.AssemblyRewriters and SMAPI.Common projects | Jesse Plamondon-Willard | |
2018-04-25 | remove unused monitor setting | Jesse Plamondon-Willard | |
2018-04-25 | update release notes, minor tweaks (#475) | Jesse Plamondon-Willard | |
2018-04-17 | log user input to log file | Dan Volchek | |
2018-04-13 | use light-background color scheme on Mac by default | Jesse Plamondon-Willard | |
2018-04-13 | fix console color scheme for PowerShell, and make it configurable | Jesse Plamondon-Willard | |
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |