Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2017-02-04 | update for 1.8 release | Jesse Plamondon-Willard | |
2017-02-04 | update deprecation level for Extensions class | Jesse Plamondon-Willard | |
2017-02-04 | tweak release notes | Jesse Plamondon-Willard | |
2017-02-03 | move install package's Mono/Windows folders out of root | Jesse Plamondon-Willard | |
This will hopefully reduce confusion among players who go into "Windows" instead of running install.exe. | |||
2017-02-02 | update release notes (#229) | Jesse Plamondon-Willard | |
2017-02-02 | fix error when SMAPI tries to load Mac metadata files for DLLs | Jesse Plamondon-Willard | |
2017-01-25 | expose SemanticVersion constructor that parses a string | Jesse Plamondon-Willard | |
2017-01-19 | update for 1.7 release | Jesse Plamondon-Willard | |
2017-01-19 | log deprecation warnings after list of loaded mods (#220) | Jesse Plamondon-Willard | |
2017-01-19 | only call mod.Entry() once all mods have been loaded (#220) | Jesse Plamondon-Willard | |
2017-01-19 | add public mod registry (#220) | Jesse Plamondon-Willard | |
2017-01-19 | bump several deprecations | Jesse Plamondon-Willard | |
2017-01-19 | add mod folder path to console | Jesse Plamondon-Willard | |
2017-01-18 | fix some world events being fired during game startup (#217) | Jesse Plamondon-Willard | |
2017-01-18 | fix PlayerEvents.LoadedGame and SaveEvents.AfterLoad being fired before the ↵ | Jesse Plamondon-Willard | |
world finishes loading (#216) | |||
2017-01-15 | update release notes link | Jesse Plamondon-Willard | |
2017-01-15 | clean up 1.6 release notes | Jesse Plamondon-Willard | |
2017-01-15 | deprecate events replaced by save events (#215) | Jesse Plamondon-Willard | |
2017-01-14 | remove redundant TrainerMod build config (#214) | Jesse Plamondon-Willard | |
2017-01-14 | fix error when the console doesn't support colour (#206) | Jesse Plamondon-Willard | |
2017-01-14 | add console commands to open game & date folders (#172) | Jesse Plamondon-Willard | |
2017-01-14 | fix issue where default ICollection<T> values in config.json were duplicated ↵ | Jesse Plamondon-Willard | |
on each load (#209) | |||
2017-01-14 | fix error loading mods if they have a .cache folder created on a different ↵ | Jesse Plamondon-Willard | |
platform (#211) | |||
2017-01-14 | tweak JSON read error-handling, update release notes | Jesse Plamondon-Willard | |
2017-01-14 | add support for custom incompatible-mod-version error text | Jesse Plamondon-Willard | |
2017-01-14 | add support for incompatible mod version ranges | Jesse Plamondon-Willard | |
2017-01-11 | update release notes | Jesse Plamondon-Willard | |
2016-12-23 | update for SMAPI 1.5 release | Jesse Plamondon-Willard | |
2016-12-23 | increase deprecation levels for less-used deprecated code | Jesse Plamondon-Willard | |
2016-12-22 | add known incompatible mods, update release notes (#192) | Jesse Plamondon-Willard | |
2016-12-22 | add config setting to disable update checks (#202) | Jesse Plamondon-Willard | |
2016-12-22 | update release notes | Jesse Plamondon-Willard | |
2016-12-18 | update release notes | Jesse Plamondon-Willard | |
2016-12-12 | update for 1.4 release | Jesse Plamondon-Willard | |
2016-12-10 | tweak release notes | Jesse Plamondon-Willard | |
2016-12-10 | detect which Linux command detects whether a command exists (#183) | Jesse Plamondon-Willard | |
2016-12-09 | update release notes (#185) | Jesse Plamondon-Willard | |
2016-12-08 | intercept mod errors in menu draw code so they don't crash the game | Jesse Plamondon-Willard | |
2016-12-08 | update release notes (#189) | Jesse Plamondon-Willard | |
2016-12-07 | open a terminal for SMAPI output on Mac (#183) | Jesse Plamondon-Willard | |
2016-12-07 | fix installer not moving mods out of appdata if the game isn't installed on ↵ | Jesse Plamondon-Willard | |
the same Windows partition (#184) | |||
2016-12-07 | fix the installer not removing TrainerMod from appdata if it's already in ↵ | Jesse Plamondon-Willard | |
the game mods folder | |||
2016-12-07 | add TypeLoadException details when intercepted by SMAPI | Jesse Plamondon-Willard | |
2016-12-07 | replace out_items, out_melee, and out_rings commands with a searchable ↵ | Jesse Plamondon-Willard | |
list_items command | |||
2016-12-06 | tweak installer wording to avoid confusion | Jesse Plamondon-Willard | |
2016-12-06 | update release notes | Jesse Plamondon-Willard | |
2016-12-04 | update for 1.3 release | Jesse Plamondon-Willard | |
2016-11-29 | rework uninstaller so it doesn't depend on install package | Jesse Plamondon-Willard | |
For example, this avoids an issue where the normal SMAPI uninstaller didn't remove files added by the 'SMAPI for developers' installer. | |||
2016-11-29 | update release notes (#166) | Jesse Plamondon-Willard | |