Commit Graph

879 Commits

Author SHA1 Message Date
140153424b Add tests for light control effects and document migration 2026-04-14 03:15:36 +02:00
85ea43d25f Add test for non-actor scheduler effects and default restoration 2026-04-14 03:15:13 +02:00
adbfec0021 Update test for light effects scheduling and restoration 2026-04-14 03:15:06 +02:00
d8837bb72f Refactor and correct type assertions in scene-document-validation.test.ts 2026-04-14 02:44:01 +02:00
36b6e19c4d Mock AnimationMixer with stopAllAction in runtime-host.test.ts 2026-04-14 02:44:01 +02:00
c639fa5dd8 Add initial light state checks in runtime-host test 2026-04-14 02:43:27 +02:00
5c62cc872a Enable point and spot lights in build-runtime-scene test 2026-04-14 02:43:27 +02:00
5a82378dfc Add test for invalid expanded control-surface effect values 2026-04-14 02:42:56 +02:00
ea60fff7a1 Add new control target and effect creation functions in scene-document-validation.test.ts 2026-04-14 02:42:56 +02:00
70b0192c9d Remove duplicate import in control-interaction-links.test.ts 2026-04-14 02:42:56 +02:00
8358616efc Add test for round-tripping expanded control effect families in serialization 2026-04-14 02:42:29 +02:00
4b7164d956 Update control interaction links tests with new functionalities 2026-04-14 02:42:20 +02:00
36886a3bc1 Add test for applying expanded typed control effects for model, sound, and scene lighting 2026-04-14 02:42:16 +02:00
75c50e3899 Update runtime-host.test.ts with new control effects and entities 2026-04-14 02:41:21 +02:00
c22a991a9a Update runtime control foundation tests with new properties and capabilities 2026-04-14 02:41:16 +02:00
5cd45a3417 Add time settings to test case 2026-04-14 02:11:39 +02:00
8474075851 Add project name to test case 2026-04-14 02:11:39 +02:00
aa89eed6a0 Add activeRoutineTitle to buildRuntimeSceneFromDocument test 2026-04-14 02:10:27 +02:00
634c8a73e2 Update NPC presence filtering logic to use project scheduler routines 2026-04-14 02:09:18 +02:00
552519df77 Import additional control and scheduler functions in build-runtime-scene.test.ts 2026-04-14 02:09:18 +02:00
42ad2e71d7 Add test for round-tripping authored scheduler routines 2026-04-14 02:07:55 +02:00
2a1e3cdcc9 Import additional control and scheduler functions in tests 2026-04-14 02:07:55 +02:00
f1cbca4c18 Add test for rejecting project schedule routines targeting missing actors 2026-04-14 02:07:08 +02:00
6c4975c928 Test NPC activity resolution from project scheduler 2026-04-14 02:06:50 +02:00
7ec0328eac Add scheduler to scene document tests 2026-04-14 02:06:50 +02:00
ebabd00624 Add tests for project scheduler routines and legacy NPC presence migration 2026-04-14 02:05:53 +02:00
97e9b7fa0a Update tests to include scheduler and presence features 2026-04-14 02:05:41 +02:00
08c63ceb98 Update tests to include actor control targets and routines 2026-04-14 02:05:36 +02:00
85c111065f Add tests for runtime project scheduler 2026-04-14 02:05:36 +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
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
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
bcf03e7b72 Add target kind check in viewport-host.ts 2026-04-13 22:33:35 +02:00
59f2d78125 Add integration test for path-point editing 2026-04-13 22:33:13 +02:00
7012636279 Add tests for path point operations and viewport focus on path points 2026-04-13 22:31:20 +02:00
6d913d4a3d Add path creation and transformation tests 2026-04-13 22:31:06 +02:00
6470718c47 Add tests for path commands 2026-04-13 21:32:09 +02:00