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-10-09
drop UseRawImageLoading option
Jesse Plamondon-Willard
2022-10-09
add 'strict mode' release with deprecated APIs stripped out
Jesse Plamondon-Willard
2022-10-09
suppress Harmony debug mode by default
Jesse Plamondon-Willard
2022-10-09
optimize string splits
Jesse Plamondon-Willard
2022-10-09
polish recent changes & update release notes
Jesse Plamondon-Willard
2022-10-08
make GetApi methods mutually exclusive & improve docs
Jesse Plamondon-Willard
2022-08-29
deprecate PyTK compatibility mode
Jesse Plamondon-Willard
2022-08-29
update compatibility workaround for the recent PyTK update
Jesse Plamondon-Willard
2022-08-16
log error if mod files are detected directly under Mods folder
Jesse Plamondon-Willard
2022-08-08
set error code on exit (#868)
Jesse Plamondon-Willard
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
[next]