Commit Graph

39 Commits

Author SHA1 Message Date
c2f85adef0 auto-git:
[change] src/document/migrate-scene-document.ts
 [change] tests/domain/build-runtime-scene.test.ts
 [change] tests/unit/runtime-host.test.ts
 [change] tests/unit/viewport-focus.test.ts
2026-04-22 17:26:40 +02:00
668b53f51a auto-git:
[add] tests/unit/camera-rig-inspector.integration.test.tsx
 [change] tests/unit/runtime-host.test.ts
2026-04-22 17:23:21 +02:00
723a757764 auto-git:
[change] tests/unit/runtime-host.test.ts
2026-04-22 14:10:51 +02:00
3dc54b09c7 auto-git:
[change] tests/unit/runtime-host.test.ts
2026-04-22 14:06:57 +02:00
bdae1f5013 auto-git:
[change] tests/unit/runtime-host.test.ts
2026-04-22 14:06:57 +02:00
07835ae7d5 Update speakerName references to use npc.actorId 2026-04-15 10:11:48 +02:00
9cbe4dfbfa Update dialogue tests to use NPC entities 2026-04-15 09:58:06 +02:00
3dcc78cb06 Update tests to set 'active' property to true for NPCs 2026-04-15 09:39:13 +02:00
4f84742d25 Update tests to check for specific NPC properties in runtime scene 2026-04-15 09:34:04 +02:00
dc0f69e433 Remove duplicate import in runtime-host.test.ts 2026-04-15 05:47:44 +02:00
9a84032d43 Test scheduler impulse sequences fire only once per session 2026-04-15 05:46:30 +02:00
ea7481acc9 Add test for project time pause control effects 2026-04-14 22:26:27 +02:00
0c6caaa6c0 Remove unused test case from runtime-host.test.ts 2026-04-14 21:27:49 +02:00
77eff081ac Add trigger field to dialogue source and update tests 2026-04-14 21:19:42 +02:00
b4105257a6 Update dialogue start method and add new test cases for RuntimeHost 2026-04-14 20:34:35 +02:00
2ac3bae109 Add test for opening, advancing, and closing project dialogues through the runtime host 2026-04-14 20:02:35 +02:00
741fa4caad Add createStartDialogueInteractionLink and RuntimeDialogueState to runtime-host.test.ts 2026-04-14 20:02:35 +02:00
7498f08506 Move updateAssets call in RuntimeHost tests 2026-04-14 17:22:51 +02:00
9b5d1ab18c Revert updateAssets calls in runtime-host.test.ts 2026-04-14 17:22:25 +02:00
16d7307999 Remove unused constant from project-document-json.test.ts and add updateAssets call in runtime-host.test.ts 2026-04-14 17:22:24 +02:00
1c8cd945ac Move updateAssets call in runtime-host.test.ts 2026-04-14 17:21:54 +02:00
319370df79 Update assets in RuntimeHost before loading scene 2026-04-14 14:02:16 +02:00
eb1e4eeaea Add test for NPC animation and follow-path pose resolution from project scheduler 2026-04-14 13:55:58 +02:00
8574d350c7 Update runtime-host.test.ts with new control effects and imports 2026-04-14 13:55:58 +02:00
adbfec0021 Update test for light effects scheduling and restoration 2026-04-14 03:15:06 +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
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
6c4975c928 Test NPC activity resolution from project scheduler 2026-04-14 02:06:50 +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
45c4067b16 Update runtime host test to include light control effects 2026-04-14 01:38:12 +02:00
a7f1c7f21b Update runtime host message for gamepad instructions 2026-04-12 03:59:41 +02:00
b9bed17a2f Add third-person camera collision resolution in tests 2026-04-11 11:22:23 +02:00
9b8aa3a00b Update tests for thirdPerson navigation mode 2026-04-11 11:19:08 +02:00
e205cea50c auto-git:
[change] src/app/app.css
 [change] src/commands/set-scene-loading-screen-command.ts
 [change] src/document/migrate-scene-document.ts
 [change] src/document/scene-document-validation.ts
 [change] src/document/scene-document.ts
 [change] src/runner-web/RunnerCanvas.tsx
 [change] src/runtime-three/first-person-navigation-controller.ts
 [change] src/runtime-three/navigation-controller.ts
 [change] src/runtime-three/orbit-visitor-navigation-controller.ts
 [change] src/runtime-three/runtime-host.ts
 [change] tests/domain/editor-store.test.ts
 [change] tests/serialization/local-draft-storage.test.ts
 [change] tests/serialization/project-document-json.test.ts
 [change] tests/serialization/project-package.test.ts
 [change] tests/unit/runner-canvas.test.tsx
 [change] tests/unit/runtime-host.test.ts
2026-04-11 04:19:51 +02:00
75986da19d auto-git:
[change] tests/unit/runtime-host.test.ts
2026-04-11 04:19:51 +02:00
e6944f6c32 Add unit test for RuntimeHost 2026-04-11 04:19:00 +02:00