summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Models/SConfig.cs
AgeCommit message (Expand)Author
2022-11-11Merge pull request #882 from Shockah/mod-load-orderJesse Plamondon-Willard
2022-11-11adjust warning messages & log header when load order is editedJesse Plamondon-Willard
2022-11-11change new fields to hash sets & simplify sortingJesse Plamondon-Willard
2022-11-09add option to disable console inputJesse Plamondon-Willard
2022-11-09Renamed first/last to early/late; ignoring mods declared as both and warning ...Michał Dolaś
2022-11-09Added ModsToLoadFirst/Last to SMAPI config, along with the implementationMichał Dolaś
2022-10-09drop UseRawImageLoading optionJesse Plamondon-Willard
2022-10-09suppress Harmony debug mode by defaultJesse Plamondon-Willard
2022-07-06fix build warningsJesse Plamondon-Willard
2022-06-24fix config.user.json overrides no longer appliedJesse Plamondon-Willard
2022-06-10drop support for pre-Pintail proxyingJesse Plamondon-Willard
2022-06-10enable raw image loading by default, rename settingJesse Plamondon-Willard
2022-06-10add experimental image load rewriteJesse Plamondon-Willard
2022-06-10rework VerboseLogging option to allow enabling for specific modsJesse Plamondon-Willard
2022-06-06simplify repeated hash set creationJesse Plamondon-Willard
2022-05-08fix default settingsJesse Plamondon-Willard
2022-05-07tweak default settings logicJesse Plamondon-Willard
2022-05-07enable case-insensitive file paths by default for Android/Linux playersJesse Plamondon-Willard
2022-05-04remove aggressive memory optimizations optionJesse Plamondon-Willard
2022-05-04disable case-insensitive paths by default pending performance reworkJesse Plamondon-Willard
2022-04-26re-enable Pintail by defaultJesse Plamondon-Willard
2022-04-16temporarily disable Pintail by default pending out parameter fixJesse Plamondon-Willard
2022-04-16allow switching between Pintail & original API proxyingJesse Plamondon-Willard
2022-04-13enable nullable annotations in the rest of SMAPI core (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
2022-04-06drop update checks for Stardew64InstallerJesse Plamondon-Willard
2022-04-06use target-typed newJesse Plamondon-Willard
2022-02-11use Array.Empty to avoid unneeded array allocationsJesse Plamondon-Willard
2021-05-19fix 'loaded with custom settings' message shown with default settingsJesse Plamondon-Willard
2021-04-22add update alerts for Stardew64Installer (#767)Jesse Plamondon-Willard
2021-02-03enable aggressive memory optimizations by default (#757)Jesse Plamondon-Willard
2021-01-31add experimental 'aggressive memory optimization' flag (#757)Jesse Plamondon-Willard
2021-01-15tweak recent changes, update release notesJesse Plamondon-Willard
2021-01-15(feat) Disable Mod rewrites if requestedDavid Camp
2020-08-13remove experimental RewriteInParallel optionJesse Plamondon-Willard
2020-07-26use ordinal comparison/sorting instead of invariantJesse Plamondon-Willard
2020-06-20make parallel rewriting optionalJesse Plamondon-Willard
2020-01-04remove DumpMetadata optionJesse Plamondon-Willard
2019-12-02migrate from AWS to AzureJesse Plamondon-Willard
2019-09-23make console colors configurableJesse Plamondon-Willard
2019-09-16log custom SMAPI settings to simplify troubleshootingJesse Plamondon-Willard
2019-09-14add separate LogNetworkTraffic optionJesse Plamondon-Willard
2018-08-31enable paranoid warnings automatically in debug mode (#590)Jesse Plamondon-Willard
2018-08-31add paranoid warnings mode (#590)Jesse Plamondon-Willard
2018-06-09add metadata dump option for troubleshootingJesse Plamondon-Willard
2018-05-24add option to locally suppress update checks for a specific modJesse Plamondon-Willard
2018-05-10generalise console color logic for reuse (#495)Jesse Plamondon-Willard
2018-05-03add semanticVersion.IsPrerelease()Jesse Plamondon-Willard
2018-04-25simplify beta channel logic (#457)Jesse Plamondon-Willard
2018-04-13fix console color scheme for PowerShell, and make it configurableJesse Plamondon-Willard