Commit Graph

332 Commits

Author SHA1 Message Date
36f81d74b0 Refactor sequence handling and add new sequences panel 2026-04-15 01:17:01 +02:00
4cab97d785 Remove unused ProjectSequencesPanel component and update sequence document migration and validation 2026-04-15 01:13:31 +02:00
cfcb131b56 Add project sequence steps and update related files 2026-04-15 01:10:26 +02:00
661741aed8 Add validation for project sequence duration and clip properties in scene-document-validation.ts 2026-04-15 00:47:27 +02:00
a17b6fae05 Update sequence clip reading to include startMinute, durationMinutes, and lane 2026-04-15 00:47:04 +02:00
133a83bcdb Update scene document version and add project sequence duration 2026-04-15 00:46:53 +02:00
144c717757 Correct error messages for sequence clip validation 2026-04-15 00:22:40 +02:00
f13188bf32 Refactor sequence step handling to use clips 2026-04-15 00:18:42 +02:00
8c1f332a85 Rename dialogues parameter to projectResources in validateProjectSequence 2026-04-14 23:47:28 +02:00
d8482e6834 Add support for 'runSequence' interaction link in migrate-scene-document.ts 2026-04-14 23:47:03 +02:00
ba9deb43b5 Add sequences to SceneDocument migration 2026-04-14 23:46:59 +02:00
e782811c4b Add validation for dialogue and sequence IDs in scene document 2026-04-14 23:37:06 +02:00
29129e6e4f Enhance project scheduler validation by incorporating sequence effects and ensuring valid sequence IDs. 2026-04-14 23:36:56 +02:00
9fce9834b6 Add sequence validation for interaction links 2026-04-14 23:36:27 +02:00
b8ab7f383d Fix undefined check in dialogue validation 2026-04-14 23:36:27 +02:00
ea58fb7bd7 Refactor validation functions to include context parameter 2026-04-14 23:35:59 +02:00
d09bc6dd17 Add validation for project sequences and update resource validation 2026-04-14 23:35:33 +02:00
a6dda24748 Import ProjectSequence and related functions in scene-document-validation.ts 2026-04-14 23:34:52 +02:00
dcab81fd4e Add PLAYER_START_PAUSE_BINDINGS_SCENE_DOCUMENT_VERSION to migrate-scene-document.ts 2026-04-14 23:34:52 +02:00
c4b016c82f Add support for runSequence interaction and update scene document migration 2026-04-14 23:34:15 +02:00
8559241b5a Implement reading of project sequence steps and libraries 2026-04-14 23:34:05 +02:00
132107e2a9 Add support for run sequence interaction link and project sequence library version 2026-04-14 23:34:05 +02:00
328018154c Update scene document to include sequences 2026-04-14 23:33:13 +02:00
fe4cdad1dc Add pause functionality validation in scene document 2026-04-14 22:39:31 +02:00
f4491e13a5 Add pause time binding to player start input bindings 2026-04-14 22:39:24 +02:00
9314beef68 Bump scene document version and clear pressed keys in runtime host 2026-04-14 22:39:24 +02:00
fd13fdffe8 Add NPC dialogue support in scene document and runtime interaction system 2026-04-14 20:32:23 +02:00
7d03ecd7bc Refactor condition in readProjectDialogueLibrary to handle undefined values correctly 2026-04-14 20:04:12 +02:00
57a03dcfd4 Add dialogues field to SceneDocument in multiple return statements 2026-04-14 20:00:21 +02:00
39671a723e Add validation for missing dialogue resource in interaction links 2026-04-14 19:57:08 +02:00
d2e3f39e91 Remove unused import and function in scene-document-validation.ts 2026-04-14 19:57:04 +02:00
416b4ac7ab Add dialogue validation functions and update validateProjectResources 2026-04-14 19:56:59 +02:00
81a78c202a Import ProjectDialogue and ProjectDialogueLibrary types 2026-04-14 19:56:59 +02:00
7d6e0baee5 Update scene document migration to include scheduler actor routine effects version 2026-04-14 19:55:00 +02:00
54f26229a5 Update scene document migration to support new versions and add dialogue handling 2026-04-14 19:54:34 +02:00
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