summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands/Framework/ItemRepository.cs
AgeCommit message (Collapse)Author
2022-12-28defer weapon data parsing until needed, handle invalid formatsJesse Plamondon-Willard
2022-12-07Replaced slingshot ID check with Type check.DaLion
2022-07-06update code annotationsJesse Plamondon-Willard
2022-04-13enable nullable annotations in bundled mods (#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-06simplify with newer pattern featuresJesse Plamondon-Willard
2022-04-06use target-typed newJesse Plamondon-Willard
2022-01-29fix item repo's handling of Journal Scraps and Secret NotesJesse Plamondon-Willard
2022-01-29move item repo secret note + flavored object logic into methodsJesse Plamondon-Willard
2021-05-17add support for filtering the item repoJesse Plamondon-Willard
This isn't used by SMAPI itself, but is used by some mods like Lookup Anything that copy this code.
2021-05-17fix some vanilla shirts not returned by item repoJesse Plamondon-Willard
2020-12-20update for item changesJesse Plamondon-Willard
2020-10-30apply fish pond rules for roe spawningJesse Plamondon-Willard
2020-10-28fix a captured loop variableJesse Plamondon-Willard
2020-10-24add character-customization-only shirts to item repoJesse Plamondon-Willard
2020-10-24update item repo to allow creating instances laterJesse Plamondon-Willard
2020-07-17add item repository fixes from CJB Cheats Menu codeJesse Plamondon-Willard
2020-03-22fix player_add error if the player has broken XNB modsJesse Plamondon-Willard
2019-12-22update item spawning code, detect ring type automatically to support custom ↵Jesse Plamondon-Willard
rings, minor refactor
2019-12-21Fixed the ring issue and flooringMizzion
Fixed the same issues that CJB Item Spawner had related to the rings and floors. (Sorry for the delay Christmas preparation is taking up most of my time).
2019-11-24add roe spawning (#638)Jesse Plamondon-Willard
2019-10-29update for honey changes in SDV 1.4 (#638)Jesse Plamondon-Willard
2019-10-29make item spawn commands more robustJesse Plamondon-Willard
2019-09-14update code for SDV 1.4 (#638)Jesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-11-25fix Console Commands' handling of tool upgrade levels for item commandsJesse Plamondon-Willard
2018-08-06fix ConsoleCommands item search codeJesse Plamondon-Willard
2018-06-20fix list_items and player_add commands not handling secret notesJesse Plamondon-Willard
2018-04-11drop support for Stardew Valley 1.2 (#453)Jesse Plamondon-Willard
2018-03-11add initial compatibility with Stardew Valley 1.3 (#453)Jesse Plamondon-Willard
2017-10-27rename TrainerMod to Console Commands to clarify purposeJesse Plamondon-Willard