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
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