Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-16 | remove unused subfolder manifest scanning | Jesse Plamondon-Willard | |
This isn't needed anymore with the current is-mod-folder scanning. | |||
2022-04-16 | make manifest.json filename case-insensitive | Jesse Plamondon-Willard | |
2022-04-10 | Make IsRelevant return false for any files starting with "." | Nuz / Lovegood | |
2022-04-10 | Revert "Make ModScanner ignore .gitignore files." | Nuz / Lovegood | |
This reverts commit c92efc65ce7cbfbca3e92e027141e6b8d90073c8. | |||
2022-04-10 | Make ModScanner ignore .gitignore files. | Nuz / Lovegood | |
This is helpful for cases like this: https://cdn.discordapp.com/attachments/156109690059751424/962879339739885578/unknown.png | |||
2022-04-07 | enable nullable annotations for most of the SMAPI toolkit (#837) | Jesse Plamondon-Willard | |
2022-04-07 | enable nullable annotations for manifests (#837) | Jesse Plamondon-Willard | |
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 | simplify with newer pattern features | Jesse Plamondon-Willard | |
2022-04-06 | use target-typed new | Jesse Plamondon-Willard | |
2021-05-09 | normalize manifest array fields | Jesse Plamondon-Willard | |
2021-04-24 | ignore *.ico files when scanning for mods (#773) | Jesse Plamondon-Willard | |
2021-04-04 | standardize spelling of 'macOS' | Jesse Plamondon-Willard | |
2021-01-28 | fix mod type defaulted incorrectly in SMAPI toolkit | Jesse Plamondon-Willard | |
2021-01-21 | add clearer error for empty Vortex folders to reduce confusion | Jesse Plamondon-Willard | |
2021-01-21 | fix some broken mods incorrectly listed as XNB mods | Jesse Plamondon-Willard | |
2020-12-08 | clarify not-a-mod error when SMAPI installer is in mods folder | Jesse Plamondon-Willard | |
2020-07-26 | use ordinal comparison/sorting instead of invariant | Jesse Plamondon-Willard | |
2020-07-21 | ignore more content file types when detecting mods | Jesse Plamondon-Willard | |
2020-05-24 | ignore MacOS files starting with ._ | Jesse Plamondon-Willard | |
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2019-09-14 | improve XNB mod and ignore file matching | Jesse Plamondon-Willard | |
2019-09-14 | consolidate XNB mods when scanning mods | Jesse Plamondon-Willard | |
2019-09-14 | add mod type to mod scanner result | Jesse Plamondon-Willard | |
2019-09-13 | migrate to new project file format | Jesse Plamondon-Willard | |