Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-13 | enable nullable annotations in bundled mods (#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. | |||
2022-04-06 | remove some unused/redundant code | Jesse Plamondon-Willard | |
2020-10-28 | add SearchableItem copy constructor | Jesse Plamondon-Willard | |
This is for convenience in mods which copy this code; SMAPI itself doesn't use it. | |||
2020-10-24 | update item repo to allow creating instances later | Jesse Plamondon-Willard | |
2020-07-26 | use ordinal comparison/sorting instead of invariant | Jesse Plamondon-Willard | |
2018-04-25 | update release notes, refactor a bit (#474) | Jesse Plamondon-Willard | |
2017-10-27 | rename TrainerMod to Console Commands to clarify purpose | Jesse Plamondon-Willard | |