Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-23 | remove now-unneeded Mono.Cecil aliases (#711) | Jesse Plamondon-Willard | |
2021-07-11 | alias Mono.Cecil references (#711) | Jesse Plamondon-Willard | |
This is needed to migrate to Harmony 2.0 because it uses MonoMod, which has a copy of Mono.Cecil merged into its assembly, which leads to "type X exists in both 0Harmony.dll and Mono.Cecil.dll" errors. We can't use the version bundled with MonoMod since only some of the types are publicly accessible. | |||
2020-09-05 | minor cleanup | Jesse Plamondon-Willard | |
2020-08-26 | fix some broken field references not detected | Jesse Plamondon-Willard | |
2020-08-26 | remove now-unused instruction replace callback | Jesse Plamondon-Willard | |
2020-08-25 | use inheritdoc in rewriters | Jesse Plamondon-Willard | |
2020-05-19 | rewrite assembly rewriting, merge Harmony rewriters (#711) | Jesse Plamondon-Willard | |
This reduces duplication, decouples it from the assembly loader, and makes it more flexible to handle Harmony rewriting. | |||
2020-05-06 | add base instruction handler (#711) | Jesse Plamondon-Willard | |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-07-09 | detect broken constructor references | Jesse Plamondon-Willard | |
2018-03-05 | fix compatibility heuristics incorrectly flagging mods with missing optional ↵ | Jesse Plamondon-Willard | |
references (#453) | |||
2018-03-03 | automatically detect broken code (#453) | Jesse Plamondon-Willard | |