Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-06 | enable nullable annotations by default (#837) | Jesse Plamondon-Willard | |
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally. | |||
2022-04-06 | remove some unused/redundant code | Jesse Plamondon-Willard | |
2022-04-06 | simplify with newer pattern features | Jesse Plamondon-Willard | |
2022-04-06 | use target-typed new | Jesse Plamondon-Willard | |
2022-02-27 | update schema for Content Patcher 1.25.0 | Jesse Plamondon-Willard | |
2022-02-12 | add data-* attributes to log parser for external tools | Jesse Plamondon-Willard | |
2022-02-11 | use Array.Empty to avoid unneeded array allocations | Jesse Plamondon-Willard | |
2022-01-29 | fix manifest JSON schema's update key pattern | Jesse Plamondon-Willard | |
2022-01-15 | add Xbox app log instructions, redesign UI to fit | Jesse Plamondon-Willard | |
2022-01-15 | fix JSON validator not recognizing manifest update subkeys | Jesse Plamondon-Willard | |
2022-01-02 | add download option to log view | Jesse Plamondon-Willard | |
2021-12-23 | remove content pack from compatibility blacklist | Jesse Plamondon-Willard | |
It's no longer broken with the auto-fixes in the upcoming SMAPI update. | |||
2021-12-18 | update compatibility list | Jesse Plamondon-Willard | |
2021-12-09 | update compatibility list | Jesse Plamondon-Willard | |
2021-12-09 | fix log parser handling when multiple mods have the exact same name | Jesse Plamondon-Willard | |
2021-12-05 | mark UI Info Suite incompatible | Jesse Plamondon-Willard | |
2021-12-04 | update JSON validator for Content Patcher's new .fnt support | Jesse Plamondon-Willard | |
2021-11-28 | update compatibility list | Jesse Plamondon-Willard | |
2021-11-27 | automatically include beta versions on Nexus for SMAPI update checks | Jesse Plamondon-Willard | |
2021-11-27 | remove direct download for beta versions | Jesse Plamondon-Willard | |
With this change, only the main version has a direct download. Showing beta info here caused a few issues: * The vast majority of players don't use the game beta, so they were often confused about which version to download. * Beta versions typically have much longer release info (e.g. detailed summary, release notes, caveats and warnings, etc), and the extra download button made the player guide button under it less prominent and visible. Those both contributed to information overload and the above confusion. * Unlike main versions, beta versions aren't permanently archived on GitHub (since the beta branch is routinely rebased onto the latest stable update). That makes it messy to manage beta releases through GitHub. Instead there's now a message under the download button which clearly links to where the beta version can be downloaded. | |||
2021-11-27 | migrate web project to .NET 6, update web & unit test packages | Jesse Plamondon-Willard | |
2021-10-31 | ignore WebDeploy files | Jesse Plamondon-Willard | |
2021-10-31 | update Content Patcher schema for 1.24.0 | Jesse Plamondon-Willard | |
2021-10-02 | fix error performing update check for mods with no wiki entry | Jesse Plamondon-Willard | |
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 | |