summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Framework/LogParsing/Models/LogMessage.cs
AgeCommit message (Collapse)Author
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.
2019-03-10fix typos and update release notesdanvolchek
2019-03-10add log sections implementationdanvolchek
2018-02-24reimplement log parser with serverside parsing and vue.js frontendJesse Plamondon-Willard