Commit Graph

164 Commits

Author SHA1 Message Date
413da1d1ee Add document validation in project-document-json test 2026-04-15 03:51:57 +02:00
865a48cf16 Add test for round-tripping scene transition sequence effects 2026-04-15 03:50:53 +02:00
5276d994bb Remove unused scene exit entity from tests 2026-04-15 03:49:49 +02:00
08d9581407 Refactor project-document-json.test.ts by removing Scene Exit entities and updating test cases 2026-04-15 03:49:44 +02:00
c59d673d45 Add box brush test case in project-document-json.test.ts 2026-04-15 01:46:08 +02:00
f4ca697e33 Remove unused brush definition in test 2026-04-15 01:43:44 +02:00
cff3022504 Add test for legacy toggle visibility sequence effects migration 2026-04-15 01:43:41 +02:00
4ea24e6626 Update tests to remove unused properties and update migration logic 2026-04-15 01:17:22 +02:00
39fedfca55 Update durationMinutes in project document JSON test 2026-04-15 00:56:32 +02:00
49ed94dbcd Update project document JSON test to include duration and lane details 2026-04-15 00:54:54 +02:00
a863de897a Add startMinute, durationMinutes, and lane to scene document validation tests 2026-04-15 00:54:31 +02:00
768a963025 Add legacy dialogue to project document JSON test 2026-04-15 00:23:27 +02:00
09fe277239 Add test for migrating legacy project sequence steps into clips 2026-04-15 00:23:22 +02:00
7ed5751684 Remove unused constant from project-document-json.test.ts 2026-04-14 23:55:37 +02:00
d351eb6176 Add NPC entity to project document JSON test 2026-04-14 23:53:44 +02:00
a88fb5422d Add trigger volume entity creation in project document JSON test 2026-04-14 23:50:03 +02:00
78e9ed6ad1 Update test version to PLAYER_START_PAUSE_BINDINGS_SCENE_DOCUMENT_VERSION 2026-04-14 23:50:03 +02:00
c0a9226481 Add tests for project sequences and migration 2026-04-14 23:49:55 +02:00
5958a94750 Add pause bindings migration in scene document JSON tests 2026-04-14 22:40:24 +02:00
4d4ebbf03a Add tests for NPC dialogue serialization and migration 2026-04-14 20:34:52 +02:00
37c3dade46 Add test for round-tripping dialogue library resources through scene schema 2026-04-14 20:02:11 +02:00
f8b604fcb4 Update tests for dialogue library serialization and migration 2026-04-14 20:02:07 +02:00
42fb0020b7 Add SCHEDULER_ACTOR_ROUTINE_EFFECTS_SCENE_DOCUMENT_VERSION constant 2026-04-14 20:02:07 +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
fe6c02ba55 Update effect property to effects array in project-document-json.test.ts 2026-04-14 13:58:33 +02:00
577df0b21d Add test for actor scheduler animation and follow-path routines in scene document JSON 2026-04-14 13:57:23 +02:00
3ce90898ee Add tests for actor scheduler routines with animation and follow-path effects 2026-04-14 13:56:42 +02:00
140153424b Add tests for light control effects and document migration 2026-04-14 03:15:36 +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
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
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
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
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
6b4071a63d Add test for control interaction link serialization 2026-04-14 01:39:02 +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
8c360b3795 Initialize paths object in local draft storage test 2026-04-13 21:30:59 +02:00
8146606eb4 Update test for project document JSON serialization 2026-04-13 21:27:48 +02:00
1c30cc2027 Update project document serialization tests to include paths and migration logic 2026-04-13 21:27:44 +02:00
0eac096de5 Add paths functionality to scene document and related components 2026-04-13 21:21:39 +02:00
94dfc1be1e Add test for NPC foundation entity migration with default collider settings 2026-04-13 17:38:00 +02:00
5cb37780ec Update scene document version in serialization test 2026-04-13 17:33:25 +02:00
ad0a687e1b Add collider properties to scene document JSON test 2026-04-13 17:31:31 +02:00