Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-10 | enable SMAPI 2.0 mode by default | Jesse Plamondon-Willard | |
This commit replaces the SMAPI_2_0 compile flag with SMAPI_1_x. | |||
2017-07-03 | bump all deprecation levels to 'pending removal' | Jesse Plamondon-Willard | |
2017-07-03 | add SMAPI 2.0 compile mode | Jesse Plamondon-Willard | |
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 | |
2017-02-13 | mark all Command methods deprecated (#199) | Jesse Plamondon-Willard | |
2017-02-13 | add new console command API with backward compatibility (#199) | Jesse Plamondon-Willard | |
2017-02-07 | remove 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-23 | fix compatibility with mods which use the previous signature of ↵ | Jesse Plamondon-Willard | |
Command.CallCommand | |||
2016-11-14 | migrate game loop, events, and commands to new logging framework (#168) | Jesse Plamondon-Willard | |
2016-11-10 | rewrite command parsing, fix null reference exceptions in some cases | Jesse Plamondon-Willard | |
2016-11-04 | reduce command log verbosity | Jesse Plamondon-Willard | |
2016-11-04 | format & document command class | Jesse Plamondon-Willard | |
2016-05-29 | Attempt to migrate to new directory structure. | Gormogon | |