Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-28 | defer weapon data parsing until needed, handle invalid formats | Jesse Plamondon-Willard | |
2022-12-07 | Replaced slingshot ID check with Type check. | DaLion | |
2022-07-06 | update code annotations | Jesse Plamondon-Willard | |
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 | |
2022-04-06 | simplify with newer pattern features | Jesse Plamondon-Willard | |
2022-04-06 | use target-typed new | Jesse Plamondon-Willard | |
2022-01-29 | fix item repo's handling of Journal Scraps and Secret Notes | Jesse Plamondon-Willard | |
2022-01-29 | move item repo secret note + flavored object logic into methods | Jesse Plamondon-Willard | |
2021-05-17 | add support for filtering the item repo | Jesse Plamondon-Willard | |
This isn't used by SMAPI itself, but is used by some mods like Lookup Anything that copy this code. | |||
2021-05-17 | fix some vanilla shirts not returned by item repo | Jesse Plamondon-Willard | |
2020-12-20 | update for item changes | Jesse Plamondon-Willard | |
2020-10-30 | apply fish pond rules for roe spawning | Jesse Plamondon-Willard | |
2020-10-28 | fix a captured loop variable | Jesse Plamondon-Willard | |
2020-10-24 | add character-customization-only shirts to item repo | Jesse Plamondon-Willard | |
2020-10-24 | update item repo to allow creating instances later | Jesse Plamondon-Willard | |
2020-07-17 | add item repository fixes from CJB Cheats Menu code | Jesse Plamondon-Willard | |
2020-03-22 | fix player_add error if the player has broken XNB mods | Jesse Plamondon-Willard | |
2019-12-22 | update item spawning code, detect ring type automatically to support custom ↵ | Jesse Plamondon-Willard | |
rings, minor refactor | |||
2019-12-21 | Fixed the ring issue and flooring | Mizzion | |
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-24 | add roe spawning (#638) | Jesse Plamondon-Willard | |
2019-10-29 | update for honey changes in SDV 1.4 (#638) | Jesse Plamondon-Willard | |
2019-10-29 | make item spawn commands more robust | Jesse Plamondon-Willard | |
2019-09-14 | update code for SDV 1.4 (#638) | Jesse Plamondon-Willard | |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-11-25 | fix Console Commands' handling of tool upgrade levels for item commands | Jesse Plamondon-Willard | |
2018-08-06 | fix ConsoleCommands item search code | Jesse Plamondon-Willard | |
2018-06-20 | fix list_items and player_add commands not handling secret notes | Jesse Plamondon-Willard | |
2018-04-11 | drop support for Stardew Valley 1.2 (#453) | Jesse Plamondon-Willard | |
2018-03-11 | add initial compatibility with Stardew Valley 1.3 (#453) | Jesse Plamondon-Willard | |
2017-10-27 | rename TrainerMod to Console Commands to clarify purpose | Jesse Plamondon-Willard | |