Commit Graph

2394 Commits

Author SHA1 Message Date
252fab4645 Add project scheduler functionality 2026-04-14 01:53:02 +02:00
c1f1ff7488 auto-git:
[change] src/app/App.tsx
 [change] src/controls/control-surface.ts
 [change] src/document/migrate-scene-document.ts
 [change] src/document/scene-document-validation.ts
 [change] src/document/scene-document.ts
 [change] src/interactions/interaction-links.ts
 [change] src/runtime-three/runtime-audio-system.ts
 [change] src/runtime-three/runtime-host.ts
 [change] src/runtime-three/runtime-interaction-system.ts
 [change] src/runtime-three/runtime-scene-build.ts
 [change] tests/domain/runtime-control-foundation.test.ts
 [change] tests/domain/runtime-interaction-system.test.ts
 [change] tests/serialization/control-interaction-links.test.ts
 [change] tests/unit/runtime-host.test.ts
2026-04-14 01:42:17 +02:00
3ae63c83d1 auto-git:
[change] src/runtime-three/runtime-scene-build.ts
2026-04-14 01:42:17 +02:00
72b2cc6ca1 auto-git:
[change] src/document/migrate-scene-document.ts
2026-04-14 01:42:17 +02:00
184147f8d5 Skip model instance without animations 2026-04-14 01:39:14 +02:00
a18c536659 Skip sound emitter with null audio asset ID 2026-04-14 01:39:14 +02:00
59b927e9ad Refactor applyControlEffectToResolvedState in control-surface.ts 2026-04-14 01:39:02 +02:00
1213319edc Update types in runtime-host.test.ts 2026-04-14 01:39:02 +02:00
6b4071a63d Add test for control interaction link serialization 2026-04-14 01:39:02 +02:00
45c4067b16 Update runtime host test to include light control effects 2026-04-14 01:38:12 +02:00
9d209c1a4e Add test for runtime control foundation 2026-04-14 01:38:12 +02:00
6841adfe1e Update runtime scene fixture with control definition 2026-04-14 01:36:42 +02:00
cb390ba8b1 Add createEmptyRuntimeControlSurfaceDefinition to tests 2026-04-14 01:36:42 +02:00
df10c63c57 Reorder imports in App.tsx 2026-04-14 01:36:42 +02:00
ed4b1ea001 Add support for control interaction links in App.tsx 2026-04-14 01:36:20 +02:00
21b8ac1f50 Enhance removeInvalidatedInteractionLinks function 2026-04-14 01:36:00 +02:00
6d9bcb0880 Update import statements in runtime-host.ts 2026-04-14 01:36:00 +02:00
4df26baa14 Update localLightObjects to use LocalLightRenderObjects and adjust related methods 2026-04-14 01:35:46 +02:00
5c8bc31fb9 Add control state synchronization and effect application to RuntimeHost 2026-04-14 01:35:41 +02:00
a935ccfc96 Make playSound method in RuntimeAudioSystem accept null for link parameter and update RuntimeInteractionSystem to handle new control effects 2026-04-14 01:35:03 +02:00
8639566565 Add runtime control surface definition and build function 2026-04-14 01:34:56 +02:00
ef2871712f Add validation functions for light and interaction control targets, and update control effect validation 2026-04-14 01:34:23 +02:00
e1a25899f5 Add control effect validation in scene-document-validation.ts 2026-04-14 01:34:10 +02:00
efa99a1678 Update migrate-scene-document.ts to include control target ref and effect reading 2026-04-14 01:34:07 +02:00
72029da2c1 Add interaction-links.ts and update scene-document.ts 2026-04-14 01:34:07 +02:00
df941c2ec6 Remove interaction-links.ts file 2026-04-14 01:33:18 +02:00
ec13826bf6 Add control-surface.ts with various interfaces and functions 2026-04-14 01:33:18 +02:00
387df91a47 Update AGENTS.md and CHAT_CONTEXT.md with new scheduling guidelines 2026-04-14 01:23:07 +02:00
d6be1c5562 Update scene document migration for PATH_FOUNDATION version 2026-04-13 23:57:32 +02:00
2a488fd3ad Remove unused import from runtime-host.ts 2026-04-13 23:57:32 +02:00
fc93c45491 Map NPCs to runtime entities in RuntimeHost 2026-04-13 23:57:32 +02:00
dc791efab1 Add function to clone runtime character shape and create runtime NPC from definition 2026-04-13 23:57:07 +02:00
a5a1b4d68c Add test for migrating pre-presence NPC entities to always-authored presence 2026-04-13 23:56:22 +02:00
5166af9cbf Update NPC entity test to include time window presence 2026-04-13 23:56:22 +02:00
f86cad1ea8 Add PATH_FOUNDATION_SCENE_DOCUMENT_VERSION and NPC presence creation functions 2026-04-13 23:56:22 +02:00
3731487756 Add NPC presence window validation tests 2026-04-13 23:55:54 +02:00
108ebe0bc4 Add createNpcTimeWindowPresence function 2026-04-13 23:55:54 +02:00
27395319cc Enhance build-runtime-scene test to filter active NPC presence 2026-04-13 23:55:38 +02:00
8bb07dc012 Update build-runtime-scene test with NPC presence imports 2026-04-13 23:55:38 +02:00
4f312bd3d0 Add tests for runtime NPC presence 2026-04-13 23:55:38 +02:00
3393330261 Initialize staticColliders and npcDefinitions in test fixture 2026-04-13 23:54:54 +02:00
9992cc3421 Add presence to NPC creation preview 2026-04-13 23:54:54 +02:00
6a662bc9ff Rename colliders to staticColliders and add runtimeTimeOfDayHours parameter 2026-04-13 23:53:41 +02:00
a56d4e4af9 Export buildRuntimeNpcCollider function and update parameter type 2026-04-13 23:53:41 +02:00
32f6c1a2c4 Update buildRuntimeSceneCollections to include NPC definitions and active status 2026-04-13 23:53:24 +02:00
8ab03be173 Add presence mode selection and time window inputs in App.tsx 2026-04-13 23:52:06 +02:00
eccbf8bb61 Add presence validation and update NPC entity creation logic in App.tsx 2026-04-13 23:51:39 +02:00
72228c363f Add NPC presence mode and time window settings in App.tsx 2026-04-13 23:51:33 +02:00
d3d7efc92f Add state management for NPC presence mode and time window 2026-04-13 23:51:25 +02:00
5f544fedda Add NPC presence mode and time window constants 2026-04-13 23:51:25 +02:00