Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-08-02 | update dependencies | Jesse Plamondon-Willard | |
2020-07-26 | use ordinal comparison/sorting instead of invariant | Jesse Plamondon-Willard | |
2020-07-04 | update Content Patcher format version in schema | Jesse Plamondon-Willard | |
2020-06-20 | remove special handling for SMAPI 3.6 beta | Jesse Plamondon-Willard | |
2020-06-20 | remember selected schema when editing a file | Jesse Plamondon-Willard | |
2020-06-20 | change default JSON validator schema to none | Jesse Plamondon-Willard | |
2020-06-20 | add i18n schema to JSON validator | Jesse Plamondon-Willard | |
2020-05-24 | add update key overrides | Jesse Plamondon-Willard | |
2020-05-24 | update ModDrop URLs | Jesse Plamondon-Willard | |
2020-05-24 | add update subkeys | Jesse Plamondon-Willard | |
2020-05-23 | refactor update check API | Jesse Plamondon-Willard | |
This simplifies the logic for individual clients, centralises common logic, and prepares for upcoming features. | |||
2020-05-23 | drop MongoDB code | Jesse Plamondon-Willard | |
MongoDB support unnecessarily complicated the code and there's no need to run distributed servers in the foreseeable future. This keeps the abstract storage interface so we can wrap a distributed cache in the future. | |||
2020-05-22 | keep verb when redirecting api.smapi.io | Jesse Plamondon-Willard | |
2020-05-16 | fix GitHub license images not using HTTPS | Jesse Plamondon-Willard | |
2020-05-16 | migrate subdomain redirects to Azure | Jesse Plamondon-Willard | |
2020-05-16 | simplify single-instance deployment and make MongoDB server optional | Jesse Plamondon-Willard | |
2020-05-16 | minor cleanup | Jesse Plamondon-Willard | |
2020-05-16 | update deprecated code | Jesse Plamondon-Willard | |
2020-05-16 | use newer C# features | Jesse Plamondon-Willard | |
2020-05-14 | fix broken action links after update to .NET Core 3.0 | Jesse Plamondon-Willard | |
2020-05-09 | update compatibility list for SMAPI 3.6 & Harmony 2.0 tracking (#711) | Jesse Plamondon-Willard | |
2020-05-09 | add GitHub licenses to mod compatibility list, update release notes | Jesse Plamondon-Willard | |
2020-05-09 | update web scripts | Jesse Plamondon-Willard | |
2020-05-07 | update web project to .NET Core 3.1 | Jesse Plamondon-Willard | |
2020-05-07 | update packages | Jesse Plamondon-Willard | |
2020-05-06 | update Content Patcher format in schema | Jesse Plamondon-Willard | |