Commit Graph

143 Commits

Author SHA1 Message Date
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
40ee88e8fc Update scene-document-json.test.ts to include createDefaultProjectTimeSettings import 2026-04-13 16:39:57 +02:00
643eef3a0b Add default project time settings in scene document migration and test cases 2026-04-13 16:38:50 +02:00
cf10213a94 Add test for NPC entity serialization and migration 2026-04-13 16:35:02 +02:00
aea8d7d5a3 Update test case for project document JSON serialization 2026-04-13 15:37:10 +02:00
001ee5543f Update test imports and usage of default world settings 2026-04-13 15:17:09 +02:00
e161de9f99 Refactor time and world settings migration tests 2026-04-13 15:11:24 +02:00
9f420456ab Update project document JSON tests for time migration 2026-04-12 14:35:22 +02:00
c0d8bf9403 Add night sky asset and update time settings in project document JSON test 2026-04-12 14:34:56 +02:00
d8c4837e49 Update project document JSON serialization test 2026-04-12 14:14:58 +02:00
51f754a193 Add test for migrating first-slice project time documents 2026-04-12 14:14:46 +02:00
574687c555 Update tests for project time settings and world settings, add new properties and scenarios 2026-04-12 14:14:24 +02:00
e57a105133 Add tests for project time settings and runtime project time, update build-runtime-scene test 2026-04-12 04:35:24 +02:00
2e9ac3df00 Add model asset and update tests for scene document JSON 2026-04-12 03:54:03 +02:00
05f10237b4 Add test for migrating version 35 documents to default authored visible and enabled state 2026-04-12 03:51:28 +02:00
42cee3d19a Add air direction only setting for player movement 2026-04-12 02:19:46 +02:00
9459cbd191 Update tests for player movement validation and serialization, add migration for version 33 Player Start jump settings 2026-04-12 02:06:46 +02:00
8a1a207958 Enable advanced rendering and whitebox bevel in project document JSON test 2026-04-12 01:05:53 +02:00
4e8630abba Add whitebox bevel settings to scene document JSON tests 2026-04-12 01:05:38 +02:00
fe4e03af3c Update movementTemplate kind to custom and add detailed properties 2026-04-11 20:19:03 +02:00
11ae2106ad Add test for migrating version 31 Player Start movement bindings to include default jump, sprint, and crouch actions 2026-04-11 18:45:47 +02:00
c27339ed23 Add jump, sprint, and crouch bindings to scene document JSON tests 2026-04-11 18:45:09 +02:00