summaryrefslogtreecommitdiff
path: root/src/SMAPI
AgeCommit message (Collapse)Author
2021-01-02update error text linking to renamed wiki sectionJesse Plamondon-Willard
2021-01-02fix cursor position incorrectly handling UI mode (#741)Jesse Plamondon-Willard
2021-01-02fix players in split-screen mode sharing peer state (#747)Jesse Plamondon-Willard
2021-01-01fix network messages not using same JSON serializer settings (#745)Jesse Plamondon-Willard
2020-12-30fix repeated mods in 'skipped mods' section of consoleJesse Plamondon-Willard
2020-12-29show details in TRACE logs when a mod is blocked by compatibility listJesse Plamondon-Willard
2020-12-26prepare for releaseJesse Plamondon-Willard
2020-12-26deprecate ConsoleCommands.Trigger methodJesse Plamondon-Willard
2020-12-26rewrite migration to avoid repeating game checksJesse Plamondon-Willard
2020-12-26detect & fix broken community center bundlesJesse Plamondon-Willard
2020-12-26fix SMAPI using a cached translation when the game asks for an untranslated ↵Jesse Plamondon-Willard
asset This mainly affects community center bundles in Stardew Valley 1.5,
2020-12-23fix world events not raised for volcano levelsJesse Plamondon-Willard
2020-12-21prepare for releaseJesse Plamondon-Willard
2020-12-20add mod rewriters for SDV 1.5Jesse Plamondon-Willard
2020-12-20update for debug log changesJesse Plamondon-Willard
2020-12-20update for new save naming logicJesse Plamondon-Willard
2020-12-20update for localized asset changesJesse Plamondon-Willard
2020-12-20update for map tilesheet changesJesse Plamondon-Willard
2020-12-20update patches and asset propagationJesse Plamondon-Willard
2020-12-20update for draw changesJesse Plamondon-Willard
That includes child menus, UI draw mode, and UI scaling.
2020-12-20update for split-screen modeJesse Plamondon-Willard
This includes splitting GameRunner (the main game instance) from Game1 (now a per-screen game state), adding a PerScreen<T> utility to simplify per-screen values, adding separate per-screen input handling and events, adding new Context fields for split-screen, and logging the screen ID in split-screen mode to distinguish log entries.
2020-12-20update game versionJesse Plamondon-Willard
2020-11-21prepare for releaseJesse Plamondon-Willard
2020-11-21update to TMXTile 1.5.8Jesse Plamondon-Willard
2020-11-17update to TMXTile 1.5.7Jesse Plamondon-Willard
2020-11-10fix 'collection was modified' error when using 'harmony summary' command in ↵Jesse Plamondon-Willard
rare cases
2020-10-18use update URL from server instead of hardcoding itJesse Plamondon-Willard
2020-10-17fix error in heuristic rewritingJesse Plamondon-Willard
2020-10-16prepare for releaseJesse Plamondon-Willard
2020-10-16reapply the game's town map changes in asset propagationJesse Plamondon-Willard
2020-10-03prepare for releaseJesse Plamondon-Willard
2020-10-03update dependenciesJesse Plamondon-Willard
2020-09-24fix error in case-insensitive content pack code when mod passes in a null pathJesse Plamondon-Willard
2020-09-22fix reference to nonexistent fieldJesse Plamondon-Willard
It's not really needed anyway, since managed threads will end when SMAPI exits.
2020-09-22update release notes, format codeJesse Plamondon-Willard
2020-09-22Performance tuningMarcos Miller Dantas
on an old laptop i've noticed that the thread was consuming alot of resources.
2020-09-19fix asset propagation for Data\MoviesReactionsJesse Plamondon-Willard
2020-09-17Allow for negative values in RectangleDavid
2020-09-16prepare for releaseJesse Plamondon-Willard
2020-09-16fix error when a mod rewrite adds instructions that break a short jumpJesse Plamondon-Willard
2020-09-16fix conflict with PyTK's map display deviceJesse Plamondon-Willard
2020-09-16fix typo in error messagesJesse Plamondon-Willard
2020-09-15make IContentPack file paths case-insensitiveJesse Plamondon-Willard
2020-09-08prepare for releaseJesse Plamondon-Willard
2020-09-08rename PathUtilities.NormalizePathSeparator, add normalization for more casesJesse Plamondon-Willard
2020-09-08prepare for releaseJesse Plamondon-Willard
2020-09-08fix input handling issues in SMAPI 3.7Jesse Plamondon-Willard
This commit reverses one of the input handling changes in 3.7 to fix... * input being handled twice in some cases (e.g. a left-click to drop a shop item with Better Shop Menu would instantly sell it); * an issue where Harvest With Scythe would cause the player to skid forward more than usual when scything crops; * possibly other reported issues including gamepad input lag.
2020-09-06prepare for releaseJesse Plamondon-Willard
2020-09-06fix asset propagation for title menu buttonsJesse Plamondon-Willard
2020-09-06move title menu asset propagation into methodJesse Plamondon-Willard