summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
AgeCommit message (Collapse)Author
2020-01-21Added commands to enable and disable performance counters. Peak is now using ↵Drachenkaetzchen
the default interval
2020-01-15Added peak execution time over the last 60 secondsDrachenkaetzchen
2020-01-15Added "trigger dump" command to dump the configured triggers as commands for ↵Drachenkaetzchen
copy'n'paste
2020-01-15Added documentation for all commands. Renamed the "monitor" command to ↵Drachenkaetzchen
"trigger". Method name refactoring to be more consistent.
2020-01-15Added optional right-align for the table outputDrachenkaetzchen
2020-01-15Added documentation for all performance counter methods and members. ↵Drachenkaetzchen
Refactored the naming of several members and methods to reflect their actual intention.
2020-01-11Reworked the console implementation, added monitoring. Some internal ↵Drachenkaetzchen
refactoring.
2020-01-10Initial commit of the performance countersDrachenkaetzchen
2020-01-04prepare for releaseJesse Plamondon-Willard
2019-12-22update item spawning code, detect ring type automatically to support custom ↵Jesse Plamondon-Willard
rings, minor refactor
2019-12-21Fixed the ring issue and flooringMizzion
Fixed the same issues that CJB Item Spawner had related to the rings and floors. (Sorry for the delay Christmas preparation is taking up most of my time).
2019-12-02prepare for releaseJesse Plamondon-Willard
2019-11-24add roe spawning (#638)Jesse Plamondon-Willard
2019-10-29update for honey changes in SDV 1.4 (#638)Jesse Plamondon-Willard
2019-10-29make item spawn commands more robustJesse Plamondon-Willard
2019-09-14remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent ↵Jesse Plamondon-Willard
assembly names
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14update for SDV 1.4 build change on Linux/Mac (#638)Jesse Plamondon-Willard
2019-09-14move assembly references out of common.targetsJesse Plamondon-Willard
2019-09-14simplify project namesJesse Plamondon-Willard
2019-09-14update code for SDV 1.4 (#638)Jesse Plamondon-Willard
2019-09-14bump version to 3.0Jesse Plamondon-Willard
2019-09-13update for releaseJesse Plamondon-Willard
2019-09-13use same .csproj charset as Visual Studio toolsJesse Plamondon-Willard
2019-09-13migrate to new project file formatJesse Plamondon-Willard
2019-09-13use default indentation for JSON filesJesse Plamondon-Willard
2019-09-13fix unspecified log levelsJesse Plamondon-Willard
2019-04-22prepare for 2.11.2 releaseJesse Plamondon-Willard
2019-03-17prepare for 2.11.1 releaseJesse Plamondon-Willard
2019-03-17add crops to world_clearJesse Plamondon-Willard
2019-03-17fix world_clear removing chests that match a debris nameJesse Plamondon-Willard
2019-03-01prepare for 2.11 releaseJesse Plamondon-Willard
2019-02-24prepare for 2.11-beta.2 releaseJesse Plamondon-Willard
2019-02-24fix bundled mods not working in beta releaseJesse Plamondon-Willard
2019-02-24update for Stardew Valley 1.3.35-beta supportJesse Plamondon-Willard
SDV 1.3.35 changes the signature for a utility method related to text width checks. SMAPI just needs to be recompiled, but the build won't work with previous versions of the game.
2019-02-08prepare for 2.10.2 releaseJesse Plamondon-Willard
2018-12-30update for releaseJesse Plamondon-Willard
2018-12-29update for releaseJesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-12-27enable latest C# featuresJesse Plamondon-Willard
2018-12-22add world_clear console commandJesse Plamondon-Willard
2018-12-16update for releaseJesse Plamondon-Willard
2018-12-16update for releaseJesse Plamondon-Willard
2018-12-07update for releaseJesse Plamondon-Willard
2018-12-07update for releaseJesse Plamondon-Willard
2018-12-04cleanup, add release noteJesse Plamondon-Willard
2018-12-04add SMAPI 3.0 compatibility strict mode (#606)Jesse Plamondon-Willard
2018-11-25fix Console Commands' handling of tool upgrade levels for item commandsJesse Plamondon-Willard
2018-11-25fix Console Commands optimised in debug modeJesse Plamondon-Willard
2018-11-19bump version for releaseJesse Plamondon-Willard