Commit Graph

1771 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
e8406dc544 Update delete-project-asset.ts to handle new cases 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
a995cd172e Add sound emitter volume control and update runtime host for various controls 2026-04-14 02:38:47 +02:00
982409e83f Update runtime scene build to include new control features 2026-04-14 02:38:05 +02:00
e43bbc2664 Add control surface TypeScript definitions 2026-04-14 02:38:05 +02:00
5cd370ce6b Remove control-surface.ts file 2026-04-14 02:33:50 +02:00
84d42562bf Refactor scene and project document migration logic 2026-04-14 02:10:32 +02:00
d18a777f4a Handle setActorPresence effect in removeInvalidatedInteractionLinks 2026-04-14 02:10:27 +02:00
2377851f4b Remove unused import from App.tsx 2026-04-14 02:05:36 +02:00
1c1d72b56e Update ProjectSchedulePane to handle selected routine days correctly 2026-04-14 02:04:00 +02:00
ee8dff27a2 Update CSS for schedule pane and ruler layout 2026-04-14 02:03:50 +02:00
abdee7d64b Add schedule pane styles to app.css 2026-04-14 02:03:39 +02:00
3ef50c382f Add notebook button and update routine creation logic in App.tsx 2026-04-14 02:03:14 +02:00
5b72268f0a Refactor App.tsx layout and add ProjectSchedulePane component 2026-04-14 02:03:10 +02:00
3c8508a607 Update NPC presence handling to use project scheduler 2026-04-14 02:02:19 +02:00
d30969b447 Remove unused NPC presence settings in App.tsx 2026-04-14 02:02:03 +02:00
4fc8cb4892 Remove NPC presence mode related state variables from App.tsx 2026-04-14 02:01:46 +02:00
f054f11933 Remove unused constants and types from App.tsx 2026-04-14 02:01:46 +02:00
c080c185ca Simplify NPC presence handling in App.tsx 2026-04-14 02:01:28 +02:00
c831eb1a84 Add schedule routine management functions in App.tsx 2026-04-14 02:01:06 +02:00
01114edc05 Add function to apply project scheduler with error handling 2026-04-14 02:00:44 +02:00
c59eddbb13 Ensure selected schedule routine ID is valid 2026-04-14 02:00:40 +02:00
87f9d6ea11 Add project NPC actors list to App component 2026-04-14 02:00:40 +02:00
0e946cbdf5 Add state for schedule pane and selected routine ID 2026-04-14 02:00:40 +02:00
3292c8933a Update App.tsx to include project scheduler functionality 2026-04-14 02:00:13 +02:00
03973bd44d Add ProjectSchedulePane component 2026-04-14 02:00:13 +02:00
69c58ee5f4 Add applyActorPresenceControl method and update applyControlEffect to handle setActorPresence effect 2026-04-14 01:58:41 +02:00
335c53e6c9 Rename method from syncRuntimeNpcPresenceToCurrentClock to syncRuntimeNpcScheduleToCurrentClock 2026-04-14 01:58:41 +02:00
937bb64508 Refactor NPC presence and scheduling logic in runtime-host.ts 2026-04-14 01:57:52 +02:00
86259a1277 Refactor runtime host imports and add schedule resolution functions 2026-04-14 01:57:35 +02:00
037260c85b Update runtime scene build to include scheduler state 2026-04-14 01:57:34 +02:00
97150b283a Update NPC active state handling and add scheduler logic in scene build 2026-04-14 01:57:15 +02:00
3c59bb1fe5 Update buildRuntimeControlSurface to include scheduler state and handle duplicate actor IDs 2026-04-14 01:57:01 +02:00
7449faddfa Add activeRoutineTitle and activeRoutineId to RuntimeNpc and RuntimeSceneDefinition 2026-04-14 01:57:01 +02:00
b23164b1b7 Update runtime scene build to include project scheduling 2026-04-14 01:56:50 +02:00
f986eb0282 Add runtime project scheduler implementation 2026-04-14 01:56:50 +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