summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-01Merge branch 'develop' into stableJesse Plamondon-Willard
2018-08-01mention SMAPI-crash.txt in log parser instructionsJesse Plamondon-Willard
2018-07-31remove 'beta' suffix in release notesJesse Plamondon-Willard
2018-07-31bump versions for upcoming releaseJesse Plamondon-Willard
2018-07-31tweak 'share your log' messageJesse Plamondon-Willard
2018-07-29polish SMAPI 2.6 release notes (#569)Jesse Plamondon-Willard
2018-07-29make beta version on smapi.io optional (#569)Jesse Plamondon-Willard
2018-07-29remove 'use SMAPI 2.5.5' message when running Stardew Valley 1.2 (#569)Jesse Plamondon-Willard
2018-07-27remove now-unneeded save guard (#568)Jesse Plamondon-Willard
We previously checked !SaveGame.IsProcessing to avoid running events while the game was saving. Due to a bug in Stardew Valley on Linux/Mac, this flag is never unset when the save completes. It's no longer needed anyway, since SMAPI now runs the save synchronously.
2018-07-27bump NuGet package version for releaseJesse Plamondon-Willard
2018-07-17fix XML docsJesse Plamondon-Willard
2018-07-16bump versions for beta releaseJesse Plamondon-Willard
2018-07-16update compatibility listJesse Plamondon-Willard
2018-07-15fix misnamed typesJesse Plamondon-Willard
2018-07-13bump version for beta releaseJesse Plamondon-Willard
2018-07-13fix console commands being invoked asynchronously (#562)Jesse Plamondon-Willard
2018-07-13fix XACT references failing new compatibility checks on Linux/MacJesse Plamondon-Willard
2018-07-13fixed some game paths not detected by NuGet packageJesse Plamondon-Willard
2018-07-13add more intuitive error when using SMAPI 2.6 with SDV 1.2Jesse Plamondon-Willard
2018-07-11add GitHub issue templatesJesse Plamondon-Willard
2018-07-09bump versions for releaseJesse Plamondon-Willard
2018-07-09add new files to uninstallerJesse Plamondon-Willard
2018-07-09fix installer removing SaveBackup's config.json and previous backupsJesse Plamondon-Willard
2018-07-09fix various build issuesJesse Plamondon-Willard
- installer not waiting until SaveBackup mod is compiled before preparing release build; - missing XML doc files for new toolkit assemblies; - missing XML doc file in SMAPI release build; - SaveBackup including toolkit DLL.
2018-07-09bump versions for beta releaseJesse Plamondon-Willard
2018-07-09fix error reading empty translation filesJesse Plamondon-Willard
2018-07-09detect broken constructor referencesJesse Plamondon-Willard
2018-07-09fix new event (#310)Jesse Plamondon-Willard
2018-07-08fix new event not initialised (#310)Jesse Plamondon-Willard
2018-07-08bump versions for beta releaseJesse Plamondon-Willard
2018-07-08add GameLoop events for SMAPI 3.0 (#310)Jesse Plamondon-Willard
2018-07-08update Patreon listJesse Plamondon-Willard
2018-07-08Merge pull request #559 from ebehar/developJesse Plamondon-Willard
Expand validation to respect CIL placeholders
2018-07-08also detect broken Netcode referencesJesse Plamondon-Willard
2018-07-08rewrite TypeReference comparison to handle more edge cases, exit earlier if ↵Jesse Plamondon-Willard
possible, and encapsulate a bit more
2018-07-08encapsulate type reference comparisonJesse Plamondon-Willard
2018-07-08encapsulate GetComparableTypeIDJesse Plamondon-Willard
2018-07-08fix new logic not applied to method return typesJesse Plamondon-Willard
2018-07-08Fix missing assignment.E. Behar
2018-07-07Remove another extraneous debug output. =_=E. Behar
2018-07-07Remove extraneous debug outputE. Behar
2018-07-07Revert ShouldValidateEvan Behar
2018-07-07Expand validation to respect CIL placeholdersEvan Behar
2018-07-06Fix type==null caseE. Behar
2018-07-06Linux-compatible scope resolution in validatorEvan Behar
2018-07-06run new-day task synchronouslyJesse Plamondon-Willard
This avoids issues when mod events are called asynchronously (like IAssetLoaders loading PNG tilesheets on season change while the game is drawing).
2018-07-04bump versions for beta releaseJesse Plamondon-Willard
2018-07-04fix game freeze if the window loses focus while loadingJesse Plamondon-Willard
2018-07-03bump versions for beta releaseJesse Plamondon-Willard
2018-07-03fix missing manifest not marking mod invalid (#532)Jesse Plamondon-Willard