index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SMAPI.Toolkit
/
Framework
/
ModScanning
Age
Commit message (
Expand
)
Author
2023-04-30
fix ModFolder not being JSON-serializable
Jesse Plamondon-Willard
2022-10-09
polish recent changes & update release notes
Jesse Plamondon-Willard
2022-09-18
Update ModScanner.cs
atravita-mods
2022-05-07
simplify and rewrite case-insensitive file path feature
Jesse Plamondon-Willard
2022-05-04
disable case-insensitive paths by default pending performance rework
Jesse Plamondon-Willard
2022-04-16
remove unused subfolder manifest scanning
Jesse Plamondon-Willard
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
2022-04-10
Make ModScanner ignore .gitignore files.
Nuz / Lovegood
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
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