Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-23 | add watcher names to simplify troubleshooting | Jesse Plamondon-Willard | |
2022-05-23 | fix nullable annotations in NetListWatcher | Jesse Plamondon-Willard | |
2022-05-23 | use <inheritdoc/> in watchers | Jesse Plamondon-Willard | |
2022-04-13 | enable nullable annotations in the rest of SMAPI core (#837) | Jesse Plamondon-Willard | |
2022-04-13 | enable nullable annotations in SMAPI where no logic changes are needed (#837) | Jesse Plamondon-Willard | |
2022-04-13 | enable nullable annotations in SMAPI where no changes are needed (#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 | use target-typed new | Jesse Plamondon-Willard | |
2022-02-11 | use Array.Empty to avoid unneeded array allocations | Jesse Plamondon-Willard | |
2021-05-26 | Add `World.FurnitureListChanged` event | DiscipleOfEris | |
Create a new event available to SMAPI mods to track furniture changes. To facilitate the event, a `FurnitureListChangedEventArgs` class is added as well. Fixes #778 | |||
2020-12-23 | fix world events not raised for volcano levels | Jesse Plamondon-Willard | |
2020-08-23 | minor cleanup | Jesse Plamondon-Willard | |
2020-01-01 | unify item diff logic for players & chests | Jesse Plamondon-Willard | |
2020-01-01 | fix NetList watcher not handling array replacement and conflicting changes ↵ | Jesse Plamondon-Willard | |
correctly | |||
2020-01-01 | fix location snapshot not updated for removed chests | Jesse Plamondon-Willard | |
2020-01-01 | optimize chest watchers using net events | Jesse Plamondon-Willard | |
2019-12-31 | minor refactoring | Jesse Plamondon-Willard | |
2019-12-31 | Finished chest events | wartech0 | |
2019-12-31 | reworking chest event handler | wartech0 | |
2019-12-31 | minor refactoring | Jesse Plamondon-Willard | |
This commit... - removes key fields added to non-keyed types like NetListWatcher and SnapshotListDiff; - fixes existing chests not being watched; - fixes diffs not correctly updated for added/removed chests; - performs minor cleanup, adds missing docs, etc. | |||
2019-12-31 | Added the new ChestItemChanged event. | wartech0 | |
2019-12-30 | fix ObservableCollection watcher not handling list reset (#685) | Jesse Plamondon-Willard | |
2019-09-14 | add immutable collection watcher | Jesse Plamondon-Willard | |
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2019-09-14 | decouple updating watchers & raising event to fix some mod changes not being ↵ | Jesse Plamondon-Willard | |
tracked correctly (#648) | |||
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-12-07 | fix crash when constucting buildings that have an interior | Jesse Plamondon-Willard | |
2018-12-04 | cleanup, add release note | Jesse Plamondon-Willard | |
2018-12-04 | fix world events in the mines (#603) | Jesse Plamondon-Willard | |
2018-10-08 | add more events (#310) | Jesse Plamondon-Willard | |
2018-09-21 | fix crash when mods add an invalid location with no name | Jesse Plamondon-Willard | |
2018-08-22 | update for Stardew Valley 1.3.29 beta (#585) | Jesse Plamondon-Willard | |
2018-06-10 | add debris list changed event (#310) | Jesse Plamondon-Willard | |
2018-06-10 | create watcher core (#310) | Jesse Plamondon-Willard | |
2018-06-01 | add large terrain feature list changed event (#310) | Jesse Plamondon-Willard | |
2018-06-01 | add NPC list changed event (#310) | Jesse Plamondon-Willard | |
2018-06-01 | add terrain feature list changed event (#310) | Jesse Plamondon-Willard | |
2018-05-16 | update for Stardew Valley 1.3.11 (#521) | Jesse Plamondon-Willard | |
2018-05-05 | rewrite location events for multiplayer | Jesse Plamondon-Willard | |
2018-05-04 | add LocationEvents.ObjectsChanged event | Jesse Plamondon-Willard | |
2018-04-27 | remove alias no longer needed in SDV 1.3 (#453) | Jesse Plamondon-Willard | |
2018-04-25 | update for SDV 1.3.0.38 (#453) | Jesse Plamondon-Willard | |
2018-04-21 | rewrite world/player state tracking (#453) | Jesse Plamondon-Willard | |