summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-13checkEventPrecondition crash fixberkay2578
2019-04-22Merge branch 'develop' into stableJesse Plamondon-Willard
2019-04-22prepare for 2.11.2 releaseJesse Plamondon-Willard
2019-04-22fix error on Mac when a custom map references a vanilla tilesheet that only ↵Jesse Plamondon-Willard
exists under Content/Maps
2019-04-22add release note (#633)Jesse Plamondon-Willard
2019-04-22adding termite supportarchification
2019-03-17Merge branch 'develop' into stableJesse Plamondon-Willard
2019-03-17prepare for 2.11.1 releaseJesse Plamondon-Willard
2019-03-17add crops to world_clearJesse Plamondon-Willard
2019-03-17fix world_clear removing chests that match a debris nameJesse Plamondon-Willard
2019-03-16remove reflected access to Game1.version (which is no longer const)Jesse Plamondon-Willard
2019-03-16suppress warning for Rubydew modJesse Plamondon-Willard
2019-03-16add support for suppressing warnings in mod DBJesse Plamondon-Willard
2019-03-16update support list & release notesJesse Plamondon-Willard
2019-03-16set max game version to prepare for 1.4 releaseJesse Plamondon-Willard
2019-03-14add release note (#627)Jesse Plamondon-Willard
2019-03-14Merge pull request #627 from danvolchek/no-hover-jumpingJesse Plamondon-Willard
Stop log messages from jumping around in hover edge case
2019-03-14remove unneeded log parser css ruledanvolchek
2019-03-10minor changes to new log section code (#626)Jesse Plamondon-Willard
2019-03-10Merge pull request #626 from danvolchek/log-parser-sectionsJesse Plamondon-Willard
Add sections to the log parser
2019-03-10fix typos and update release notesdanvolchek
2019-03-10add log sections implementationdanvolchek
2019-03-08update supporter listJesse Plamondon-Willard
2019-03-07update compatibility listJesse Plamondon-Willard
2019-03-07update for compatibility wiki page changesJesse Plamondon-Willard
2019-03-07improve SMAPI 3.0 status column, show by defaultJesse Plamondon-Willard
2019-03-01Merge branch 'develop' into stableJesse Plamondon-Willard
2019-03-01prepare for 2.11 releaseJesse Plamondon-Willard
2019-02-24fix smapi.io linking to an archived download in rare casesJesse Plamondon-Willard
2019-02-24make it clear that mods will break in SMAPI 3.0 (#606)Jesse Plamondon-Willard
2019-02-24bump deprecation levels for upcoming SMAPI 3.0 release (#606)Jesse Plamondon-Willard
2019-02-24minor tweaks to new log parser UI (#619)Jesse Plamondon-Willard
2019-02-24Merge pull request #619 from danvolchek/parser_update_alertsJesse Plamondon-Willard
[Log Parser] Update info table in new suggested fixes section
2019-02-24fix availablity caption casedanvolchek
2019-02-24add removed spacedanvolchek
2019-02-24update release notesdanvolchek
2019-02-24add update info in suggested fixes sectiondanvolchek
2019-02-24cross out mod links on compat page if outdated to prevent confusionJesse Plamondon-Willard
2019-02-24prepare for 2.11-beta.2 releaseJesse Plamondon-Willard
2019-02-24fix bundled mods not working in beta releaseJesse Plamondon-Willard
2019-02-24reorganise compatibility list, remove ancient entriesJesse Plamondon-Willard
2019-02-24update for Stardew Valley 1.3.35-beta supportJesse Plamondon-Willard
SDV 1.3.35 changes the signature for a utility method related to text width checks. SMAPI just needs to be recompiled, but the build won't work with previous versions of the game.
2019-02-08Merge branch 'develop' into stableJesse Plamondon-Willard
2019-02-08prepare for 2.10.2 releaseJesse Plamondon-Willard
2019-02-08fix error when swapping maps mid-session for a location with interior doorsJesse Plamondon-Willard
2019-02-08update compatibility listJesse Plamondon-Willard
2019-02-07add locale to context trace logsJesse Plamondon-Willard
2019-02-07fix error with custom map tilesheets in some casesJesse Plamondon-Willard
Specifically, when a custom map has a seasonal tilesheet which only exists the Content/Maps folder and already matches the current season.
2019-02-07fix assets not disposed correctly in some casesJesse Plamondon-Willard
2019-02-07fix error propagating NPC sprites if they're not initialised yetJesse Plamondon-Willard