Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-13 | enable nullable annotations in the rest of SMAPI core (#837) | Jesse Plamondon-Willard | |
2022-04-13 | enable nullable annotations in SMAPI where no logic changes are needed (#837) | Jesse Plamondon-Willard | |
2022-04-13 | enable nullable annotations in SMAPI where no changes are needed (#837) | Jesse Plamondon-Willard | |
2022-04-06 | enable nullable annotations by default (#837) | Jesse Plamondon-Willard | |
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally. | |||
2022-04-06 | simplify with newer pattern features | Jesse Plamondon-Willard | |
2022-04-06 | simplify 'is not' patterns | Jesse Plamondon-Willard | |
2022-01-16 | merge field rewriters to reduce rewrite iterations | Jesse Plamondon-Willard | |
2021-09-02 | fix build errors on Linux | Jesse Plamondon-Willard | |
2021-09-01 | reduce unneeded operations when scanning/rewriting mod DLLs | Jesse Plamondon-Willard | |
2021-09-01 | tweak new code | Jesse Plamondon-Willard | |
2021-09-01 | Rewrite 32-bit assemblies for 64-bit | Chase Warrington | |
2021-07-28 | fix rewritten Harmony 1.x code not raising 'detected game patch' flag (#711) | Jesse Plamondon-Willard | |
2021-07-26 | fix rewriting for Harmony ExceptionBlock type (#711) | Jesse Plamondon-Willard | |
2021-07-23 | remove now-unneeded Mono.Cecil aliases (#711) | Jesse Plamondon-Willard | |
2021-07-13 | migrate to Harmony 2.1 (#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-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 | |
Thanks to Bepis on Discord for helping find the issue! | |||
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 | |
This reduces duplication, decouples it from the assembly loader, and makes it more flexible to handle Harmony rewriting. | |||
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 ↵ | Jesse Plamondon-Willard | |
the same full name (#556) | |||
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 | |