Commit Graph

1710 Commits

Author SHA1 Message Date
df10c63c57 Reorder imports in App.tsx 2026-04-14 01:36:42 +02:00
ed4b1ea001 Add support for control interaction links in App.tsx 2026-04-14 01:36:20 +02:00
21b8ac1f50 Enhance removeInvalidatedInteractionLinks function 2026-04-14 01:36:00 +02:00
6d9bcb0880 Update import statements in runtime-host.ts 2026-04-14 01:36:00 +02:00
4df26baa14 Update localLightObjects to use LocalLightRenderObjects and adjust related methods 2026-04-14 01:35:46 +02:00
5c8bc31fb9 Add control state synchronization and effect application to RuntimeHost 2026-04-14 01:35:41 +02:00
a935ccfc96 Make playSound method in RuntimeAudioSystem accept null for link parameter and update RuntimeInteractionSystem to handle new control effects 2026-04-14 01:35:03 +02:00
8639566565 Add runtime control surface definition and build function 2026-04-14 01:34:56 +02:00
ef2871712f Add validation functions for light and interaction control targets, and update control effect validation 2026-04-14 01:34:23 +02:00
e1a25899f5 Add control effect validation in scene-document-validation.ts 2026-04-14 01:34:10 +02:00
efa99a1678 Update migrate-scene-document.ts to include control target ref and effect reading 2026-04-14 01:34:07 +02:00
72029da2c1 Add interaction-links.ts and update scene-document.ts 2026-04-14 01:34:07 +02:00
df941c2ec6 Remove interaction-links.ts file 2026-04-14 01:33:18 +02:00
ec13826bf6 Add control-surface.ts with various interfaces and functions 2026-04-14 01:33:18 +02:00
d6be1c5562 Update scene document migration for PATH_FOUNDATION version 2026-04-13 23:57:32 +02:00
2a488fd3ad Remove unused import from runtime-host.ts 2026-04-13 23:57:32 +02:00
fc93c45491 Map NPCs to runtime entities in RuntimeHost 2026-04-13 23:57:32 +02:00
dc791efab1 Add function to clone runtime character shape and create runtime NPC from definition 2026-04-13 23:57:07 +02:00
9992cc3421 Add presence to NPC creation preview 2026-04-13 23:54:54 +02:00
6a662bc9ff Rename colliders to staticColliders and add runtimeTimeOfDayHours parameter 2026-04-13 23:53:41 +02:00
a56d4e4af9 Export buildRuntimeNpcCollider function and update parameter type 2026-04-13 23:53:41 +02:00
32f6c1a2c4 Update buildRuntimeSceneCollections to include NPC definitions and active status 2026-04-13 23:53:24 +02:00
8ab03be173 Add presence mode selection and time window inputs in App.tsx 2026-04-13 23:52:06 +02:00
eccbf8bb61 Add presence validation and update NPC entity creation logic in App.tsx 2026-04-13 23:51:39 +02:00
72228c363f Add NPC presence mode and time window settings in App.tsx 2026-04-13 23:51:33 +02:00
d3d7efc92f Add state management for NPC presence mode and time window 2026-04-13 23:51:25 +02:00
5f544fedda Add NPC presence mode and time window constants 2026-04-13 23:51:25 +02:00
0b7d7f5443 Ensure NPC presence update only when scene is ready 2026-04-13 23:50:58 +02:00
bb938d94dd Update NPC presence handling and collision world refresh in runtime-host.ts 2026-04-13 23:50:52 +02:00
1220df79e6 Update scene build to include NPC definitions and runtime clock state 2026-04-13 23:49:34 +02:00
b711e0f10f auto-git:
[add] src/runtime-three/runtime-npc-presence.ts
2026-04-13 23:48:38 +02:00
e5b23e882c Add validation for undefined NPC presence in scene document 2026-04-13 23:48:35 +02:00
c3d164f149 Add NPC presence validation in scene-document-validation.ts 2026-04-13 23:48:31 +02:00
6847d7c211 Add NPC presence support in scene document 2026-04-13 23:48:23 +02:00
5a6a708c07 Add NPC presence modes and related functions 2026-04-13 23:48:15 +02:00
4d1cafd908 Refactor path point update logic in viewport-host.ts 2026-04-13 22:33:35 +02:00
bcf03e7b72 Add target kind check in viewport-host.ts 2026-04-13 22:33:35 +02:00
f5ce536759 Update viewport-host to handle active transform session 2026-04-13 22:33:13 +02:00
05d8f75cb4 Restore previous position in set-path-point-position-command 2026-04-13 22:33:13 +02:00
759439732d Fix condition logic in transform-session.ts 2026-04-13 22:30:05 +02:00
85106b690f Remove unused variable in App.tsx 2026-04-13 22:30:05 +02:00
a9ac61451b Refactor target label creation logic in commit-transform-session-command.ts 2026-04-13 22:29:37 +02:00
876cda1138 Update code formatting in App.tsx 2026-04-13 22:29:37 +02:00
13fd2075d9 Add point selection and display features in App.tsx 2026-04-13 22:29:02 +02:00
3472906bd9 Refactor path selection logic in App.tsx 2026-04-13 22:29:02 +02:00
971c2603f7 Add append path point shortcut handling in App.tsx 2026-04-13 22:28:44 +02:00
49cd4f0cb1 Update path point deletion logic in App.tsx 2026-04-13 22:28:44 +02:00
7eaa6f2612 Refactor path point handling in App.tsx 2026-04-13 22:28:23 +02:00
c4fa489bf9 Add path point selection handling in App.tsx 2026-04-13 22:28:11 +02:00
2c1cf3163b Add support for path point selection description and duplication check 2026-04-13 22:27:59 +02:00