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
/
Framework
/
ContentPack.cs
Age
Commit message (
Expand
)
Author
2022-06-20
add flag to disable deprecated code
Jesse Plamondon-Willard
2022-05-08
avoid [Obsolete] without message for clarity
Jesse Plamondon-Willard
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
move case-insensitive path lookup into toolkit for reuse
Jesse Plamondon-Willard
2022-04-13
enable nullable annotations in SMAPI where no logic changes are needed (#837)
Jesse Plamondon-Willard
2022-04-06
enable nullable annotations by default (#837)
Jesse Plamondon-Willard
2022-04-01
make mod file paths case-insensitive in all SMAPI APIs
Jesse Plamondon-Willard
2022-03-27
split helper.Content API into game/mod content APIs
Jesse Plamondon-Willard
2021-09-01
fix translations not initialized for temporary content packs
Jesse Plamondon-Willard
2021-04-04
standardize spelling of 'macOS'
Jesse Plamondon-Willard
2020-09-24
fix error in case-insensitive content pack code when mod passes in a null path
Jesse Plamondon-Willard
2020-09-15
make IContentPack file paths case-insensitive
Jesse Plamondon-Willard
2020-09-08
rename PathUtilities.NormalizePathSeparator, add normalization for more cases
Jesse Plamondon-Willard
2020-09-05
minor cleanup
Jesse Plamondon-Willard
2020-08-30
use inheritdoc
Jesse Plamondon-Willard
2019-09-14
fix typos and inconsistent spelling
Jesse Plamondon-Willard
2019-09-14
add content pack translations
Jesse Plamondon-Willard
2019-09-14
add HasFile content pack method
Jesse Plamondon-Willard
2018-12-27
tweak comment header convention
Jesse Plamondon-Willard
2018-08-18
no longer allow non-relative paths for IContentPack.Read/WriteJsonFile (#468)
Jesse Plamondon-Willard
2018-08-18
add IContentPack.WriteJsonFile method (#468)
Jesse Plamondon-Willard
2018-08-11
add support for loading unpacked .json files through content API (#576)
Jesse Plamondon-Willard
2018-06-05
move manifest parsing into toolkit (#532)
Jesse Plamondon-Willard
2018-05-25
move PathUtilities into toolkit (#532)
Jesse Plamondon-Willard
2018-02-19
normalise path separators in read/write JSON file methods exposed to mods
Jesse Plamondon-Willard
2018-02-17
add content pack feature (#436)
Jesse Plamondon-Willard