summaryrefslogtreecommitdiff
path: root/src/SMAPI.Toolkit
AgeCommit message (Collapse)Author
2023-04-09Merge pull request #876 from jltaylor-us/update-manifestJesse Plamondon-Willard
Add `UpdateManifest` update keys
2023-04-02 update to FluentHttpClient 4.3.0Jesse Plamondon-Willard
2023-01-29minor formatting, copyediting, and error-handlingJesse Plamondon-Willard
2023-01-08update packagesJesse Plamondon-Willard
2022-11-10tweak new codeJesse Plamondon-Willard
2022-11-10move validation logic out of Manifest modelJesse Plamondon-Willard
This avoids tightly coupling higher logic to the implementation class, since we can validate the interface.
2022-10-19simplify ContentPackFor validation checkTyler
2022-10-18add detailed manifest validation errors at build timeTyler
2022-10-17prevent Steam vdf read errors from crashing the installerJesse Plamondon-Willard
2022-10-10fix error when Steam .vdf file doesn't existJesse Plamondon-Willard
2022-10-09fix package errorJesse Plamondon-Willard
2022-10-09polish recent changes & update release notesJesse Plamondon-Willard
2022-10-08Merge pull request #875 from pizzaoverhead/steamLibrarySupportJesse Plamondon-Willard
Find installs in alternate Steam library locations
2022-10-08update installer for VdfConverter & rework avoid custom modelsJesse Plamondon-Willard
2022-10-08Merge pull request #873 from atravita-mods/patch-1Jesse Plamondon-Willard
Ignore more file extensions when scanning for mods
2022-10-08change square brackets to round ones in manifest nameJesse Plamondon-Willard
2022-10-07update FluentHttpClientJesse Plamondon-Willard
2022-10-01Add UpdateManifest site type.Jamie Taylor
Adds the UpdateManifest site key and associated client. This required some additional features in the existing update machinery. Each "version" can now (optionally) have its own download URL. Mod Page objects can now specify that subkey matching (for that page) should be "strict". A strict subkey match does not fall back to matching with no subkey if a subkey was provided but produced no versions. It also strips the leading '@' from the subkey. IModDownload objects are now responsible for deciding whether a subkey matches or not. The default behavior is unchanged, but this allows different mod sites to have different rules for subkey matching (which the UpdateManifest mod site uses to force exact matches).
2022-10-01refactor UpdateKey parsing, move responsibility for subkey matchingJamie Taylor
UpdateKey parsing now allows multiple : and @ inside the update key, splitting on the first occurence of each Subkey matching is moved into IModDownload / GenericModDownload, in preparation for some Mod Sites using something less error-prone than substring matching.
2022-09-29Added checking for alternative Steam library install locations when looking ↵pizzaoverhead
for the Stardew Valley install.
2022-09-18Update ModScanner.csatravita-mods
Add a few more files to the ignored files like .7z
2022-07-06fix build warningsJesse Plamondon-Willard
2022-07-06update code annotationsJesse Plamondon-Willard
2022-06-28fix deprecation checkJesse Plamondon-Willard
2022-06-28migrate update checks to FluentHttpClientJesse Plamondon-Willard
WebClient isn't needed for compatibility with macOS after the .NET 5 update in Stardew Valley 1.5.5, and causes noticeable lag for some players even when running on a background thread.
2022-06-22update fluent HTTP clientJesse Plamondon-Willard
2022-06-20add flag to disable deprecated codeJesse Plamondon-Willard
2022-06-10update Newtonsoft.JsonJesse Plamondon-Willard
2022-06-10update unit test & web dependenciesJesse Plamondon-Willard
2022-05-31add backwards compatibility for mods using now-unused dependenciesJesse Plamondon-Willard
2022-05-15fix wiki client not being disposedJesse Plamondon-Willard
2022-05-14remove warning for mods which use `dynamic`Jesse Plamondon-Willard
2022-05-07update filenames for case-insensitive path rewriteJesse Plamondon-Willard
2022-05-07simplify and rewrite case-insensitive file path featureJesse Plamondon-Willard
2022-05-06fix errors reading empty JSON filesJesse Plamondon-Willard
2022-05-04disable case-insensitive paths by default pending performance reworkJesse Plamondon-Willard
2022-05-01fix warnings for model-binding hackJesse Plamondon-Willard
2022-04-30fix model binding for mod update-check APIJesse Plamondon-Willard
2022-04-16fix broken unit testsJesse Plamondon-Willard
2022-04-16remove unused subfolder manifest scanningJesse Plamondon-Willard
This isn't needed anymore with the current is-mod-folder scanning.
2022-04-16make manifest.json filename case-insensitiveJesse Plamondon-Willard
2022-04-16move case-insensitive path lookup into toolkit for reuseJesse Plamondon-Willard
2022-04-13fix spelling warningsJesse Plamondon-Willard
2022-04-13enable nullable annotations in SMAPI where no logic changes are needed (#837)Jesse Plamondon-Willard
2022-04-12enable nullable annotations in unit tests (#837)Jesse Plamondon-Willard
2022-04-12enable nullable annotations in the web project & related code (#837)Jesse Plamondon-Willard
2022-04-11Merge pull request #839 from nuztalgia/developJesse Plamondon-Willard
Ignore dot-prefixed files when scanning for mods
2022-04-10Make IsRelevant return false for any files starting with "."Nuz / Lovegood
2022-04-10Revert "Make ModScanner ignore .gitignore files."Nuz / Lovegood
This reverts commit c92efc65ce7cbfbca3e92e027141e6b8d90073c8.
2022-04-10enable nullable annotations in mod data models (#837)Jesse Plamondon-Willard