summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Command.cs
AgeCommit message (Expand)Author
2017-07-10enable SMAPI 2.0 mode by defaultJesse Plamondon-Willard
2017-07-03bump all deprecation levels to 'pending removal'Jesse Plamondon-Willard
2017-07-03add SMAPI 2.0 compile modeJesse Plamondon-Willard
2017-02-16increase all notice deprecations to info, tweak deprecation message formatJesse Plamondon-Willard
2017-02-16make SMAPI core non-static, eliminate direct access between core componentsJesse Plamondon-Willard
2017-02-13mark all Command methods deprecated (#199)Jesse Plamondon-Willard
2017-02-13add new console command API with backward compatibility (#199)Jesse Plamondon-Willard
2017-02-07remove oldest deprecated code (#231)Jesse Plamondon-Willard
2016-11-23fix compatibility with mods which use the previous signature of Command.CallC...Jesse Plamondon-Willard
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