summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.AssemblyRewriters/Framework
AgeCommit message (Collapse)Author
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 ↵Jesse Plamondon-Willard
fields (#247)
2017-03-12log rewritten instructions (#247)Jesse Plamondon-Willard
2017-03-12split IInstructionFinder from IInstructionRewriter (#247)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