summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands/Framework/Commands/Player
AgeCommit message (Collapse)Author
2022-10-09optimize string splitsJesse Plamondon-Willard
2022-04-13enable nullable annotations in bundled mods (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
2022-04-06remove some unused/redundant codeJesse Plamondon-Willard
2022-04-06use target-typed newJesse Plamondon-Willard
2022-03-10fix set_farm_type not updating warpsJesse Plamondon-Willard
2021-11-28update 'set_farm_type' console command for custom farm typesJesse Plamondon-Willard
2021-10-30add set_farm_type console commandJesse 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
2020-01-22add test_input console commandJesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14update code for SDV 1.4 (#638)Jesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse 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-05-16fix typo in command helpJesse 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
2018-04-11drop support for Stardew Valley 1.2 (#453)Jesse Plamondon-Willard
2018-03-11add initial compatibility with Stardew Valley 1.3 (#453)Jesse Plamondon-Willard
2017-11-26fix player_add command not handling upgrade level (#397)Jesse Plamondon-Willard
2017-10-27rename TrainerMod to Console Commands to clarify purposeJesse Plamondon-Willard