Age | Commit message (Expand) | Author |
2020-10-17 | fix error in heuristic rewriting | Jesse Plamondon-Willard |
2020-08-26 | add heuristic rewrite for field => const changes | Jesse Plamondon-Willard |
2020-08-26 | rename new heuristic rewriters for clarity | Jesse Plamondon-Willard |
2020-08-26 | remove now-unused instruction replace callback | Jesse Plamondon-Willard |
2020-08-26 | fix InvalidProgramException when replacing CIL instructions in some cases | Jesse Plamondon-Willard |
2020-08-25 | use inheritdoc in rewriters | Jesse Plamondon-Willard |
2020-08-25 | fix some method references only partially rewritten | Jesse Plamondon-Willard |
2020-08-25 | fix missing-parameter rewriter not loading default values onto stack | Jesse Plamondon-Willard |
2020-08-24 | add rewriter for method references with missing optional parameters | Jesse Plamondon-Willard |
2020-08-24 | support mapping fields to a different type in FieldReplaceRewriter | Jesse Plamondon-Willard |
2020-08-24 | add heuristic field-to-property rewriter | Jesse Plamondon-Willard |
2020-06-15 | temporarily restore Harmony 1.x support with compile flag (#711) | Jesse Plamondon-Willard |
2020-05-21 | rewrite HarmonyMethod to allow null (#711) | Jesse Plamondon-Willard |
2020-05-21 | rename facade classes | Jesse Plamondon-Willard |
2020-05-20 | rewrite renamed 'prioritiy' field (#711) | Jesse Plamondon-Willard |
2020-05-19 | rewrite assembly rewriting, merge Harmony rewriters (#711) | Jesse Plamondon-Willard |
2020-05-10 | rewrite AccessTools methods which changed in Harmony 2.0 (#711) | Jesse Plamondon-Willard |
2020-05-06 | add base instruction handler (#711) | Jesse Plamondon-Willard |
2020-05-05 | combine Harmony 1.x rewrite logs (#711) | Jesse Plamondon-Willard |
2020-05-05 | add Harmony 2.0 rewriters (#711) | Jesse Plamondon-Willard |
2020-05-05 | rename files for upcoming change (#711) | Jesse Plamondon-Willard |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard |
2018-11-18 | remove rewrite rules only used by mods that broke in SDV 1.3 | Jesse Plamondon-Willard |
2018-06-30 | fix types getting rewritten unnecessarily if the source & target types have t... | Jesse Plamondon-Willard |
2018-06-24 | only rewrite type references if necessary (#532) | Jesse Plamondon-Willard |
2018-06-24 | move type match lambda up into TypeFinder (#532) | Jesse Plamondon-Willard |
2018-06-24 | merge ISemanticVersion interfaces into new project (#532) | Jesse Plamondon-Willard |
2018-06-24 | update to Mono.Cecil 0.10 | Jesse Plamondon-Willard |
2018-03-11 | update rewriters for Stardew Valley 1.3 (#453) | Jesse Plamondon-Willard |
2018-03-04 | fix misplaced file (#453) | Jesse Plamondon-Willard |
2018-03-03 | automatically detect broken code (#453) | Jesse Plamondon-Willard |
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard |