summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/ModLoading
AgeCommit message (Expand)Author
2019-09-14improve XNB mod and ignore file matchingJesse Plamondon-Willard
2019-09-14list all detected issues in trace logs for incompatible modsJesse Plamondon-Willard
2019-09-14add content pack translationsJesse Plamondon-Willard
2019-09-14remove deprecated APIs (#606)Jesse Plamondon-Willard
2019-03-16add support for suppressing warnings in mod DBJesse Plamondon-Willard
2019-02-24bump deprecation levels for upcoming SMAPI 3.0 release (#606)Jesse Plamondon-Willard
2019-02-07deprecate entry DLL with case-insensitive matchJesse Plamondon-Willard
2018-12-27mark structs readonlyJesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-12-06disable paranoid detection if paranoid warnings are disabledJesse Plamondon-Willard
2018-12-04add SMAPI 3.0 compatibility strict mode (#606)Jesse Plamondon-Willard
2018-11-18remove rewrite rules only used by mods that broke in SDV 1.3Jesse Plamondon-Willard
2018-11-04update mod compatibility page URLsJesse Plamondon-Willard
2018-11-04fix unit testsJesse Plamondon-Willard
2018-11-02add internal mod.HasID helper (#480)Jesse Plamondon-Willard
2018-10-27add support for ignored mod foldersJesse Plamondon-Willard
2018-10-08make duplicate-mod more intuitiveJesse Plamondon-Willard
2018-09-02only use valid update keys in update-check logic (#592)Jesse Plamondon-Willard
2018-08-31add paranoid warnings mode (#590)Jesse Plamondon-Willard
2018-08-19add display name field to ModFolder (#583)Jesse Plamondon-Willard
2018-08-19add recursive mod search (#583)Jesse Plamondon-Willard
2018-08-19move most SMAPI files into subfolder (#582)Jesse Plamondon-Willard
2018-08-18refactor some methods for reuse (#468)Jesse Plamondon-Willard
2018-08-04fixed false compat error when constructing multidimensional arraysJesse Plamondon-Willard
2018-07-09detect broken constructor referencesJesse Plamondon-Willard
2018-07-08rewrite TypeReference comparison to handle more edge cases, exit earlier if p...Jesse Plamondon-Willard
2018-07-08encapsulate type reference comparisonJesse Plamondon-Willard
2018-07-08encapsulate GetComparableTypeIDJesse Plamondon-Willard
2018-07-08fix new logic not applied to method return typesJesse Plamondon-Willard
2018-07-08Fix missing assignment.E. Behar
2018-07-07Remove another extraneous debug output. =_=E. Behar
2018-07-07Remove extraneous debug outputE. Behar
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-07-02fix 'missing assembly' errors raised for some .NET Framework types (#356)Jesse Plamondon-Willard
2018-07-01add game path to assembly definition resolution search paths for rare edge ca...Jesse Plamondon-Willard
2018-07-01fix assembly definition resolver not disposing loaded definitionsJesse Plamondon-Willard
2018-06-30move basic mod scanning into the toolkit (#532)Jesse Plamondon-Willard
2018-06-30detect broken assembly references not covered by a dependency, and flag as in...Jesse Plamondon-Willard
2018-06-30fix types getting rewritten unnecessarily if the source & target types have t...Jesse Plamondon-Willard
2018-06-27encapsulate mod DB a bit better for use outside SMAPI (#532)Jesse Plamondon-Willard
2018-06-27move mod DB parsing into toolkit (#532)Jesse Plamondon-Willard
2018-06-26fix update checks failing when some mods don't have a mod IDJesse Plamondon-Willard
2018-06-25dispose assembly data once mods are loadedJesse Plamondon-Willard
2018-06-24only rewrite type references if necessary (#532)Jesse Plamondon-Willard
2018-06-24move type match lambda up into TypeFinder (#532)Jesse Plamondon-Willard
2018-06-24merge IManifest interfaces into new project (#532)Jesse Plamondon-Willard
2018-06-24merge ISemanticVersion interfaces into new project (#532)Jesse Plamondon-Willard