summaryrefslogtreecommitdiff
path: root/src/TrainerMod/TrainerMod.csproj
AgeCommit message (Collapse)Author
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-10fix TrainerMod including Json.NETJesse 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-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-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-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-01-14remove redundant TrainerMod build config (#214)Jesse Plamondon-Willard
2017-01-14TrainerMod uses crossplatform.targetsPatrick Müssig
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-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-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