summaryrefslogtreecommitdiff
path: root/src/TrainerMod
AgeCommit message (Collapse)Author
2017-07-07simplify stardewvalley.targets support, add to release notes (#319)Jesse Plamondon-Willard
2017-07-07Tweak debug deploy to respect stardewvalley.targetsspacechase0
2017-07-02add unified player_add command which adds any item type (#302)Jesse Plamondon-Willard
2017-07-02migrate list_items command to new item repository (#302)Jesse Plamondon-Willard
2017-07-02add list_item_types command (#302)Jesse Plamondon-Willard
2017-07-02add item repository which returns all spawnable items in the game (#302)Jesse Plamondon-Willard
Based on code I wrote for CJB Item Spawner.
2017-07-02encapsulate TrainerMod's argument parsing (#302)Jesse Plamondon-Willard
2017-07-02split TrainerMod commands into separate classes (#302)Jesse Plamondon-Willard
2017-06-04Add player_addwallpaper and player_addflooringChase W
2017-06-04bump version for releaseJesse Plamondon-Willard
2017-06-02update for releaseJesse Plamondon-Willard
2017-05-28simplify debug command output (#297)Jesse Plamondon-Willard
2017-05-28log debug command output (#297)Jesse Plamondon-Willard
2017-05-18fix build error with Mono 5.0 on Linux/MacJesse Plamondon-Willard
2017-05-13streamline crossplatform build with Mono 5.0, update readme, tweak release notesJesse Plamondon-Willard
2017-05-09add 'debug' console commandJesse Plamondon-Willard
2017-04-23add support for non-melee weapons to TrainerMod (#259)Jesse Plamondon-Willard
2017-04-23add world_setyear command to TrainerModJesse Plamondon-Willard
2017-03-14revert all projects except installer to .NET Framework 4.5Jesse Plamondon-Willard
This caused obscure invalid-IL crashes when compiled through MonoDevelop on Linux.
2017-03-14avoid C# 7 until MonoDevelop supports itJesse Plamondon-Willard
2017-03-14use default C# version instead of specifying versionJesse Plamondon-Willard
2017-03-14downgrade to .NET Framework 4.0 for better compatibility on Windows 7–8.1Jesse Plamondon-Willard
2017-03-14simplify TrainerMod int parsing with C# 7 out variablesJesse Plamondon-Willard
2017-03-01fix `world_downminelevel` command not working, prevent invalid ↵Jesse Plamondon-Willard
`world_setminelevel` value
2017-03-01update TrainerMod manifestJesse Plamondon-Willard
2017-03-01fix TrainerMod letting player add invalid itemsJesse Plamondon-Willard
2017-03-01remove unneeded 'types' TrainerMod commandJesse Plamondon-Willard
2017-03-01improve TrainerMod feedback to user, standardise color/colour spellingJesse Plamondon-Willard
2017-03-01Update <> to [] for changed commandsEfreak
2017-03-01Return current values for max/current health/stamina/immunity instead of ↵Efreak
errors when no value given
2017-03-01toggle timefreeze when no value givenEfreak
2017-02-27typoEfreak
fix a typo preventing usage of player_setstamina
2017-02-13migrate TrainerMod to new API (#199)Jesse Plamondon-Willard
2017-02-07remove oldest deprecated code (#231)Jesse Plamondon-Willard
Since Stardew Valley 1.2 breaks most mods anyway, this commits removes the oldest deprecations and fixes the issues that are easiest for mods to update. See documentation for details.
2017-01-14remove redundant TrainerMod build config (#214)Jesse Plamondon-Willard
2017-01-14TrainerMod uses crossplatform.targetsPatrick Müssig
2017-01-14add console commands to open game & date folders (#172)Jesse Plamondon-Willard
2016-12-09add reflection API for mods (#185)Jesse Plamondon-Willard
2016-12-07replace out_items, out_melee, and out_rings commands with a searchable ↵Jesse Plamondon-Willard
list_items command
2016-12-05deploy trainer mod when building SMAPI in debug modeJesse Plamondon-Willard
2016-11-17add global assembly infoJesse Plamondon-Willard
2016-11-16minor tweaksJesse Plamondon-Willard
2016-11-16cleanupJesse Plamondon-Willard
2016-11-14migrate TrainerMod to new logging framework (#168)Jesse Plamondon-Willard
2016-11-14make TrainerMod non-staticJesse Plamondon-Willard
2016-11-14hide TrainerMod internalsJesse Plamondon-Willard
2016-11-14remove obsolete TrainerMod commandJesse Plamondon-Willard
2016-11-14format & document TrainerMod codeJesse Plamondon-Willard
2016-11-08update TrainerMod for 1.0Jesse Plamondon-Willard
2016-11-04remove old obsolete log methodsJesse Plamondon-Willard