Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-02 | add support for unified mod data overrides on the wiki | Jesse Plamondon-Willard | |
2021-09-29 | show separate beta stats in mod compatibility list | Jesse Plamondon-Willard | |
2021-09-25 | add redirect for SMAPI release notes | Jesse Plamondon-Willard | |
2021-09-25 | remove obsolete buildmsg redirect | Jesse Plamondon-Willard | |
2021-09-13 | enable beta info on the mod compatibility list by default | Jesse Plamondon-Willard | |
2021-09-13 | fix JSON validator line numbers sometimes incorrect | Jesse Plamondon-Willard | |
2021-09-01 | add Big Silo to compatibility list | Jesse Plamondon-Willard | |
2021-08-25 | migrate web project to .NET 5 | Jesse Plamondon-Willard | |
2021-08-25 | fix beta label in web UI | Jesse Plamondon-Willard | |
2021-08-25 | fix update checks not recommending prerelease mod versions for SMAPI beta | Jesse Plamondon-Willard | |
2021-08-25 | fix prerelease update alerts shown for non-prerelease players | Jesse Plamondon-Willard | |
2021-08-03 | add PlatoTK to compatibility list | Jesse Plamondon-Willard | |
2021-08-03 | update compatibility list | Jesse Plamondon-Willard | |
2021-08-02 | update compatibility list | Jesse Plamondon-Willard | |
2021-05-28 | fix i18n schema requiring wrong $schema value | Jesse Plamondon-Willard | |
2021-05-25 | update schema for Content Patcher 1.23 | Jesse Plamondon-Willard | |
2021-05-22 | allow comments and trailing commas in schemas for VSCode | Jesse Plamondon-Willard | |
The `allowComments` and `allowTrailingCommas` fields are VSCode-specific extensions to JSON Schema. | |||
2021-04-30 | update web and unit test packages | Jesse Plamondon-Willard | |
2021-04-30 | fix update subkeys for Nexus mods marked as adult content | Jesse Plamondon-Willard | |
2021-04-17 | update schema for Content Patcher 1.22 | Jesse Plamondon-Willard | |
2021-04-04 | standardize spelling of 'macOS' | Jesse Plamondon-Willard | |
2021-03-21 | split compile flag into separate Windows + XNA flags (#767) | Jesse Plamondon-Willard | |
2021-03-21 | remove unused code (#767) | Jesse Plamondon-Willard | |
2021-03-07 | update the JSON schema for Content Patcher 1.21 | Jesse Plamondon-Willard | |
2021-02-08 | fix compat list error if mod has no name field due to wiki rendering issues | Jesse Plamondon-Willard | |
2021-02-06 | update schema for Content Patcher 1.20 | Jesse Plamondon-Willard | |
2021-01-23 | remove unused AlternativeUrl field in metadata model | Jesse Plamondon-Willard | |
2021-01-23 | disable 'patched game code' warning for ErrorHandler | Jesse Plamondon-Willard | |
It doesn't really make sense for SMAPI to show a warning about itself. | |||
2021-01-15 | improve JSON validator schema for manifest update keys | Jesse Plamondon-Willard | |
2021-01-07 | add more helpful `help` command output | Jesse Plamondon-Willard | |
2021-01-02 | update compatibility list | Jesse Plamondon-Willard | |
2020-12-30 | update compatibility list | Jesse Plamondon-Willard | |
2020-12-30 | add status reason details to past mods, clean out some old blacklist entries | Jesse Plamondon-Willard | |
2020-12-29 | show details in TRACE logs when a mod is blocked by compatibility list | Jesse Plamondon-Willard | |
2020-12-23 | fix edge cases in SMAPI log parsing (#743) | Jesse Plamondon-Willard | |
2020-12-20 | Merge branch 'stardew-valley-1.5' into develop | Jesse Plamondon-Willard | |
# Conflicts: # docs/release-notes.md | |||
2020-12-20 | update mod compatibility list | Jesse Plamondon-Willard | |
2020-12-20 | update for split-screen mode | Jesse Plamondon-Willard | |
This includes splitting GameRunner (the main game instance) from Game1 (now a per-screen game state), adding a PerScreen<T> utility to simplify per-screen values, adding separate per-screen input handling and events, adding new Context fields for split-screen, and logging the screen ID in split-screen mode to distinguish log entries. | |||
2020-12-05 | update schema for Content Patcher 1.19 | Jesse Plamondon-Willard | |
2020-11-17 | update internal dependencies | Jesse Plamondon-Willard | |
2020-10-03 | update dependencies | Jesse Plamondon-Willard | |
2020-10-03 | fix typo in CP schema | Jesse Plamondon-Willard | |
2020-09-27 | fix update-check error for Chucklefish mods due to site change | Jesse Plamondon-Willard | |
2020-09-18 | update JSON schema for Content Patcher 1.18 | Jesse Plamondon-Willard | |
2020-09-13 | add support for renewing uploaded JSON/log files | Jesse Plamondon-Willard | |
2020-08-16 | fix CP validation for new 'Update' field | Jesse Plamondon-Willard | |
2020-08-16 | update schema for Content Patcher 1.17 | Jesse Plamondon-Willard | |
2020-08-15 | tweak update alert rules | Jesse Plamondon-Willard | |
2020-08-15 | fix broken URL in update alerts for unofficial versions | Jesse Plamondon-Willard | |
2020-08-03 | update Content Patcher schema for 1.16 | Jesse Plamondon-Willard | |