summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Framework
AgeCommit message (Expand)Author
2017-04-27simplify exception summary codeJesse Plamondon-Willard
2017-04-26revamp 'exit immediately' to abort ongoing SMAPI tasksJesse Plamondon-Willard
2017-04-26optimise console interception for the way Stardew Valley logs messagesJesse Plamondon-Willard
2017-04-26handle edge case in JSON file read/write codeJesse Plamondon-Willard
2017-04-26add editorconfig, minor style fixesJesse Plamondon-Willard
2017-04-24remove new manifest field for minimum game version (#264)Jesse Plamondon-Willard
2017-04-24update for SDV 1.2 non-beta releaseJesse Plamondon-Willard
2017-04-23minor cleanupJesse Plamondon-Willard
2017-04-23revamp startup process (#265)Jesse Plamondon-Willard
2017-04-23let mods specify a minimum game version in their manifest.json (#264)Jesse Plamondon-Willard
2017-04-23unify SMAPI versions for SDV 1.11 and 1.2 using compile switches where needed...Jesse Plamondon-Willard
2017-04-23Merge branch for Stardew Valley 1.2 beta into developJesse Plamondon-Willard
2017-04-23fix monitor.ExitGameImmediately not working correctlyJesse Plamondon-Willard
2017-04-23minor cleanupJesse Plamondon-Willard
2017-04-23remove Initialize/LoadContent overrides & deprecate related events (#265)Jesse Plamondon-Willard
2017-04-22fix mouse-changed event never updating prior mouse positionJesse Plamondon-Willard
2017-04-05unbackport for SDV 1.2 branch (#258)Jesse Plamondon-Willard
2017-03-30backport SMAPI 1.9 to Stardew Valley 1.11 (#258)Jesse Plamondon-Willard
2017-03-26add support for rewriting method definitions (#254)Jesse Plamondon-Willard
2017-03-26merge CIL finders & rewriters into one interface (#254)Jesse Plamondon-Willard
2017-03-26allow multiple rewriters to change the same CIL instruction (#254)Jesse Plamondon-Willard
2017-03-14let players override SMAPI incompatible-code detection if neededJesse Plamondon-Willard
2017-03-14revert all projects except installer to .NET Framework 4.5Jesse Plamondon-Willard
2017-03-14downgrade to .NET Framework 4.0 for better compatibility on Windows 7–8.1Jesse Plamondon-Willard
2017-03-14refactor SGame a bit now that it's internalJesse Plamondon-Willard
2017-03-12remove unused IConfigFile (#238)Jesse Plamondon-Willard
2017-03-12simplify & optimise instruction searching a bit (#247)Jesse Plamondon-Willard
2017-03-12add logic to detect incompatible mod instructions & reject mod load (#247)Jesse Plamondon-Willard
2017-03-12log rewritten instructions (#247)Jesse Plamondon-Willard
2017-03-12split IInstructionFinder from IInstructionRewriter (#247)Jesse Plamondon-Willard
2017-03-11fix SaveEvents.AfterLoad being raised during the new-game intro before the pl...Jesse Plamondon-Willard
2017-03-10fix SMAPI not correctly detecting cached assets if they were translated (#173)Jesse Plamondon-Willard
2017-03-10rename content event for consistency, simplify usage (#173)Jesse Plamondon-Willard
2017-03-10extend base content helper to support null content (#173)Jesse Plamondon-Willard
2017-03-10move generic content properties & methods into separate interface (#173)Jesse Plamondon-Willard
2017-03-08use consistent dict helper method naming (#173)Jesse Plamondon-Willard
2017-03-08add dict content helper method to replace values based on a lambda (#173)Jesse Plamondon-Willard
2017-03-08add dictionary/image content helpers for more intuitive usage (#173)Jesse Plamondon-Willard
2017-03-03add content language changed event (#243)Jesse Plamondon-Willard
2017-03-03add texture patching to content events (#173)Jesse Plamondon-Willard
2017-03-03fix mods running code concurrently with a SDV 1.2+ background taskJesse Plamondon-Willard
2017-03-01update draw code for SDV 1.2.13 (#231)Jesse Plamondon-Willard
2017-03-01deprecate `IConfigFile` (#238)Jesse Plamondon-Willard
2017-03-01update content manager code for SDV 1.2.11 (#173)Jesse Plamondon-Willard
2017-02-25fix handling of localised XNB files (#173)Jesse Plamondon-Willard
2017-02-25improve asset key normalisation (#173)Jesse Plamondon-Willard
2017-02-25fix current path not being normalised in path checks (#173)Jesse Plamondon-Willard
2017-02-25add prototype content event + helper to manipulate XNB data (#173)Jesse Plamondon-Willard
2017-02-24add release note, fix docblockJesse Plamondon-Willard
2017-02-24fix content manager compatibility with MonoGame (#173)Jesse Plamondon-Willard