summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Command.cs
AgeCommit message (Collapse)Author
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.
2016-11-23fix compatibility with mods which use the previous signature of ↵Jesse Plamondon-Willard
Command.CallCommand
2016-11-14migrate game loop, events, and commands to new logging framework (#168)Jesse Plamondon-Willard
2016-11-10rewrite command parsing, fix null reference exceptions in some casesJesse Plamondon-Willard
2016-11-04reduce command log verbosityJesse Plamondon-Willard
2016-11-04format & document command classJesse Plamondon-Willard
2016-05-29Attempt to migrate to new directory structure.Gormogon