summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2021-03-07prepare for releaseJesse Plamondon-Willard
2021-03-07add descriptive error for PathTooLongException which crashes SMAPI or the ins...Jesse Plamondon-Willard
2021-03-07keep window open when installer crashesJesse Plamondon-Willard
2021-03-04fix RewriteMods option ignored when rewriting mod for OSJesse Plamondon-Willard
2021-02-28fix edge case for non-English farmhands where content coordinator handled ret...Jesse Plamondon-Willard
2021-02-28add ReturningToTitle stageJesse Plamondon-Willard
2021-02-28fix mods with suppressed warnings counted for showing the log sectionJesse Plamondon-Willard
2021-02-28add load stages immediately after game adds initial locationsJesse Plamondon-Willard
2021-02-21prepare for releaseJesse Plamondon-Willard
2021-02-21update ambient light when setting game timeJesse Plamondon-Willard
2021-02-21add detailed error message when Stardew Valley.exe can't be loadedJesse Plamondon-Willard
2021-02-21use 'mod authors' instead of 'modders' in release notes for clarityJesse Plamondon-Willard
2021-02-19fix errors parsing the mod compatibility list on the new wikiJesse Plamondon-Willard
2021-02-13fix asset propagation for map seatsJesse Plamondon-Willard
2021-02-08add error details when an event command failsJesse Plamondon-Willard
2021-02-08fix compat list error if mod has no name field due to wiki rendering issuesJesse Plamondon-Willard
2021-02-06add early detection of disposed assets in error handler modJesse Plamondon-Willard
2021-02-06update schema for Content Patcher 1.20Jesse Plamondon-Willard
2021-02-06fix edge case in non-English asset cache after returning to title screenJesse 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-28fix mod type defaulted incorrectly in SMAPI toolkitJesse Plamondon-Willard
2021-01-28fix error running 'install on Windows.bat' for one userJesse Plamondon-Willard
2021-01-25prepare for releaseJesse Plamondon-Willard
2021-01-24fix interior door errors when reloading mapsJesse Plamondon-Willard
2021-01-23disable 'patched game code' warning for ErrorHandlerJesse Plamondon-Willard
2021-01-22link to 3.9 release highlightsJesse Plamondon-Willard
2021-01-22prepare for releaseJesse Plamondon-Willard
2021-01-22remove inf options for player_sethealth/money/staminaJesse Plamondon-Willard
2021-01-22update for new map override logic in SDV 1.5.4Jesse Plamondon-Willard
2021-01-21add clearer error for empty Vortex folders to reduce confusionJesse Plamondon-Willard
2021-01-21fix some broken mods incorrectly listed as XNB modsJesse Plamondon-Willard
2021-01-20fix SDV 1.5 compatibility with content packs that still load XNB mapsJesse Plamondon-Willard
2021-01-20correct linksJesse Plamondon-Willard
2021-01-19add method to suppress active keybindings (#744)Jesse Plamondon-Willard
2021-01-19make buttonState.IsDown() extension public (#744)Jesse Plamondon-Willard
2021-01-19add Input.ButtonsChanged event (#744)Jesse Plamondon-Willard
2021-01-19add multi-key binding API (#744)Jesse Plamondon-Willard
2021-01-19reset some missed map cache fields (#751)Jesse Plamondon-Willard
2021-01-18reset map overrides when reloading a map (#751)Jesse Plamondon-Willard
2021-01-18add asset propagation for Strings\StringsFromCSFilesJesse Plamondon-Willard
2021-01-17improve game path detectionJesse Plamondon-Willard
2021-01-17prefer GOG/Steam registry paths when scanning for game folderJesse Plamondon-Willard
2021-01-17don't send multiplayer broadcasts to players without SMAPIJesse Plamondon-Willard
2021-01-17subclass chatbox to log game errorsJesse Plamondon-Willard
2021-01-15improve JSON validator schema for manifest update keysJesse Plamondon-Willard
2021-01-15add split-screen info to multiplayer peerJesse Plamondon-Willard
2021-01-15allow getting all active values from a PerScreen<T> fieldJesse Plamondon-Willard
2021-01-15allow resetting a PerScreen<T> fieldJesse Plamondon-Willard
2021-01-15allow get/setting PerScreen<T> values by screen IDJesse Plamondon-Willard