Commit Graph

280 Commits

Author SHA1 Message Date
80c0946edd Bump scene-document version and add EXPANDED_CONTROL_SURFACE_SCENE_DOCUMENT_VERSION 2026-04-14 02:40:16 +02:00
d43394e39e Refactor control effect validation in scene-document-validation.ts 2026-04-14 02:39:33 +02:00
61882b8b1a Implement validation functions for new control targets in scene-document-validation.ts 2026-04-14 02:39:12 +02:00
6df7b989c5 Add new control target types to scene-document-validation.ts 2026-04-14 02:39:12 +02:00
7fdcf55960 Add support for additional control effects in document migration and runtime host 2026-04-14 02:38:56 +02:00
84d42562bf Refactor scene and project document migration logic 2026-04-14 02:10:32 +02:00
838449d5cb Refactor scheduler validation to use actor existence check function 2026-04-14 01:56:10 +02:00
bf84a2f62a Refactor validateProjectScheduler to accept options object and improve validation logic 2026-04-14 01:56:00 +02:00
6489f9d254 Add validation for project scheduler against scene and enhance actor ID handling in project document validation 2026-04-14 01:55:49 +02:00
f282518472 Add validation for project scheduler against scene document 2026-04-14 01:55:43 +02:00
0f936f3754 Add validation for setActorPresence effect in scene-document-validation.ts 2026-04-14 01:55:17 +02:00
afb2c28714 Add validation for actor control targets in scene document 2026-04-14 01:55:14 +02:00
4f1cc67fc3 Add imports and types for project scheduler validation 2026-04-14 01:55:03 +02:00
b1d1f710b1 Update project document migration to include scheduler 2026-04-14 01:55:03 +02:00
65c3499b3a Update scene document migration to support new scheduler version 2026-04-14 01:54:31 +02:00
8614f453db Add scheduler to SceneDocument migration 2026-04-14 01:54:18 +02:00
0813319f5b Add project scheduler migration functions 2026-04-14 01:53:50 +02:00
f0bc618649 Add actor presence control effect and related functions 2026-04-14 01:53:22 +02:00
5facb6f136 Add set project scheduler command and update scene document to include scheduler 2026-04-14 01:53:16 +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
72b2cc6ca1 auto-git:
[change] src/document/migrate-scene-document.ts
2026-04-14 01:42:17 +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
d6be1c5562 Update scene document migration for PATH_FOUNDATION version 2026-04-13 23:57:32 +02:00
e5b23e882c Add validation for undefined NPC presence in scene document 2026-04-13 23:48:35 +02:00
c3d164f149 Add NPC presence validation in scene-document-validation.ts 2026-04-13 23:48:31 +02:00
6847d7c211 Add NPC presence support in scene document 2026-04-13 23:48:23 +02:00
2b34849847 Add functions to get scene path point index and details 2026-04-13 22:25:06 +02:00
8e3ea3f32e Remove unused PATH_FOUNDATION_SCENE_DOCUMENT_VERSION and related logic in migrate-scene-document.ts 2026-04-13 21:33:15 +02:00
fac0dd2236 Simplify readScenePaths and migrateSceneDocument 2026-04-13 21:32:09 +02:00
f10128fe11 Remove allowMissing option in readScenePaths 2026-04-13 21:32:09 +02:00
1bba848eb7 Add path-related functionality in App.tsx, scene-document-validation.ts, and viewport-host.ts 2026-04-13 21:23:30 +02:00
3f4e951f41 Add path-related commands and update selection handling 2026-04-13 21:23:03 +02:00
0eac096de5 Add paths functionality to scene document and related components 2026-04-13 21:21:39 +02:00
08f3ad426c Refactor collision validation logic for player start and NPC entities 2026-04-13 17:11:04 +02:00
de10305f69 Add NPC collider settings to scene document 2026-04-13 17:10:47 +02:00
9ed75fb5da Add validation for NPC entities in scene documents 2026-04-13 16:18:00 +02:00
8a9ca925e7 Add support for reading and migrating NPC entities in scene documents 2026-04-13 16:17:44 +02:00
5ac196cef9 Bump SCENE_DOCUMENT_VERSION to 41 and add NPC_ENTITY_FOUNDATION_SCENE_DOCUMENT_VERSION 2026-04-13 16:17:44 +02:00
cee290407b Add functions for reading project asset bounding box and brush volume settings 2026-04-13 15:33:47 +02:00
a665a41bb9 Update time settings reading logic in migrate-scene-document.ts 2026-04-13 15:27:06 +02:00
f67d306028 Refactor shadow settings in migrate-scene-document.ts 2026-04-13 15:26:47 +02:00
4bbe7997c8 Remove duplicate timeOfDay settings in migrate-scene-document.ts 2026-04-13 15:25:12 +02:00
c567041bff Refactor time settings and background handling in scene document migration 2026-04-13 15:24:03 +02:00
31b3777d47 Remove unused parameter in validateProjectTimeSettings calls 2026-04-13 14:52:28 +02:00
7e2d63fa90 Rename ProjectTimePhaseProfile to WorldTimePhaseProfile and update related functions 2026-04-13 14:51:18 +02:00
aa45eb6fa8 Refactor background validation logic in scene-document-validation.ts 2026-04-13 14:50:32 +02:00
bb17ba4a0b Add validation for WorldBackgroundSettings in scene-document-validation.ts 2026-04-13 14:50:08 +02:00