| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-13 | enable nullable annotations in SMAPI where no logic 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. | |||
| 2021-09-01 | reduce unneeded operations when scanning/rewriting mod DLLs | Jesse Plamondon-Willard | |
| 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 | |
