Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-16 | increase all notice deprecations to info, tweak deprecation message format | Jesse Plamondon-Willard | |
2017-02-16 | make SMAPI core non-static, eliminate direct access between core components | Jesse Plamondon-Willard | |
2016-11-23 | revert Config.GenerateDefaultConfig<T> back to virtual method | Jesse Plamondon-Willard | |
SMAPI 1.0 changed this virtual method to abstract, since it's required for the configuration to work correctly. However this breaks some incorrectly-written older mods which didn't implement the method. Since this class is deprecated anyway, revert to the original behaviour for compatibility. | |||
2016-11-14 | migrate game loop, events, and commands to new logging framework (#168) | Jesse Plamondon-Willard | |
2016-11-06 | use more nuanced deprecation warnings (#165) | Jesse Plamondon-Willard | |
2016-11-05 | add deprecation warnings (#165) | Jesse Plamondon-Willard | |
2016-11-05 | add new config system, mark previous methods obsolete (#159) | Jesse Plamondon-Willard | |
2016-10-31 | format & document config code | Jesse Plamondon-Willard | |
2016-10-31 | make config class abstract to force implementation of required method | Jesse Plamondon-Willard | |
2016-10-31 | remove unused deserialisation logic per discussion | Jesse Plamondon-Willard | |
2016-05-29 | Attempt to migrate to new directory structure. | Gormogon | |