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
/
ModHelpers
/
DataHelper.cs
Age
Commit message (
Expand
)
Author
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
2021-08-25
fix data helper's WriteJsonFile not deleting file if data is null (#799)
Jesse Plamondon-Willard
2020-12-20
update for split-screen mode
Jesse Plamondon-Willard
2020-09-08
rename PathUtilities.NormalizePathSeparator, add normalization for more cases
Jesse Plamondon-Willard
2020-08-30
use inheritdoc
Jesse Plamondon-Willard
2020-01-22
fix global data stored in saves folder
Jesse Plamondon-Willard
2019-12-08
let mods use Read/WriteSaveData while a save is being loaded
Jesse Plamondon-Willard
2019-09-14
fix typos and inconsistent spelling
Jesse Plamondon-Willard
2019-02-07
fix typo
Jesse Plamondon-Willard
2018-12-27
tweak comment header convention
Jesse Plamondon-Willard
2018-12-23
allow Read/WriteSaveFile as soon as the save is loaded
Jesse Plamondon-Willard
2018-08-26
delete data API entries when they're set to null (#468)
Jesse Plamondon-Willard
2018-08-23
tweak data API keys (#468)
Jesse Plamondon-Willard
2018-08-19
add error when using Read/WriteSaveData when not main player (#468)
Jesse Plamondon-Willard
2018-08-19
add data API (#468)
Jesse Plamondon-Willard