summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/StateTracking/Snapshots
AgeCommit message (Collapse)Author
2020-08-23minor cleanupJesse Plamondon-Willard
2020-01-01unify item diff logic for players & chestsJesse Plamondon-Willard
2020-01-01fix location snapshot not updated for removed chestsJesse Plamondon-Willard
2019-12-31minor refactoringJesse Plamondon-Willard
2019-12-31Finished chest eventswartech0
2019-12-31reworking chest event handlerwartech0
2019-12-31minor refactoringJesse 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-31Added the new ChestItemChanged event.wartech0
2019-09-14decouple updating watchers & raising event to fix some mod changes not being ↵Jesse Plamondon-Willard
tracked correctly (#648)