summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/ModRegistry.cs
AgeCommit message (Collapse)Author
2022-05-15reduce performance impact of deprecation warningsJesse Plamondon-Willard
Creating a stack is *very* slow, so it should be avoided if possible until after the duplicate-warning check.
2022-04-16use specified nullability in reflection API (#837)Jesse Plamondon-Willard
2022-04-14show simplified stack trace for deprecation noticesJesse Plamondon-Willard
2022-04-13enable nullable annotations in SMAPI where no logic changes are needed (#837)Jesse Plamondon-Willard
2022-04-06enable 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-06remove some unused/redundant codeJesse Plamondon-Willard
2022-04-06use target-typed newJesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-02-07fix 'unknown mod' deprecation warnings when they occur in the Mod constructorJesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-11-16fix content packs always failing to load if they declare a dependency on a ↵Jesse Plamondon-Willard
SMAPI mod
2018-11-02add internal mod.HasID helper (#480)Jesse Plamondon-Willard
2018-02-17add content pack feature (#436)Jesse Plamondon-Willard
2017-12-12block access to mod-provided APIs until all mods are initialised (#409)Jesse Plamondon-Willard
2017-12-11generalise internal mod registry (#409)Jesse Plamondon-Willard
2017-10-07reorganise repo structureJesse Plamondon-Willard