summaryrefslogtreecommitdiff
path: root/src/SMAPI.Toolkit/Framework/ModScanning
AgeCommit message (Expand)Author
2023-04-30fix ModFolder not being JSON-serializableJesse Plamondon-Willard
2022-10-09polish recent changes & update release notesJesse Plamondon-Willard
2022-09-18Update ModScanner.csatravita-mods
2022-05-07simplify and rewrite case-insensitive file path featureJesse Plamondon-Willard
2022-05-04disable case-insensitive paths by default pending performance reworkJesse Plamondon-Willard
2022-04-16remove unused subfolder manifest scanningJesse Plamondon-Willard
2022-04-16make manifest.json filename case-insensitiveJesse 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-10Make ModScanner ignore .gitignore files.Nuz / Lovegood
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-06simplify with newer pattern featuresJesse Plamondon-Willard
2022-04-06use target-typed newJesse 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-04standardize spelling of 'macOS'Jesse Plamondon-Willard
2021-01-28fix mod type defaulted incorrectly in SMAPI toolkitJesse 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
2020-12-08clarify not-a-mod error when SMAPI installer is in mods folderJesse 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-24ignore MacOS files starting with ._Jesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14improve XNB mod and ignore file matchingJesse Plamondon-Willard
2019-09-14consolidate XNB mods when scanning modsJesse Plamondon-Willard
2019-09-14add mod type to mod scanner resultJesse Plamondon-Willard
2019-09-13migrate to new project file formatJesse Plamondon-Willard