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
Age
Commit message (
Expand
)
Author
2022-04-06
fix all warnings to simplify migration to nullable annotations (#837)
Jesse Plamondon-Willard
2022-04-06
enable nullable annotations by default (#837)
Jesse Plamondon-Willard
2022-04-06
remove some unused/redundant code
Jesse Plamondon-Willard
2022-04-06
simplify 'is not' patterns
Jesse Plamondon-Willard
2022-04-03
fix incorrect deprecation warnings for helper.Content
Jesse Plamondon-Willard
2022-04-01
make mod file paths case-insensitive in all SMAPI APIs
Jesse Plamondon-Willard
2022-04-01
fix local file path asset name parsing locale codes in rare cases (#766)
Jesse Plamondon-Willard
2022-03-27
split helper.Content API into game/mod content APIs
Jesse Plamondon-Willard
2022-03-27
add asset type to AssetRequested event (#766)
Jesse Plamondon-Willard
2022-03-26
add IContentHelper.ParseAssetName (#766)
Jesse Plamondon-Willard
2022-03-26
add deprecation notices for SMAPI 4.0.0 (#766)
Jesse Plamondon-Willard
2022-03-26
rewrite content loading to allow handling locale variants (#766, #786, #812)
Jesse Plamondon-Willard
2022-03-05
migrate more internal code to IAssetName (#766)
Jesse Plamondon-Willard
2022-02-25
restore InterfaceProxyFactory to encapsulate Pintail (#830)
Jesse Plamondon-Willard
2022-02-25
Merge pull request #830 from Shockah/api-proxy-tryproxy-object
Jesse Plamondon-Willard
2022-02-18
add AssetName to encapsulate asset name handling (#766)
Jesse Plamondon-Willard
2022-02-16
move proxying to a separate NuGet library
Shockah
2022-02-10
add TryProxy for any objects
Shockah
2021-08-25
fix data helper's WriteJsonFile not deleting file if data is null (#799)
Jesse Plamondon-Willard
2021-08-25
add GetInAllLocales to translation API
Jesse Plamondon-Willard
2021-03-14
fix some assets not reapplied correctly when playing in non-English and retur...
Jesse Plamondon-Willard
2021-01-19
add method to suppress active keybindings (#744)
Jesse Plamondon-Willard
2020-12-26
deprecate ConsoleCommands.Trigger method
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-09-05
minor cleanup
Jesse Plamondon-Willard
2020-08-30
use inheritdoc
Jesse Plamondon-Willard
2020-08-23
minor cleanup
Jesse Plamondon-Willard
2020-06-03
don't prevent mods from accessing game methods/properties extended by SMAPI
Jesse Plamondon-Willard
2020-04-24
add support for getting a patch helper for arbitrary data
Jesse Plamondon-Willard
2020-03-08
rework input handling to allow sending custom input to the game/mods
Jesse Plamondon-Willard
2020-02-19
rename InputStatus to SButtonState for consistency
Jesse Plamondon-Willard
2020-02-19
rework tilesheet loading to improve errors, allow future validation, and drop...
Jesse Plamondon-Willard
2020-02-09
add helper.Input.GetStatus method
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-10-03
fix non-generic GetAPI not checking that all mods are loaded (#662)
Jesse Plamondon-Willard
2019-10-01
add support for core translation files
Jesse Plamondon-Willard
2019-10-01
remove unused translation field & method
Jesse Plamondon-Willard
2019-09-14
fix typos and inconsistent spelling
Jesse Plamondon-Willard
2019-09-14
fix error when loading a mod asset through a translated content manager (#647)
Jesse Plamondon-Willard
2019-09-14
disable mod-level asset caching (#644)
Jesse Plamondon-Willard
2019-09-14
move most mod asset loading logic into content managers (#644)
Jesse Plamondon-Willard
2019-09-14
fix tilesheets seasonalised when loading an indoor map
Jesse Plamondon-Willard
2019-09-14
fix cache miss when not playing in English (#634)
Jesse Plamondon-Willard
2019-09-14
remove deprecated APIs (#606)
Jesse Plamondon-Willard
2019-04-22
fix error on Mac when a custom map references a vanilla tilesheet that only e...
Jesse Plamondon-Willard
2019-02-24
bump deprecation levels for upcoming SMAPI 3.0 release (#606)
Jesse Plamondon-Willard
2019-02-07
fix error with custom map tilesheets in some cases
Jesse Plamondon-Willard
2019-02-07
fix typo
Jesse Plamondon-Willard
[next]