summaryrefslogtreecommitdiff
path: root/src/TrainerMod
AgeCommit message (Collapse)Author
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
2016-11-04remove extensions from public interface, refactor & documentJesse Plamondon-Willard
2016-11-04normalise inconsistent line endingsJesse Plamondon-Willard
2016-11-03add crossplatform installer (#155)Jesse Plamondon-Willard
2016-11-01fix spelling of 'Authour' manifest field with backwards compatibility (#158)Jesse Plamondon-Willard
2016-10-26use simpler crossplatform window management (#126)Jesse Plamondon-Willard
2016-10-26remove broken and unused test code (#126)Jesse Plamondon-Willard
2016-10-26choose correct references for platform automatically (#126)Jesse Plamondon-Willard
2016-10-25detect game path automatically (#126)Jesse Plamondon-Willard
2016-10-07Disabled overridden update callClxS
2016-09-30Reverted to .net 4.5 - There was already quite a lot of trouble with people ↵ClxS
not having 4.5 installed before, I want to avoid that.
2016-05-29Attempt to migrate to new directory structure.Gormogon