summaryrefslogtreecommitdiff
path: root/src/TrainerMod
AgeCommit message (Collapse)Author
2017-10-27fix player_setlevel command not also changing XP (#359)Jesse Plamondon-Willard
2017-10-14update for 2.0 releaseJesse Plamondon-Willard
2017-10-13update Json.NETJesse Plamondon-Willard
2017-10-07reorganise repo structureJesse Plamondon-Willard
2017-09-23drop support for SMAPI 1.x (#360)Jesse Plamondon-Willard
2017-09-08update for releaseJesse Plamondon-Willard
2017-08-14move custom build configuration into common.targets to simplify maintenanceJesse Plamondon-Willard
2017-08-14rename crossplatform.targets to common.targets for reuseJesse Plamondon-Willard
2017-07-23remove TrainerMod's save and load commands in 2.0Jesse Plamondon-Willard
2017-07-10fix TrainerMod including Json.NETJesse Plamondon-Willard
2017-07-10bump version for releaseJesse Plamondon-Willard
2017-07-07update for 1.15 releaseJesse Plamondon-Willard
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