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
/
SCore.cs
Age
Commit message (
Expand
)
Author
2022-07-09
raise deprecation levels
Jesse Plamondon-Willard
2022-07-06
fix build warnings
Jesse Plamondon-Willard
2022-07-06
update code annotations
Jesse Plamondon-Willard
2022-07-05
remove artifacts, tweak text
Jesse Plamondon-Willard
2022-07-02
Current version in mod check
Ishan Jalan
2022-06-28
migrate update checks to FluentHttpClient
Jesse Plamondon-Willard
2022-06-24
avoid cancellation token for tracking exit state
Jesse Plamondon-Willard
2022-06-22
avoid unneeded overhead of ConcurrentQueue
Jesse Plamondon-Willard
2022-06-20
add flag to disable deprecated code
Jesse Plamondon-Willard
2022-06-16
fix case-sensitive mod ID check
Jesse Plamondon-Willard
2022-06-12
patch PyTK temporarily to fix scale-up compatibility in SMAPI 3.15
Jesse Plamondon-Willard
2022-06-10
add image compatibility mode for PyTK
Jesse Plamondon-Willard
2022-06-10
drop support for pre-Pintail proxying
Jesse Plamondon-Willard
2022-06-10
enable raw image loading by default, rename setting
Jesse Plamondon-Willard
2022-06-10
add experimental image load rewrite
Jesse Plamondon-Willard
2022-06-10
rework VerboseLogging option to allow enabling for specific mods
Jesse Plamondon-Willard
2022-06-06
simplify repeated hash set creation
Jesse Plamondon-Willard
2022-05-31
add backwards compatibility for mods using now-unused dependencies
Jesse Plamondon-Willard
2022-05-31
replace MemoryCache with custom cache
Jesse Plamondon-Willard
2022-05-23
shortcut common cases in hot code paths
Jesse Plamondon-Willard
2022-05-15
reduce performance impact of deprecation warnings
Jesse Plamondon-Willard
2022-05-11
log time change in verbose mode
Jesse Plamondon-Willard
2022-05-11
rewrite asset operations to reduce allocations
Jesse Plamondon-Willard
2022-05-11
don't raise events that have no listeners
Jesse Plamondon-Willard
2022-05-11
replace event.HasListeners() with property
Jesse Plamondon-Willard
2022-05-11
cache verbose flag in main update method
Jesse Plamondon-Willard
2022-05-11
move filtering only used in one place out of managed event
Jesse Plamondon-Willard
2022-05-11
optimize raising events for the most common cases
Jesse Plamondon-Willard
2022-05-08
only build AssetWithoutLocale when it's used
Jesse Plamondon-Willard
2022-05-07
simplify and rewrite case-insensitive file path feature
Jesse Plamondon-Willard
2022-05-07
log fake content packs created by mods
Jesse Plamondon-Willard
2022-05-07
fix assets loaded through fake content pack using parent mod's path info
Jesse Plamondon-Willard
2022-05-07
move CreateFakeContentPack into its own method
Jesse Plamondon-Willard
2022-05-04
remove aggressive memory optimizations option
Jesse Plamondon-Willard
2022-05-04
disable case-insensitive paths by default pending performance rework
Jesse Plamondon-Willard
2022-04-30
omit stack trace for deprecated code not called directly by the mod
Jesse Plamondon-Willard
2022-04-19
move deprecation code into namespace
Jesse Plamondon-Willard
2022-04-16
allow switching between Pintail & original API proxying
Jesse Plamondon-Willard
2022-04-16
move case-insensitive path lookup into toolkit for reuse
Jesse Plamondon-Willard
2022-04-16
make EntryDll manifest field case-insensitive
Jesse Plamondon-Willard
2022-04-14
track full mod & stack metadata in queued deprecation warnings
Jesse Plamondon-Willard
2022-04-14
track mod metadata reference in APIs for upcoming deprecation changes
Jesse Plamondon-Willard
2022-04-13
enable nullable annotations in the rest of SMAPI core (#837)
Jesse Plamondon-Willard
2022-04-11
add IAssetDataForMap.ExtendMap
Jesse Plamondon-Willard
2022-04-09
Merge pull request #836 from Tondorian/feature/CommandLineArgs
Jesse Plamondon-Willard
2022-04-09
fix config.user.json overriding new CLI arguments
Jesse Plamondon-Willard
2022-04-09
simplify format for new CLI arguments
Jesse Plamondon-Willard
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
drop update checks for Stardew64Installer
Jesse Plamondon-Willard
[next]