|
|
9b2be661d0
|
Add set-project-dialogues-command and update migrate-scene-document
|
2026-04-14 19:54:28 +02:00 |
|
|
|
d800b9a2a5
|
Update scene document to include dialogues
|
2026-04-14 19:54:15 +02:00 |
|
|
|
ac551563ad
|
Add validation functions for project scheduler actor usage
|
2026-04-14 13:52:03 +02:00 |
|
|
|
c3636d73cd
|
Add validation for playActorAnimation and followActorPath effects in scene-document-validation.ts
|
2026-04-14 13:43:32 +02:00 |
|
|
|
a5df024138
|
Enhance project scheduler validation with effect checks and actor presence requirement
|
2026-04-14 13:43:18 +02:00 |
|
|
|
14afd6a342
|
Add validation for unsupported actor routine effects in scene controls
|
2026-04-14 13:43:05 +02:00 |
|
|
|
639e919e0b
|
Update project scheduler validation context and record usage
|
2026-04-14 13:43:00 +02:00 |
|
|
|
4277dfd9e8
|
Import and declare new functions in scene-document-validation.ts
|
2026-04-14 13:43:00 +02:00 |
|
|
|
93a7427455
|
auto-git:
[change] src/document/migrate-scene-document.ts
|
2026-04-14 13:43:00 +02:00 |
|
|
|
8a8477ff8e
|
Enhance readControlEffect to handle playActorAnimation and followActorPath, update ProjectScheduler routine handling
|
2026-04-14 13:42:12 +02:00 |
|
|
|
96f86e6b56
|
Update migrate-scene-document.ts with new control effects and utility functions
|
2026-04-14 13:42:12 +02:00 |
|
|
|
369c0de432
|
Bump SCENE_DOCUMENT_VERSION to 49 and add SCHEDULER_ACTOR_ROUTINE_EFFECTS_SCENE_DOCUMENT_VERSION
|
2026-04-14 13:42:12 +02:00 |
|
|
|
90acccb10c
|
Update migrateSceneDocument to handle EXPANDED_CONTROL_SURFACE_SCENE_DOCUMENT_VERSION
|
2026-04-14 03:06:48 +02:00 |
|
|
|
7a9bc35849
|
Bump SCENE_DOCUMENT_VERSION to 48 and add SCHEDULER_CONTROL_EFFECTS_SCENE_DOCUMENT_VERSION
|
2026-04-14 03:06:48 +02:00 |
|
|
|
a37237d1f3
|
Simplify effect type assertion and update validation context creation in scene document files
|
2026-04-14 02:59:30 +02:00 |
|
|
|
86703862c5
|
Refactor project scheduler validation logic
|
2026-04-14 02:59:24 +02:00 |
|
|
|
fd928ce289
|
Update scene-document-validation.ts with new imports and function
|
2026-04-14 02:58:40 +02:00 |
|
|
|
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 |
|