Commit Graph

205 Commits

Author SHA1 Message Date
597cbefc97 Apply advanced rendering shadow flags to terrain meshes and update player input handling 2026-04-18 19:54:41 +02:00
9da60eb4e1 Implement rebuildTerrainMeshes method 2026-04-18 19:54:34 +02:00
c99e9ade98 auto-git:
[change] src/runtime-three/runtime-host.ts
2026-04-18 19:54:34 +02:00
2efcf632e2 auto-git:
[change] src/runtime-three/runtime-host.ts
2026-04-18 19:54:34 +02:00
695cbf5fb9 auto-git:
[change] src/runtime-three/runtime-host.ts
2026-04-18 19:54:34 +02:00
07639d4016 auto-git:
[change] src/runtime-three/runtime-host.ts
2026-04-18 19:54:34 +02:00
30af0572ab Update speakerName type in RuntimeDialogueState 2026-04-15 10:10:10 +02:00
c8073c66d2 Remove unused dialogue handling in runtime-host.ts 2026-04-15 09:48:57 +02:00
d630824df2 Remove unused methods and refactor dialogue handling in RuntimeHost 2026-04-15 09:48:18 +02:00
02cb59623b Simplify dialogue retrieval logic in RuntimeHost 2026-04-15 09:48:00 +02:00
1f43875711 Handle null npcEntityId in setRuntimeDialogue 2026-04-15 09:34:54 +02:00
74ed89f0f9 auto-git:
[change] src/runtime-three/runtime-host.ts
2026-04-15 09:32:10 +02:00
470c6fbbca Add support for NPC dialogue in runtime-host.ts 2026-04-15 09:20:00 +02:00
dc2dd6ecce Add support for cone and torus geometries in runtime-host.ts 2026-04-15 09:16:12 +02:00
06c3711ebc Add functions for cone and torus geometry calculations in whitebox-topology.ts, update dialogue handling in runtime-host.ts 2026-04-15 09:07:48 +02:00
757fb6b6a0 Clone face UV state in runtime-host 2026-04-15 08:04:33 +02:00
ad534ccb40 Refactor brush creation logic in runtime host 2026-04-15 08:02:41 +02:00
40d2d61939 Refactor brush handling in runtime-host.ts 2026-04-15 08:01:02 +02:00
b9ba1b05bd Add function to create runtime geometry brush 2026-04-15 08:00:37 +02:00
71d914fb49 Remove unused constant BOX_FACE_MATERIAL_COUNT 2026-04-15 08:00:37 +02:00
3096ef7459 Import additional brush creation functions and types in runtime-host.ts 2026-04-15 08:00:26 +02:00
37232e43f6 Add tracking for completed scheduled impulse routines 2026-04-15 05:46:30 +02:00
aa6c49854b Update scene document versions and remove unused import 2026-04-15 04:13:11 +02:00
1fdbf50d16 auto-git:
[change] src/app/App.tsx
 [change] src/document/scene-document.ts
 [change] src/geometry/box-face-uvs.ts
 [change] src/materials/starter-material-textures.ts
 [change] src/runtime-three/runtime-host.ts
 [change] src/viewport-three/viewport-host.ts
2026-04-15 04:05:05 +02:00
a201545818 Add createDefaultResolvedControlSource function 2026-04-15 03:48:00 +02:00
eb0277088c Update RuntimeHost to handle impulse routines and scene transitions 2026-04-15 02:06:00 +02:00
d717b979ec Add scene transition and impulse sequence effect handling in runtime-host.ts 2026-04-15 02:05:51 +02:00
df94bb38ee Clear activeScheduledImpulseRoutineIds on scene reset 2026-04-15 02:05:42 +02:00
61a99a57ef Allow null link in applyControlEffect 2026-04-15 02:05:42 +02:00
56c60e3761 Simplify interaction enabling logic in RuntimeHost 2026-04-15 02:04:35 +02:00
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
22a4f2a425 Fix brushId to id in runtime-host.ts 2026-04-15 01:46:08 +02:00
8b5d07bd23 Add visibility sequence effect handling in runtime-host.ts 2026-04-15 01:40:26 +02:00
55342fc9e3 Include sequences in resolved scheduler state 2026-04-14 23:46:04 +02:00
9d2f929f40 Update RuntimeHost to track pressed keys and toggle manual pause 2026-04-14 22:42:28 +02:00
14775f7550 Enhance keyboard pause handling in runtime host 2026-04-14 22:41:06 +02:00
9314beef68 Bump scene document version and clear pressed keys in runtime host 2026-04-14 22:39:24 +02:00
4b8e75483d Track pressed keys in RuntimeHost and handle key up events 2026-04-14 22:39:04 +02:00
b13c293f62 Add keyup and blur event listeners to RuntimeHost 2026-04-14 22:39:04 +02:00
3fa49dee2a Add input handling for runtime pause state in RuntimeHost 2026-04-14 22:38:35 +02:00
2501f18c50 Add pause functionality and keyboard controls to RuntimeHost 2026-04-14 22:25:23 +02:00
163ca929ad Remove suppressNextDialogueAdvanceClick logic in RuntimeHost 2026-04-14 21:27:32 +02:00
dfdffdda1c Introduce suppressNextDialogueAdvanceClick in RuntimeHost and related updates 2026-04-14 21:19:29 +02:00
7198b43241 Update player position handling in interaction system and tests 2026-04-14 21:12:53 +02:00
d5f5e1cb77 Ensure dialogue is not null before passing to handler in runtime-host.ts 2026-04-14 20:36:47 +02:00
4ae935cb99 Update dialogue comparison in runtime-host.ts 2026-04-14 20:33:18 +02:00
37494525c6 Update RuntimeHost to handle interaction prompts and dialogue sources 2026-04-14 20:32:55 +02:00
2d4682b3b8 Invoke dialogue handler on setRuntimeDialogueHandler update 2026-04-14 20:32:46 +02:00
600c330b68 Add source field to RuntimeDialogueState 2026-04-14 20:32:46 +02:00