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
/
BaseContentManager.cs
Age
Commit message (
Expand
)
Author
2019-12-31
fix XNA keeping loaded assets alive forever (#685)
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-12-12
fix assets not being disposed when a content manager is disposed
Jesse Plamondon-Willard
2019-09-14
track texture asset keys, fix NPC portrait propagation
Jesse Plamondon-Willard
2019-09-14
fix typos and inconsistent spelling
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 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
2018-12-27
tweak comment header convention
Jesse Plamondon-Willard
2018-11-28
fix some map tilesheets not editable if not playing in English
Jesse Plamondon-Willard
2018-11-25
add support for propagating map asset changes
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