index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
StardewModdingAPI.AssemblyRewriters
/
Rewriters
Age
Commit message (
Expand
)
Author
2017-03-26
add type reference rewriter (#254)
Jesse Plamondon-Willard
2017-03-26
add support for rewriting method definitions (#254)
Jesse Plamondon-Willard
2017-03-26
merge CIL finders & rewriters into one interface (#254)
Jesse Plamondon-Willard
2017-03-25
minor cleanup
Jesse Plamondon-Willard
2017-03-25
simplify CIL rewriter hierarchy
Jesse Plamondon-Willard
2017-03-25
rewrite removed font references for compatibility
Jesse Plamondon-Willard
2017-03-25
drop 'generic' prefix for rewriters since they're all generic now
Jesse Plamondon-Willard
2017-03-25
replace field-to-property rewriters with a generic rewriter
Jesse Plamondon-Willard
2017-03-25
replace SpriteBatch rewriter with a generic method mapper
Jesse Plamondon-Willard
2017-03-12
reject mods which reference obsolete Game1.borderFont and Game1.smoothFont fi...
Jesse Plamondon-Willard
2017-03-12
log rewritten instructions (#247)
Jesse Plamondon-Willard
2017-03-12
split IInstructionFinder from IInstructionRewriter (#247)
Jesse Plamondon-Willard
2017-02-09
add field rewriter for the `Game1.gameMode` change in SDV 1.2 (#231)
Jesse Plamondon-Willard
2017-02-09
add field rewriter for the `Game1.player` change in SDV 1.2 (#231)
Jesse Plamondon-Willard
2017-02-09
reorganise rewriters (#231)
Jesse Plamondon-Willard
2017-02-09
add field rewriter for the `Game1.activeClickableMenu` change in SDV 1.2 (#231)
Jesse Plamondon-Willard
2017-02-09
further generalise CIL rewriters for reuse (#231)
Jesse Plamondon-Willard
2017-02-09
generalise CIL rewriters for reuse (#231)
Jesse Plamondon-Willard
2016-11-29
rewrite SpriteBatch.Begin calls for compatibility (#166)
Jesse Plamondon-Willard