Commit Graph

2441 Commits

Author SHA1 Message Date
7ec0328eac Add scheduler to scene document tests 2026-04-14 02:06:50 +02:00
ebabd00624 Add tests for project scheduler routines and legacy NPC presence migration 2026-04-14 02:05:53 +02:00
97e9b7fa0a Update tests to include scheduler and presence features 2026-04-14 02:05:41 +02:00
08c63ceb98 Update tests to include actor control targets and routines 2026-04-14 02:05:36 +02:00
85c111065f Add tests for runtime project scheduler 2026-04-14 02:05:36 +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
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
05d513464e Update control surface to include actor presence controls 2026-04-14 01:53:02 +02:00
252fab4645 Add project scheduler functionality 2026-04-14 01:53:02 +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
3ae63c83d1 auto-git:
[change] src/runtime-three/runtime-scene-build.ts
2026-04-14 01:42:17 +02:00