summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-25minor cleanupJesse Plamondon-Willard
2017-03-25simplify CIL rewriter hierarchyJesse Plamondon-Willard
2017-03-25rewrite removed font references for compatibilityJesse Plamondon-Willard
2017-03-25drop 'generic' prefix for rewriters since they're all generic nowJesse Plamondon-Willard
2017-03-25replace field-to-property rewriters with a generic rewriterJesse Plamondon-Willard
2017-03-25replace SpriteBatch rewriter with a generic method mapperJesse Plamondon-Willard
2017-03-16add another default game path for LinuxJesse Plamondon-Willard
Thanks to ShneekeyTheLost on the Stardew Valley forums.
2017-03-16add inline documentation to StardewModdingAPI.config.json fileJesse Plamondon-Willard
2017-03-16validate XNA 4.0+ is installed on Windows in SMAPI installerJesse Plamondon-Willard
2017-03-16polish release notesJesse Plamondon-Willard
2017-03-14let players override SMAPI incompatible-code detection if neededJesse Plamondon-Willard
2017-03-14remove unofficial patch for Chest Label System (no longer available)Jesse Plamondon-Willard
2017-03-14validate .NET Framework 4.5+ is installed on Windows in SMAPI installerJesse Plamondon-Willard
2017-03-14revert all projects except installer to .NET Framework 4.5Jesse Plamondon-Willard
This caused obscure invalid-IL crashes when compiled through MonoDevelop on Linux.
2017-03-14avoid C# 7 until MonoDevelop supports itJesse Plamondon-Willard
2017-03-14use default C# version instead of specifying versionJesse Plamondon-Willard
2017-03-14clarify incompatible mods config in readmeJesse Plamondon-Willard
2017-03-14add 'what is SMAPI?' section to readme, update Discord linkJesse Plamondon-Willard
2017-03-14downgrade to .NET Framework 4.0 for better compatibility on Windows 7–8.1Jesse Plamondon-Willard
2017-03-14simplify TrainerMod int parsing with C# 7 out variablesJesse Plamondon-Willard
2017-03-14refactor SGame a bit now that it's internalJesse Plamondon-Willard
2017-03-12update readmeJesse Plamondon-Willard
2017-03-12bump minimum game versionJesse Plamondon-Willard
2017-03-12disable experimental content event for upcoming 1.9 release (#173)Jesse Plamondon-Willard
2017-03-12remove unused IConfigFile (#238)Jesse Plamondon-Willard
2017-03-12update incompatibility record for Better SprinklersJesse Plamondon-Willard
2017-03-12add release notes for compatibility finders (#247)Jesse Plamondon-Willard
2017-03-12add incompatibility finders for events removed in SMAPI 1.9 (#247)Jesse Plamondon-Willard
2017-03-12add several incompatibility finders for SMAPI 1.9 and SDV 1.2 (#247)Jesse Plamondon-Willard
2017-03-12replace individual instruction finders with generic implementations (#247)Jesse Plamondon-Willard
2017-03-12simplify & optimise instruction searching a bit (#247)Jesse Plamondon-Willard
2017-03-12reject mods which reference obsolete SGame class (#247)Jesse Plamondon-Willard
2017-03-12simplify access to game's Program classJesse Plamondon-Willard
Stardew Valley 1.2.15 made the class public, so we no longer need reflection to access it.
2017-03-12reject mods which reference obsolete Game1.borderFont and Game1.smoothFont ↵Jesse Plamondon-Willard
fields (#247)
2017-03-12reject mods which reference obsolete StardewModdingAPI.Extensions class (#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 ↵Jesse Plamondon-Willard
player is initialised
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-08update old instructions about resetting config fileJesse 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-04fix game window no longer showing SMAPI versionJesse Plamondon-Willard