Commit Graph

654 Commits

Author SHA1 Message Date
f01f43f810 auto-git:
[change] src/runtime-three/runtime-project-time.ts
2026-04-22 12:36:51 +02:00
4b5ce67ecd auto-git:
[change] src/runtime-three/runtime-project-time.ts
2026-04-22 12:36:13 +02:00
1f325aea13 auto-git:
[change] src/runtime-three/runtime-project-time.ts
2026-04-22 12:34:21 +02:00
fd13d0dcfe auto-git:
[change] src/runtime-three/runtime-project-time.ts
2026-04-22 12:33:41 +02:00
69a82f5013 auto-git:
[change] src/runtime-three/runtime-project-time.ts
2026-04-22 12:30:50 +02:00
39bdebf56a auto-git:
[change] src/runtime-three/runtime-project-time.ts
2026-04-22 12:29:45 +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
44ef7899da Add 'enabled' property to terrain bounds calculation 2026-04-18 19:57:11 +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
39b062e9b5 Add terrain support to runtime scene build 2026-04-18 19:53:52 +02:00
bd0df136d6 Add terrain support in runtime scene building 2026-04-18 19:53:47 +02:00
27b6e804c5 Add Terrain interface and update RuntimeSceneDefinition 2026-04-18 19:53:28 +02:00
ecc4794da0 Initialize smoothPath as true in buildRuntimeControlSurface 2026-04-15 11:19:20 +02:00
b9dcdf72fa Add smoothPath property to RuntimeResolvedNpcPathState 2026-04-15 11:13:20 +02:00
a4107516e5 Update path sampling functions and add smoothPath option 2026-04-15 11:12:50 +02:00
5a132cb351 Refactor NPC interaction logic in runtime-interaction-system.ts 2026-04-15 10:58:45 +02:00
30af0572ab Update speakerName type in RuntimeDialogueState 2026-04-15 10:10:10 +02:00
849a603b89 Refactor runtime-scene-build.ts by removing unused imports and properties 2026-04-15 09:48:57 +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
1ee202f589 Remove unused method startDialogue from RuntimeInteractionDispatcher 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
fcf11f09bc Make startNpcDialogue optional in runtime-interaction-system.ts 2026-04-15 09:25:56 +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
cd25067333 Add majorSegmentCount and tubeSegmentCount to RuntimeBoxBrushInstance and update buildRuntimeBrush logic 2026-04-15 09:16:06 +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
4b46b854d6 Update RuntimeInteractionSystem to support NPC dialogues and refactor dialogue handling 2026-04-15 09:06:51 +02:00
5c0d56f97c Update NPC dialogue handling in runtime scene build 2026-04-15 09:06:25 +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
408eb34506 Remove unused parameter in resolveMostRecentCompletedActorPathState 2026-04-15 08:01:40 +02:00
5fe8c3cee1 Add function to resolve most recent completed actor path state 2026-04-15 08:01:12 +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
37b024e3bc Remove duplicate import statements in runtime-scene-build.ts 2026-04-15 07:56:34 +02:00