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
/
ContentManagers
/
GameContentManager.cs
Age
Commit message (
Expand
)
Author
2022-04-06
simplify 'is not' patterns
Jesse Plamondon-Willard
2022-03-27
add asset type to AssetRequested event (#766)
Jesse Plamondon-Willard
2022-03-26
update asset propagation for new content API (#766)
Jesse Plamondon-Willard
2022-03-26
rewrite content loading to allow handling locale variants (#766, #786, #812)
Jesse Plamondon-Willard
2022-03-26
add asset edit priority (#766)
Jesse Plamondon-Willard
2022-03-25
extend load conflict resolution into load priority (#766)
Jesse Plamondon-Willard
2022-03-25
add load conflict resolution option (#766)
Jesse Plamondon-Willard
2022-03-25
add content pack label to more logs (#766)
Jesse Plamondon-Willard
2022-03-25
fix asset load conflict always showing multiple-mod form
Jesse Plamondon-Willard
2022-03-25
add content pack labels (#766)
Jesse Plamondon-Willard
2022-03-25
add AssetReady content event (#766)
Jesse Plamondon-Willard
2022-03-22
encapsulate & cache asset operation groups (#766)
Jesse Plamondon-Willard
2022-03-20
encapsulate editor/loader operations (#766)
Jesse Plamondon-Willard
2022-03-05
handle vanilla assets in DoesAssetExist (#766)
Jesse Plamondon-Willard
2022-03-05
add DoesAssetExist to support the upcoming Stardew Valley 1.6 (#766)
Jesse Plamondon-Willard
2022-03-05
migrate more internal code to IAssetName (#766)
Jesse Plamondon-Willard
2022-02-18
add AssetName to encapsulate asset name handling (#766)
Jesse Plamondon-Willard
2021-12-20
auto-fix maps broken due to missing vanilla tilesheet
Jesse Plamondon-Willard
2021-11-28
update for custom languages
Jesse Plamondon-Willard
2021-09-18
add simpler error when an asset isn't found
Jesse Plamondon-Willard
2021-07-30
migrate to the new Harmony patch pattern used in my mods
Jesse Plamondon-Willard
2021-03-14
fix some assets not reapplied correctly when playing in non-English and retur...
Jesse Plamondon-Willard
2021-02-21
use inheritdoc, minor cleanup
Jesse Plamondon-Willard
2021-02-21
reduce performance impact of new cache fix
Jesse Plamondon-Willard
2021-01-31
add experimental 'aggressive memory optimization' flag (#757)
Jesse Plamondon-Willard
2021-01-20
correct links
Jesse Plamondon-Willard
2021-01-06
simplify tilesheet order warning
Jesse Plamondon-Willard
2021-01-06
rework vanilla tilesheet checking to avoid keeping a copy of the vanilla maps...
Jesse Plamondon-Willard
2021-01-02
detect and block map replacements that would crash the game due to tilesheet ...
Jesse Plamondon-Willard
2020-12-26
fix SMAPI using a cached translation when the game asks for an untranslated a...
Jesse Plamondon-Willard
2020-12-20
update for localized asset changes
Jesse Plamondon-Willard
2020-07-26
use ordinal comparison/sorting instead of invariant
Jesse Plamondon-Willard
2020-02-19
call IAssetEditor with actual type if applicable
Jesse Plamondon-Willard
2020-01-30
rework asset editor/loader tracking so they're affected by load order
Jesse Plamondon-Willard
2019-12-14
refactor cache invalidation & propagation to allow for future optimizations
Jesse Plamondon-Willard
2019-12-14
don't keep a reference to uncached assets
Jesse Plamondon-Willard
2019-09-14
fix asset changes not affecting cached asset loads in a specific case
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
ignore root content managers when handling managed asset keys (#644)
Jesse Plamondon-Willard
2019-09-14
fix cache misses for non-English players
Jesse Plamondon-Willard
2019-09-14
fix cache miss when not playing in English (#634)
Jesse Plamondon-Willard
2019-09-14
fix translatable assets not updated when switching language (#586)
Jesse Plamondon-Willard
2019-09-14
load mods much earlier so they can intercept all content assets
Jesse Plamondon-Willard
2018-12-27
tweak comment header convention
Jesse Plamondon-Willard
2018-12-14
clarify trace message
Jesse Plamondon-Willard
2018-11-28
fix some map tilesheets not editable if not playing in English
Jesse Plamondon-Willard
2018-05-30
fix game content managers not cloning assets from IAssetLoader
Jesse Plamondon-Willard
2018-05-22
refactor content API to fix load errors with decentralised cache (#524)
Jesse Plamondon-Willard