Age | Commit message (Expand) | Author |
2021-03-04 | fix RewriteMods option ignored when rewriting mod for OS | Jesse Plamondon-Willard |
2021-02-28 | fix mods with suppressed warnings counted for showing the log section | Jesse Plamondon-Willard |
2021-01-23 | remove unused AlternativeUrl field in metadata model | Jesse Plamondon-Willard |
2021-01-15 | tweak recent changes, update release notes | Jesse Plamondon-Willard |
2021-01-15 | (feat) Disable Mod rewrites if requested | David Camp |
2020-12-29 | show details in TRACE logs when a mod is blocked by compatibility list | Jesse Plamondon-Willard |
2020-10-17 | fix error in heuristic rewriting | Jesse Plamondon-Willard |
2020-09-16 | prepare for release | Jesse Plamondon-Willard |
2020-09-16 | fix error when a mod rewrite adds instructions that break a short jump | Jesse Plamondon-Willard |
2020-09-05 | minor cleanup | Jesse Plamondon-Willard |
2020-09-04 | simplify error shown for duplicate mods | Jesse Plamondon-Willard |
2020-08-29 | format code | Jesse Plamondon-Willard |
2020-08-26 | add heuristic rewrite for field => const changes | Jesse Plamondon-Willard |
2020-08-26 | fix some broken field references not detected | 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-08-23 | move some console/logging logic out of SCore into a new LogManager | Jesse Plamondon-Willard |
2020-08-17 | Fix harmony attributes not workign cross-platform | spacechase0 |
2020-08-13 | remove experimental RewriteInParallel option | Jesse Plamondon-Willard |
2020-07-26 | use ordinal comparison/sorting instead of invariant | Jesse Plamondon-Willard |
2020-06-20 | make parallel rewriting optional | Jesse Plamondon-Willard |
2020-06-15 | temporarily restore Harmony 1.x support with compile flag (#711) | Jesse Plamondon-Willard |
2020-06-04 | fix thread safety issue in new parallel rewriting | Jesse Plamondon-Willard |
2020-06-04 | simplify parallel rewriting logic | Jesse Plamondon-Willard |
2020-06-04 | Bug fix: Provide seed to Aggregate op(for Sequence contains no elements excep... | ZaneYork |
2020-06-03 | stop rewriting module at first error | Jesse Plamondon-Willard |
2020-06-03 | tweak new code, add release note (#718) | Jesse Plamondon-Willard |
2020-06-03 | Remove take while op(does not return first none matched item) | ZaneYork |
2020-06-03 | Parallel exception aggregate fix | ZaneYork |
2020-06-02 | undo parallel loop (#716) | Jesse Plamondon-Willard |
2020-06-02 | 1.Multithread rewrite | ZaneYork |
2020-05-29 | Bug fix: make it possible for multi patch(When one patch replace an instructi... | ZaneYork |
2020-05-21 | rewrite Harmony.Patch method to allow non-implemented virtual methods (#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-21 | improve facade annotations | Jesse Plamondon-Willard |
2020-05-21 | fix AccessTools facade constructor logic (#711) | Jesse Plamondon-Willard |
2020-05-21 | load .pdb file when mod is loaded from bytes (#711) | Jesse Plamondon-Willard |
2020-05-21 | rewrite method overrides (#711) | Jesse Plamondon-Willard |
2020-05-20 | Merge branch 'mod/harmony-2.0' into develop | Jesse Plamondon-Willard |
2020-05-20 | fix error-handling when patch is called with a null target method (#711) | Jesse Plamondon-Willard |
2020-05-20 | rewrite renamed 'prioritiy' field (#711) | Jesse Plamondon-Willard |
2020-05-20 | rewrite base types & interfaces (#711) | Jesse Plamondon-Willard |