You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime bug fixes:
- Replace {{json}} Handlebars helper (doesn't exist in Foundry) with data-item-id lookup
- Fix drawing coordinate conversion: add percentage↔pixel conversion matching tokens
- Fix fog reconciliation _syncing flag corruption by extracting _createFogDrawingData
and using batched createEmbeddedDocuments
- Add entity_type_id fallback in syncapi CreateEntity handler (use first available type)
Data flow improvements:
- Add scene-to-map linking: context menu on scene nav + auto-link for single-map campaigns
- Add onSyncMapping to MapSync (map/drawing/token) and CalendarSync (calendar_event)
- Add onInitialSync to MapSync: pull drawings/tokens/fog on first connect
- Fetch full entity data in _onEntityCreated (WS payload may be partial)
Documentation & metadata:
- Add SimpleCalendar as optional dependency in module.json
- Fix calendar setting hint to mention both Calendaria and SimpleCalendar
- Fix .ai.md: fog is implemented (not TODO), ShopWindow is Application v1 (not v2)
- Add Fog of War and Scene-to-Map Linking sections to TESTING.md
https://claude.ai/code/session_01XMwxFR8BCi5XvgaSVMSBZB
0 commit comments