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
/
Finders
Age
Commit message (
Expand
)
Author
2017-03-26
fix type finder not matching generic type parameters (#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
drop 'generic' prefix for rewriters since they're all generic now
Jesse Plamondon-Willard
2017-03-12
add incompatibility finders for events removed in SMAPI 1.9 (#247)
Jesse Plamondon-Willard
2017-03-12
replace individual instruction finders with generic implementations (#247)
Jesse Plamondon-Willard
2017-03-12
reject mods which reference obsolete SGame class (#247)
Jesse Plamondon-Willard
2017-03-12
reject mods which reference obsolete Game1.borderFont and Game1.smoothFont fi...
Jesse Plamondon-Willard
2017-03-12
reject mods which reference obsolete StardewModdingAPI.Extensions class (#247)
Jesse Plamondon-Willard