Commit Graph

2865 Commits

Author SHA1 Message Date
a8cab09769 Rename setSceneExitHandler to setSceneTransitionHandler 2026-04-15 02:04:35 +02:00
103ed2b9fb Update RuntimeHost interface and add activeScheduledImpulseRoutineIds 2026-04-15 02:04:18 +02:00
e2e073487e Simplify interactionEnabled handling in runtime-scene-editor-simulation.ts 2026-04-15 02:03:58 +02:00
8164002786 Remove unused 'sceneExits' from runtime scene collections 2026-04-15 02:03:44 +02:00
2acf688e0e Remove scene exit interaction handling from runtime-scene-build.ts 2026-04-15 02:03:17 +02:00
0afc836351 Remove unused interface RuntimeSceneExit from runtime-scene-build.ts 2026-04-15 02:03:10 +02:00
247ce9a0d0 Add scene transition handling in RuntimeInteractionSystem 2026-04-15 02:03:00 +02:00
46eff57199 Remove sceneExit handling from RuntimeInteractionSystem 2026-04-15 02:02:52 +02:00
47a0682f06 Remove sceneExit check from resolveEffectiveInteractionTrigger 2026-04-15 02:02:52 +02:00
8234e2fb6b Refactor scene transition handling in runtime-interaction-system.ts 2026-04-15 02:02:37 +02:00
1db3449be4 Remove scene exit handling and related entities 2026-04-15 02:02:28 +02:00
08c64ebe0f Remove SceneExitEntity and related functions 2026-04-15 02:02:07 +02:00
c59d673d45 Add box brush test case in project-document-json.test.ts 2026-04-15 01:46:08 +02:00
4a4a1dd935 Include brushes in project scheduler validation context 2026-04-15 01:46:08 +02:00
22a4f2a425 Fix brushId to id in runtime-host.ts 2026-04-15 01:46:08 +02:00
16dd969a88 Add brush counts to project scheduler validation context and update scene target recording 2026-04-15 01:44:56 +02:00
b3a79bd75d Reorder sequence visibility target options in App.tsx 2026-04-15 01:44:47 +02:00
124e572083 Remove unused function getSequenceVisibilityTargetKey in App.tsx 2026-04-15 01:44:37 +02:00
f4ca697e33 Remove unused brush definition in test 2026-04-15 01:43:44 +02:00
cff3022504 Add test for legacy toggle visibility sequence effects migration 2026-04-15 01:43:41 +02:00
ec6c5e0cef Update toggle visibility effect in project sequence steps 2026-04-15 01:43:41 +02:00
9e1d6caecf Update tests for new sequence step types and target options 2026-04-15 01:43:07 +02:00
1328d6344e Update App.tsx to include new step handlers and options 2026-04-15 01:42:29 +02:00
0bf1491a56 Refactor and add new project sequence effects in App.tsx 2026-04-15 01:42:24 +02:00
deadc001cb Add functions for creating and handling project sequence control steps 2026-04-15 01:42:09 +02:00
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