summaryrefslogtreecommitdiff
path: root/src/SMAPI/Metadata
AgeCommit message (Collapse)Author
2020-01-12remove invalid-schedule error which can have false positives (e.g. when NPC ↵Jesse Plamondon-Willard
is married to a player)
2020-01-12fix asset propagation for player sprites not affecting other players or ↵Jesse Plamondon-Willard
recolor maps
2019-12-22add asset propagation for winter flooring (#679)Jesse Plamondon-Willard
2019-12-20fix typo in asset propagationJesse Plamondon-Willard
2019-12-20add console warning in paranoid modeJesse Plamondon-Willard
2019-12-15fix overeager asset propagation for bundlesJesse Plamondon-Willard
2019-12-14add asset propagation for bundlesJesse Plamondon-Willard
2019-12-14refactor cache invalidation & propagation to allow for future optimizationsJesse Plamondon-Willard
2019-12-08use GetLocations logic more consistently in asset propagationJesse Plamondon-Willard
2019-12-08add asset propagation for grass texturesJesse Plamondon-Willard
2019-11-24update movie data propagation (#638)Jesse Plamondon-Willard
2019-11-24add asset propagation for new assets in SDV 1.4 (#638)Jesse Plamondon-Willard
2019-11-18minor updates (#638)Jesse Plamondon-Willard
2019-11-08update for NPC schedule changes (#638)Jesse Plamondon-Willard
2019-10-22add asset propagation for cursors2 (#638)Jesse Plamondon-Willard
2019-09-14fix key errors during asset propagation in some casesJesse Plamondon-Willard
2019-09-14track texture asset keys, fix NPC portrait propagationJesse Plamondon-Willard
2019-09-14add asset propagation for Data\FarmAnimals (#618)Jesse Plamondon-Willard
2019-09-14simplify Data/NPCDispositions propagation with changes in SDV 1.4 (#638)Jesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14add asset propagation for DayTimeMoneyBox buttonsJesse Plamondon-Willard
2019-09-14 add asset propagation for critter textures (#652)Jesse Plamondon-Willard
2019-09-14update for location change in SDV 1.4 (#638)Jesse Plamondon-Willard
2019-09-14fix map reloads not updating door warps (#643)Jesse Plamondon-Willard
2019-09-14fix typosJesse Plamondon-Willard
2019-09-14fix tilesheets not seasonalised when a map is reloaded (#642)Jesse Plamondon-Willard
2019-09-14remove reflection no longer needed in newest SDV 1.4 build (#638)Jesse Plamondon-Willard
2019-09-14batch reload assets in some casesJesse Plamondon-Willard
2019-09-14update code for SDV 1.4 (#638)Jesse Plamondon-Willard
2019-09-14remove deprecated APIs (#606)Jesse Plamondon-Willard
2019-02-08fix error when swapping maps mid-session for a location with interior doorsJesse Plamondon-Willard
2019-02-07fix error propagating NPC sprites if they're not initialised yetJesse Plamondon-Willard
2019-02-07propagate asset changes into the save file being loadedJesse Plamondon-Willard
2019-02-07fix incorrect 'bypassed safety checks' for mods using LoadStageChanged eventJesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-12-13fix NPCDisposition asset propagation breaking NPC dataJesse Plamondon-Willard
2018-12-09fix error when a mod makes invalid changes to an NPC scheduleJesse Plamondon-Willard
2018-12-07fix error when a location doesn't have a map asset keyJesse Plamondon-Willard
2018-12-07fix location warps when propagating map changes (#608)Jesse Plamondon-Willard
2018-12-06disable paranoid detection if paranoid warnings are disabledJesse Plamondon-Willard
2018-12-04add SMAPI 3.0 compatibility strict mode (#606)Jesse Plamondon-Willard
2018-11-25add support for propagating NPCDisposition asset changesJesse Plamondon-Willard
2018-11-25add support for propagating map asset changesJesse Plamondon-Willard
2018-11-18remove rewrite rules only used by mods that broke in SDV 1.3Jesse Plamondon-Willard
2018-08-31add paranoid warnings mode (#590)Jesse Plamondon-Willard
2018-08-12add asset propagation for map tilesheets (#570)Jesse Plamondon-Willard
2018-08-12fix asset propagation for child sprites (#573)Jesse Plamondon-Willard
2018-08-11add asset propagation for dialogue changes (#580)Jesse Plamondon-Willard
2018-07-08also detect broken Netcode referencesJesse Plamondon-Willard
2018-07-01add support for reloading NPC schedules through the content APIJesse Plamondon-Willard