summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/SCore.cs
AgeCommit message (Expand)Author
2019-11-18minor updates (#638)Jesse Plamondon-Willard
2019-11-09overhaul update checksJesse Plamondon-Willard
2019-11-09filter another new error (#638)Jesse Plamondon-Willard
2019-11-08update game log filters (#638)Jesse Plamondon-Willard
2019-10-01auto-fix save data when a custom location mod is removedJesse Plamondon-Willard
2019-10-01add support for core translation filesJesse Plamondon-Willard
2019-10-01remove unused translation field & methodJesse Plamondon-Willard
2019-09-26auto-fix save data when a custom NPC mod is removedJesse Plamondon-Willard
2019-09-23make console colors configurableJesse Plamondon-Willard
2019-09-16log custom SMAPI settings to simplify troubleshootingJesse Plamondon-Willard
2019-09-14log skipped loose filesJesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14show versions in duplicate-mod errors, make folder paths in trace logs clearerJesse Plamondon-Willard
2019-09-14add separate LogNetworkTraffic optionJesse Plamondon-Willard
2019-09-14drop monitor.ExitGameImmediately methodJesse Plamondon-Willard
2019-09-14fix translatable assets not updated when switching language (#586)Jesse Plamondon-Willard
2019-09-14load mods much earlier so they can intercept all content assetsJesse Plamondon-Willard
2019-09-14add content pack translationsJesse Plamondon-Willard
2019-09-14remove deprecated APIs (#606)Jesse Plamondon-Willard
2019-09-13make Harmony patch names more consistentJesse Plamondon-Willard
2019-09-13fix unspecified log levelsJesse Plamondon-Willard
2019-09-13fix formatting and code style (#636)Jesse Plamondon-Willard
2019-09-13checkEventPrecondition crash fixberkay2578
2019-03-16add support for suppressing warnings in mod DBJesse Plamondon-Willard
2019-02-24bump deprecation levels for upcoming SMAPI 3.0 release (#606)Jesse Plamondon-Willard
2019-02-07avoid period after URLs in log outputJesse Plamondon-Willard
2019-02-07fix 'unknown mod' deprecation warnings when they occur in the Mod constructorJesse Plamondon-Willard
2018-12-29increase deprecation levels for the upcoming SMAPI 3.0Jesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-12-24add Specialised.LoadStageChanged eventJesse Plamondon-Willard
2018-12-15prevent invalid items from crashing the gameJesse Plamondon-Willard
2018-12-14add friendly error when the game can't find its Content\XACT folderJesse Plamondon-Willard
2018-12-14fix game launch error logged as 'SMAPI'Jesse Plamondon-Willard
2018-12-13simplify access to deprecation manager for deprecation warningsJesse Plamondon-Willard
2018-12-13add content pack APIJesse Plamondon-Willard
2018-12-06disable paranoid detection if paranoid warnings are disabledJesse Plamondon-Willard
2018-12-06move mod path into constantsJesse Plamondon-Willard
2018-12-05add friendly error when Steam isn't loadedJesse Plamondon-Willard
2018-12-04update version parsing code (#606)Jesse Plamondon-Willard
2018-12-04add SMAPI 3.0 compatibility strict mode (#606)Jesse Plamondon-Willard
2018-12-04deprecate old events (#606)Jesse Plamondon-Willard
2018-11-16fix content packs always failing to load if they declare a dependency on a SM...Jesse Plamondon-Willard
2018-11-14update multiplayer code for Stardew Valley 1.3.22 (#480)Jesse Plamondon-Willard
2018-11-14patch GalaxyNetServer to support context sync pending game code changes to ma...Jesse Plamondon-Willard
2018-11-09fix console output during early game init not being loggedJesse Plamondon-Willard
2018-11-07add verbose logging as a monitor featureJesse Plamondon-Willard
2018-11-07print deprecation messages in batches for easier readingJesse Plamondon-Willard
2018-11-07deprecate version build fieldJesse Plamondon-Willard
2018-11-07deprecate old manifest version formatJesse Plamondon-Willard
2018-11-06fix crash log deleted immediately on game relaunchJesse Plamondon-Willard