summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands/Framework/Commands/TrainerCommand.cs
AgeCommit message (Collapse)Author
2020-01-26Merge pull request #690 from Drachenkaetzchen/performance-counterJesse Plamondon-Willard
Performance counters
2020-01-26refactor performance counter codeJesse Plamondon-Willard
This commit performs some general refactoring, including... - avoid manually duplicating the event list; - rework the 'is important' event flag; - remove the new packages (Cyotek.Collections can be replaced with built-in types, and System.ValueTuple won't work in the Mono version used on Linux/Mac); - improve performance; - minor cleanup.
2020-01-22add test_input console commandJesse Plamondon-Willard
2020-01-15Added optional right-align for the table outputDrachenkaetzchen
2017-10-27rename TrainerMod to Console Commands to clarify purposeJesse Plamondon-Willard