Commit Graph

218 Commits

Author SHA1 Message Date
03e193eddc auto-git:
[change] src/runtime-three/runtime-host.ts
2026-04-22 13:44:56 +02:00
899ca9170b auto-git:
[change] src/rendering/world-background-renderer.ts
 [change] src/runtime-three/runtime-host.ts
 [change] src/viewport-three/viewport-host.ts
2026-04-22 13:15:12 +02:00
e4485ada3c auto-git:
[change] src/runtime-three/runtime-host.ts
2026-04-22 13:12:32 +02:00
1220983f98 auto-git:
[change] src/runtime-three/runtime-host.ts
2026-04-22 13:11:56 +02:00
e923818a65 auto-git:
[change] src/runtime-three/runtime-host.ts
2026-04-22 13:11:56 +02:00
72724628ce auto-git:
[change] src/runtime-three/runtime-host.ts
2026-04-22 13:11:56 +02:00
411696518d auto-git:
[change] src/runtime-three/runtime-host.ts
2026-04-22 13:11:56 +02:00
94dec56eb4 auto-git:
[add] src/rendering/terrain-layer-material.ts
 [add] tests/domain/terrains.test.ts
 [change] src/app/App.tsx
 [change] src/core/terrain-brush.ts
 [change] src/document/migrate-scene-document.ts
 [change] src/document/scene-document-validation.ts
 [change] src/document/scene-document.ts
 [change] src/document/terrains.ts
 [change] src/geometry/terrain-brush.ts
 [change] src/geometry/terrain-mesh.ts
 [change] src/runtime-three/rapier-collision-world.ts
 [change] src/runtime-three/runtime-host.ts
 [change] src/runtime-three/runtime-scene-build.ts
 [change] src/viewport-three/ViewportCanvas.tsx
 [change] src/viewport-three/ViewportPanel.tsx
 [change] src/viewport-three/viewport-host.ts
 [change] tests/domain/build-runtime-scene.test.ts
 [change] tests/domain/rapier-collision-world.test.ts
 [change] tests/domain/terrain.command.test.ts
 [change] tests/domain/water-material.test.ts
 [change] tests/geometry/terrain-brush.test.ts
 [change] tests/geometry/terrain-mesh.test.ts
 [change] tests/serialization/scene-document-json.test.ts
 [change] tests/unit/terrain-foundation.integration.test.tsx
 [change] tests/unit/viewport-canvas.test.tsx
2026-04-20 02:37:01 +02:00
5f9e3e71e8 Add return statement in runtime-host.ts 2026-04-18 20:01:02 +02:00
dd89ed3e18 auto-git:
[change] src/runtime-three/runtime-host.ts
2026-04-18 19:59:52 +02:00
e89e9c3008 Remove unused keyboard event handlers and update method in runtime-host.ts 2026-04-18 19:58:52 +02:00
9b9a1801b4 Extend collision bounds calculation and add water contact patch collection 2026-04-18 19:58:23 +02:00
2076ab7c55 Add method to clear terrain meshes in RuntimeHost 2026-04-18 19:54:59 +02:00
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