summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Config.cs
AgeCommit message (Expand)Author
2016-11-23revert Config.GenerateDefaultConfig<T> back to virtual methodJesse Plamondon-Willard
2016-11-14migrate game loop, events, and commands to new logging framework (#168)Jesse Plamondon-Willard
2016-11-06use more nuanced deprecation warnings (#165)Jesse Plamondon-Willard
2016-11-05add deprecation warnings (#165)Jesse Plamondon-Willard
2016-11-05add new config system, mark previous methods obsolete (#159)Jesse Plamondon-Willard
2016-10-31format & document config codeJesse Plamondon-Willard
2016-10-31make config class abstract to force implementation of required methodJesse Plamondon-Willard
2016-10-31remove unused deserialisation logic per discussionJesse Plamondon-Willard
2016-05-29Attempt to migrate to new directory structure.Gormogon