summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.AssemblyRewriters
AgeCommit message (Expand)Author
2017-03-26add type reference rewriter (#254)Jesse Plamondon-Willard
2017-03-26fix type finder not matching generic type parameters (#254)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-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-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-12add incompatibility finders for events removed in SMAPI 1.9 (#247)Jesse Plamondon-Willard
2017-03-12replace individual instruction finders with generic implementations (#247)Jesse Plamondon-Willard
2017-03-12reject mods which reference obsolete SGame class (#247)Jesse Plamondon-Willard
2017-03-12reject mods which reference obsolete Game1.borderFont and Game1.smoothFont fi...Jesse Plamondon-Willard
2017-03-12reject mods which reference obsolete StardewModdingAPI.Extensions class (#247)Jesse Plamondon-Willard
2017-03-12log rewritten instructions (#247)Jesse Plamondon-Willard
2017-03-12split IInstructionFinder from IInstructionRewriter (#247)Jesse Plamondon-Willard
2017-02-10remove leftover references to Mono.Cecil.Rocks (#231)Jesse Plamondon-Willard
2017-02-09add field rewriter for the `Game1.gameMode` change in SDV 1.2 (#231)Jesse Plamondon-Willard
2017-02-09add field rewriter for the `Game1.player` change in SDV 1.2 (#231)Jesse Plamondon-Willard
2017-02-09reorganise rewriters (#231)Jesse Plamondon-Willard
2017-02-09add field rewriter for the `Game1.activeClickableMenu` change in SDV 1.2 (#231)Jesse Plamondon-Willard
2017-02-09further generalise CIL rewriters for reuse (#231)Jesse Plamondon-Willard
2017-02-09generalise CIL rewriters for reuse (#231)Jesse Plamondon-Willard
2017-02-03fix documentation issuesJesse Plamondon-Willard
2016-12-07rename .targets file to better reflect contents, add to installer projectJesse Plamondon-Willard
2016-11-29rewrite SpriteBatch.Begin calls for compatibility (#166)Jesse Plamondon-Willard
2016-11-29add framework for rewriting incompatible methods (#166)Jesse Plamondon-Willard
2016-11-29add separate project to support upcoming IL rewriting (#166)Jesse Plamondon-Willard