Commit Graph

2840 Commits

Author SHA1 Message Date
7ac0fa653b Add target options for sequence visibility, animation, and sound 2026-04-15 01:41:59 +02:00
bf72f1a4c4 Add functions for handling sequence visibility targets in App.tsx 2026-04-15 01:41:54 +02:00
19be23661a Add model animation and sound target options to ProjectSchedulePane 2026-04-15 01:41:41 +02:00
2e39658d3e Update ProjectSequencesPanel to handle setVisibility and add new effect buttons 2026-04-15 01:41:33 +02:00
8151228017 Update ProjectSequencesPanel with new target options and step handlers 2026-04-15 01:41:14 +02:00
37a189fadb Add validation for setVisibility effect targets in scene document 2026-04-15 01:40:58 +02:00
9f5daa8b8a Refactor sequence effect handling for setVisibility 2026-04-15 01:40:53 +02:00
d8161e8695 auto-git:
[change] src/document/migrate-scene-document.ts
2026-04-15 01:40:53 +02:00
52b3cba899 auto-git:
[change] src/document/scene-document.ts
2026-04-15 01:40:53 +02:00
8b5d07bd23 Add visibility sequence effect handling in runtime-host.ts 2026-04-15 01:40:26 +02:00
c730a1f4e5 Remove unused case 'toggleVisibility' in runtime-interaction-system.ts 2026-04-15 01:40:26 +02:00
91d88f1e05 Add setVisibility method to RuntimeInteractionDispatcher and update handling in RuntimeInteractionSystem 2026-04-15 01:39:55 +02:00
0ca07bb33e Remove unused 'setVisibility' case in project-sequence-steps.ts 2026-04-15 01:39:55 +02:00
5028e234c0 Refactor visibility sequence effects with new modes and targets 2026-04-15 01:39:37 +02:00
8aa35e253e Add unit test for ProjectSequencesPanel 2026-04-15 01:32:09 +02:00
1e20849815 Simplify renderInteractionLinksSection calls in App.tsx 2026-04-15 01:30:18 +02:00
d7e47b4901 Update App.tsx to support sequence effects and refactor interaction links 2026-04-15 01:30:12 +02:00
32d972b665 Add function to check if interaction action type is legacy 2026-04-15 01:29:59 +02:00
4070fbda36 Add teleport and visibility step handling in App.tsx 2026-04-15 01:29:28 +02:00
a7e01f08b9 Add teleport and visibility effects to project sequences 2026-04-15 01:29:23 +02:00
b780a9399f Add teleport and visibility step functionality to ProjectSequencesPanel 2026-04-15 01:29:04 +02:00
12243bf5cc Update button text from 'Add Sequence' to 'Create Sequence' 2026-04-15 01:20:36 +02:00
dfc94f1b95 Conditional rendering of mode buttons in ProjectSchedulePane 2026-04-15 01:19:30 +02:00
90870f50e1 Update button text in ProjectSchedulePane 2026-04-15 01:18:37 +02:00
4ea24e6626 Update tests to remove unused properties and update migration logic 2026-04-15 01:17:22 +02:00
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
4ba26dcd2a Remove unused file project-sequence-steps.ts 2026-04-15 01:08:52 +02:00
39fedfca55 Update durationMinutes in project document JSON test 2026-04-15 00:56:32 +02:00
b9cb163aac Enhance runtime project scheduler test with path definitions 2026-04-15 00:54:54 +02:00
49ed94dbcd Update project document JSON test to include duration and lane details 2026-04-15 00:54:54 +02:00
d2fc644bcc Add startMinute, durationMinutes, and lane to sequence steps in tests 2026-04-15 00:54:39 +02:00
a863de897a Add startMinute, durationMinutes, and lane to scene document validation tests 2026-04-15 00:54:31 +02:00
3828b8d43b Add test for resolving timed held sequence clips 2026-04-15 00:54:25 +02:00
f3e223f358 Add startMinute, durationMinutes, and lane to test step 2026-04-15 00:54:25 +02:00
e219a881e3 Remove unused import from runtime-project-scheduler.ts 2026-04-15 00:54:25 +02:00
dfe6e7ff82 Specify return type for reduce in getProjectSequenceDurationMinutes 2026-04-15 00:54:25 +02:00
1b160de137 Change input types to number for sequence and clip timing fields in ProjectSequencesPanel.tsx 2026-04-15 00:53:10 +02:00
d87119f1ce Update App and ProjectSchedulePane components with new handlers and styles for sequence duration and clip timing 2026-04-15 00:52:57 +02:00
6969a20066 Update ProjectSchedulePane with sequence duration and clip timing functionality 2026-04-15 00:52:40 +02:00
0d49a69b9b Add ProjectSequencesPanel component 2026-04-15 00:52:40 +02:00
ef5e7f40ed Remove ProjectSequencesPanel component and its associated logic 2026-04-15 00:49:59 +02:00
bb05c7c19e Update project sequence creation and timing handling 2026-04-15 00:49:03 +02:00
e687dd7494 Import constants and functions in App.tsx 2026-04-15 00:48:22 +02:00
87b1217a3b Add function to get next sequence clip lane 2026-04-15 00:48:22 +02:00
d5209c903a Enhance runtime-project-scheduler.ts with resolved held effects and path effect resolution 2026-04-15 00:48:07 +02:00
06e0b7c555 Update project-sequence-steps.ts to use getControlEffectResolutionKey 2026-04-15 00:48:07 +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