summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/ModLoading/Finders
AgeCommit message (Expand)Author
2020-08-26remove now-unused instruction replace callbackJesse Plamondon-Willard
2020-08-25use inheritdoc in rewritersJesse Plamondon-Willard
2020-05-19rewrite assembly rewriting, merge Harmony rewriters (#711)Jesse Plamondon-Willard
2020-05-06add base instruction handler (#711)Jesse Plamondon-Willard
2020-05-05add Harmony 2.0 rewriters (#711)Jesse Plamondon-Willard
2020-05-05rename files for upcoming change (#711)Jesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14list all detected issues in trace logs for incompatible modsJesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-08-04fixed false compat error when constructing multidimensional arraysJesse Plamondon-Willard
2018-07-09detect broken constructor referencesJesse Plamondon-Willard
2018-07-08encapsulate GetComparableTypeIDJesse Plamondon-Willard
2018-07-08fix new logic not applied to method return typesJesse Plamondon-Willard
2018-07-07Revert ShouldValidateEvan Behar
2018-07-07Expand validation to respect CIL placeholdersEvan Behar
2018-07-06Fix type==null caseE. Behar
2018-07-06Linux-compatible scope resolution in validatorEvan Behar
2018-06-24move type match lambda up into TypeFinder (#532)Jesse Plamondon-Willard
2018-04-19detect broken references to methods which changed generic return type (#453)Jesse Plamondon-Willard
2018-04-18detect broken references to fields which changed generic type (#453)Jesse Plamondon-Willard
2018-03-05fix compatibility heuristics incorrectly flagging mods with missing optional ...Jesse Plamondon-Willard
2018-03-04fix false broken-code detection when referencing a generic type (#453)Jesse Plamondon-Willard
2018-03-04fix misplaced file (#453)Jesse Plamondon-Willard
2018-03-03automatically detect broken code (#453)Jesse Plamondon-Willard
2017-10-07reorganise repo structureJesse Plamondon-Willard