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
/
Models
/
SConfig.cs
Age
Commit message (
Expand
)
Author
2022-11-11
Merge pull request #882 from Shockah/mod-load-order
Jesse Plamondon-Willard
2022-11-11
adjust warning messages & log header when load order is edited
Jesse Plamondon-Willard
2022-11-11
change new fields to hash sets & simplify sorting
Jesse Plamondon-Willard
2022-11-09
add option to disable console input
Jesse Plamondon-Willard
2022-11-09
Renamed first/last to early/late; ignoring mods declared as both and warning ...
Michał Dolaś
2022-11-09
Added ModsToLoadFirst/Last to SMAPI config, along with the implementation
Michał Dolaś
2022-10-09
drop UseRawImageLoading option
Jesse Plamondon-Willard
2022-10-09
suppress Harmony debug mode by default
Jesse Plamondon-Willard
2022-07-06
fix build warnings
Jesse Plamondon-Willard
2022-06-24
fix config.user.json overrides no longer applied
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-08
fix default settings
Jesse Plamondon-Willard
2022-05-07
tweak default settings logic
Jesse Plamondon-Willard
2022-05-07
enable case-insensitive file paths by default for Android/Linux players
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-26
re-enable Pintail by default
Jesse Plamondon-Willard
2022-04-16
temporarily disable Pintail by default pending out parameter fix
Jesse Plamondon-Willard
2022-04-16
allow switching between Pintail & original API proxying
Jesse Plamondon-Willard
2022-04-13
enable nullable annotations in the rest of SMAPI core (#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
2022-04-06
use target-typed new
Jesse Plamondon-Willard
2022-02-11
use Array.Empty to avoid unneeded array allocations
Jesse Plamondon-Willard
2021-05-19
fix 'loaded with custom settings' message shown with default settings
Jesse Plamondon-Willard
2021-04-22
add update alerts for Stardew64Installer (#767)
Jesse Plamondon-Willard
2021-02-03
enable aggressive memory optimizations by default (#757)
Jesse Plamondon-Willard
2021-01-31
add experimental 'aggressive memory optimization' flag (#757)
Jesse Plamondon-Willard
2021-01-15
tweak recent changes, update release notes
Jesse Plamondon-Willard
2021-01-15
(feat) Disable Mod rewrites if requested
David Camp
2020-08-13
remove experimental RewriteInParallel option
Jesse Plamondon-Willard
2020-07-26
use ordinal comparison/sorting instead of invariant
Jesse Plamondon-Willard
2020-06-20
make parallel rewriting optional
Jesse Plamondon-Willard
2020-01-04
remove DumpMetadata option
Jesse Plamondon-Willard
2019-12-02
migrate from AWS to Azure
Jesse Plamondon-Willard
2019-09-23
make console colors configurable
Jesse Plamondon-Willard
2019-09-16
log custom SMAPI settings to simplify troubleshooting
Jesse Plamondon-Willard
2019-09-14
add separate LogNetworkTraffic option
Jesse Plamondon-Willard
2018-08-31
enable paranoid warnings automatically in debug mode (#590)
Jesse Plamondon-Willard
2018-08-31
add paranoid warnings mode (#590)
Jesse Plamondon-Willard
2018-06-09
add metadata dump option for troubleshooting
Jesse Plamondon-Willard
2018-05-24
add option to locally suppress update checks for a specific mod
Jesse Plamondon-Willard
2018-05-10
generalise console color logic for reuse (#495)
Jesse Plamondon-Willard
2018-05-03
add semanticVersion.IsPrerelease()
Jesse Plamondon-Willard
2018-04-25
simplify beta channel logic (#457)
Jesse Plamondon-Willard
2018-04-13
fix console color scheme for PowerShell, and make it configurable
Jesse Plamondon-Willard
[next]