summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands/Framework/Commands
AgeCommit message (Expand)Author
2021-07-27world_clear: Adding 'removeable' option that includes everything except perma...bladeoflight16
2021-07-27world_clear: Lining up parameter descriptionsbladeoflight16
2021-04-02update resource clump logic for SDV 1.5 (#770)Jesse Plamondon-Willard
2021-03-21fix double-localization issue in regenerated bundlesJesse Plamondon-Willard
2021-03-16add console command to regenerate bundlesJesse Plamondon-Willard
2021-02-21update ambient light when setting game timeJesse Plamondon-Willard
2021-01-22rename TrainerCommand to ConsoleCommand to match the rest of the codeJesse Plamondon-Willard
2021-01-22remove inf options for player_sethealth/money/staminaJesse Plamondon-Willard
2021-01-06remove experimental performance countersJesse Plamondon-Willard
2020-12-26add apply_save_fix commandJesse Plamondon-Willard
2020-12-20update for location furniture changesJesse Plamondon-Willard
2020-07-26use ordinal comparison/sorting instead of invariantJesse Plamondon-Willard
2020-04-11use SDate to set DaysPlayedKevin Daughtridge
2020-04-10set daysPlayed in world_set{day,season,year} commandsKevin Daughtridge
2020-01-26Merge pull request #690 from Drachenkaetzchen/performance-counterJesse Plamondon-Willard
2020-01-26simplify performance details outputJesse Plamondon-Willard
2020-01-26show warning when using commands while disabled, simplify some commands a bitJesse Plamondon-Willard
2020-01-26tweak namespaceJesse Plamondon-Willard
2020-01-26refactor performance counter codeJesse Plamondon-Willard
2020-01-22add test_input console commandJesse Plamondon-Willard
2020-01-21Added commands to enable and disable performance counters. Peak is now using ...Drachenkaetzchen
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
2020-01-15Added documentation for all commands. Renamed the "monitor" command to "trigg...Drachenkaetzchen
2020-01-15Added optional right-align for the table outputDrachenkaetzchen
2020-01-15Added documentation for all performance counter methods and members. Refactor...Drachenkaetzchen
2020-01-11Reworked the console implementation, added monitoring. Some internal refactor...Drachenkaetzchen
2020-01-10Initial commit of the performance countersDrachenkaetzchen
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14update code for SDV 1.4 (#638)Jesse 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
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-12-22add world_clear console commandJesse Plamondon-Willard
2018-12-04cleanup, add release noteJesse Plamondon-Willard
2018-06-30remove player_setlevel and player_setspeed commands (#415)Jesse Plamondon-Willard
2018-06-19refactor player_add command a bit (#542)Jesse Plamondon-Willard
2018-06-10remove unused importDan Volchek
2018-06-10find item if there is exactly one exact name matchDan Volchek
2018-06-09fix world_setseason command not normalising seasonJesse Plamondon-Willard
2018-05-16fix typo in command helpJesse Plamondon-Willard
2018-05-12fix world_setseason command not running season change logicJesse Plamondon-Willard
2018-04-27remove alias no longer needed in SDV 1.3 (#453)Jesse Plamondon-Willard
2018-04-25update release notes, refactor a bit (#474)Jesse Plamondon-Willard
2018-04-19update documentation format and document fieldDan Volchek
2018-04-17refactor finding items by name slightlyDan Volchek
2018-04-16add world ready check and more helpful error messagesDan Volchek
2018-04-16add Name as new type, show more helpful info on multiple matchesDan Volchek
2018-04-16fix private method comment locationDan Volchek
2018-04-15initial player_add changesDan Volchek