summaryrefslogtreecommitdiff
path: root/src/SMAPI.Toolkit/Framework
AgeCommit message (Expand)Author
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
2022-04-10Make IsRelevant return false for any files starting with "."Nuz / Lovegood
2022-04-10Revert "Make ModScanner ignore .gitignore files."Nuz / Lovegood
2022-04-10enable nullable annotations in mod data models (#837)Jesse Plamondon-Willard
2022-04-10Make ModScanner ignore .gitignore files.Nuz / Lovegood
2022-04-09fix misplaced attribute (#837)Jesse Plamondon-Willard
2022-04-07reverse mod build package migration to .NET 5 (#837)Jesse Plamondon-Willard
2022-04-07enable nullable annotations for most of the SMAPI toolkit (#837)Jesse Plamondon-Willard
2022-04-07enable nullable annotations for manifests (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
2022-04-06remove some unused/redundant codeJesse Plamondon-Willard
2022-04-06simplify with newer pattern featuresJesse Plamondon-Willard
2022-04-06use target-typed newJesse Plamondon-Willard
2022-02-11use Array.Empty to avoid unneeded array allocationsJesse Plamondon-Willard
2022-01-15add detection for Xbox app game foldersJesse Plamondon-Willard
2021-12-05improve error when installer is pointed at a compatibility-branch game folderJesse Plamondon-Willard
2021-12-04improve error when installer is pointed at a SDV 1.5.4 folderJesse Plamondon-Willard
2021-11-28update to .NET 5 and official 64-bitJesse Plamondon-Willard
2021-10-08fix compile errors on LinuxJesse Plamondon-Willard
2021-10-07fix build error with Stardew Valley 1.5.4Jesse Plamondon-Willard
2021-10-02restore toolkit method used by external toolsJesse Plamondon-Willard
2021-10-02add support for unified mod data overrides on the wikiJesse Plamondon-Willard
2021-08-25add 64-bit compatibility check before loading modsJesse Plamondon-Willard
2021-07-17add error if player manually installs wrong SMAPI bitnessJesse Plamondon-Willard
2021-05-09normalize manifest array fieldsJesse Plamondon-Willard
2021-04-24ignore *.ico files when scanning for mods (#773)Jesse Plamondon-Willard
2021-04-23add 64-bit support to the SMAPI installer (#767)Jesse Plamondon-Willard
2021-04-04standardize spelling of 'macOS'Jesse Plamondon-Willard
2021-03-21remove unused code (#767)Jesse Plamondon-Willard
2021-02-19fix errors parsing the mod compatibility list on the new wikiJesse Plamondon-Willard
2021-01-28fix mod type defaulted incorrectly in SMAPI toolkitJesse Plamondon-Willard
2021-01-23remove unused AlternativeUrl field in metadata modelJesse Plamondon-Willard
2021-01-21add clearer error for empty Vortex folders to reduce confusionJesse Plamondon-Willard
2021-01-21fix some broken mods incorrectly listed as XNB modsJesse Plamondon-Willard
2021-01-17improve game path detectionJesse Plamondon-Willard
2021-01-17prefer GOG/Steam registry paths when scanning for game folderJesse Plamondon-Willard
2020-12-29show details in TRACE logs when a mod is blocked by compatibility listJesse Plamondon-Willard
2020-12-08clarify not-a-mod error when SMAPI installer is in mods folderJesse Plamondon-Willard
2020-11-23let players specify game path by running the installer from within itJesse Plamondon-Willard
2020-09-08rename PathUtilities.NormalizePathSeparator, add normalization for more casesJesse Plamondon-Willard
2020-08-23 add EarlyConstants for constants needed before external DLLs are loadedJesse Plamondon-Willard
2020-08-23move file for upcoming changeJesse Plamondon-Willard
2020-07-26use ordinal comparison/sorting instead of invariantJesse Plamondon-Willard
2020-07-21ignore more content file types when detecting modsJesse Plamondon-Willard
2020-05-24add update key overridesJesse Plamondon-Willard
2020-05-24ignore MacOS files starting with ._Jesse Plamondon-Willard