summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/ModLoading/Rewriters/StaticFieldToConstantRewriter.cs
AgeCommit message (Collapse)Author
2020-08-26add heuristic rewrite for field => const changesJesse Plamondon-Willard
2020-08-26remove now-unused instruction replace callbackJesse Plamondon-Willard
2020-08-26fix InvalidProgramException when replacing CIL instructions in some casesJesse Plamondon-Willard
2020-08-25use inheritdoc in rewritersJesse Plamondon-Willard
2020-05-19rewrite 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.
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-03-11update rewriters for Stardew Valley 1.3 (#453)Jesse Plamondon-Willard