summaryrefslogtreecommitdiff
path: root/src/TrainerMod/TrainerMod.csproj
AgeCommit message (Expand)Author
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
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
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 list_i...Jesse Plamondon-Willard
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 n...ClxS
2016-05-29Attempt to migrate to new directory structure.Gormogon