summaryrefslogtreecommitdiff
path: root/src/SMAPI
AgeCommit message (Collapse)Author
2021-04-04standardize spelling of 'macOS'Jesse Plamondon-Willard
2021-04-03log failed root dependencies in their own groupJesse Plamondon-Willard
2021-04-02fix asset key normalization for 64-bit hack (#767)Jesse Plamondon-Willard
2021-04-02add initial support for 64-bit Windows hack (#767)Jesse Plamondon-Willard
2021-04-02fix asset propagation for localized movie dataJesse Plamondon-Willard
2021-03-21prepare for releaseJesse Plamondon-Willard
2021-03-21add Constants.GameFramework field (#767)Jesse Plamondon-Willard
2021-03-21split compile flag into separate Windows + XNA flags (#767)Jesse Plamondon-Willard
2021-03-21simplify creating keybind list for single keyJesse Plamondon-Willard
2021-03-19update NPC pathfinding cache when map warps changeJesse Plamondon-Willard
2021-03-16avoid asset propagation into the world if it's unloadedJesse Plamondon-Willard
Propagating changes into world locations has no effect at this point (since they'll just be recreated when a save is loaded), and can noticeably impact performance.
2021-03-14add asset propagation for interior door spritesJesse Plamondon-Willard
2021-03-14fix some assets not reapplied correctly when playing in non-English and ↵Jesse Plamondon-Willard
returning to title
2021-03-13disable aggressive memory optimizations by defaultJesse Plamondon-Willard
2021-03-08prepare for releaseJesse Plamondon-Willard
2021-03-07prepare for releaseJesse Plamondon-Willard
2021-03-07get patcher names automatically if neededJesse Plamondon-Willard
2021-03-07add descriptive error for PathTooLongException which crashes SMAPI or the ↵Jesse Plamondon-Willard
installer
2021-03-04fix RewriteMods option ignored when rewriting mod for OSJesse Plamondon-Willard
2021-02-28fix broken references to LoadStage enum in previously compiled modsJesse Plamondon-Willard
2021-02-28fix edge case for non-English farmhands where content coordinator handled ↵Jesse Plamondon-Willard
return to title too late
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-21add detailed error message when Stardew Valley.exe can't be loadedJesse Plamondon-Willard
2021-02-21use inheritdoc, minor cleanupJesse Plamondon-Willard
2021-02-21reduce performance impact of new cache fixJesse Plamondon-Willard
2021-02-13fix asset propagation for map seatsJesse 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
The new approach should be safe, and no errors were reported so far by alpha testers.
2021-01-31extend aggressive memory optimization to a few more common textures (#757)Jesse Plamondon-Willard
2021-01-31rework aggressive memory optimization to minimize mod impact (#757)Jesse Plamondon-Willard
2021-01-31add experimental 'aggressive memory optimization' flag (#757)Jesse Plamondon-Willard
2021-01-25prepare for releaseJesse Plamondon-Willard
2021-01-24minor cleanupJesse Plamondon-Willard
2021-01-24fix interior door errors when reloading mapsJesse Plamondon-Willard
2021-01-23remove unused AlternativeUrl field in metadata modelJesse Plamondon-Willard
2021-01-22prepare for releaseJesse Plamondon-Willard
2021-01-22update for new map override logic in SDV 1.5.4Jesse Plamondon-Willard
Special thanks to the Stardew Valley developers for making the requested changes!
2021-01-20rewrite C# 9 code not supported in Linux build tools yetJesse 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-20fix null handling in keybind list parsing (#744)Jesse Plamondon-Willard
2021-01-20add unit tests for KeybindList (#744)Jesse 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 shortcut method to create a keybind list for a single default keybind (#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