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
/
Framework
/
AssemblyLoader.cs
Age
Commit message (
Expand
)
Author
2017-04-23
minor cleanup
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-26
allow multiple rewriters to change the same CIL instruction (#254)
Jesse Plamondon-Willard
2017-03-14
let players override SMAPI incompatible-code detection if needed
Jesse Plamondon-Willard
2017-03-12
simplify & optimise instruction searching a bit (#247)
Jesse Plamondon-Willard
2017-03-12
add logic to detect incompatible mod instructions & reject mod load (#247)
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-17
fix issue where mod dependencies overrode SMAPI dependencies
Jesse Plamondon-Willard
2017-02-09
remove Mono.Cecil.Rocks (#231)
Jesse Plamondon-Willard
2017-02-09
generalise CIL rewriters for reuse (#231)
Jesse Plamondon-Willard
2017-02-03
only read assembly from memory if it was rewritten (#229)
Jesse Plamondon-Willard
2017-02-03
fix documentation issues
Jesse Plamondon-Willard
2017-02-02
rewrite mod assembly loading (#229)
Jesse Plamondon-Willard