Commit Graph

26 Commits

Author SHA1 Message Date
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
0eac096de5 Add paths functionality to scene document and related components 2026-04-13 21:21:39 +02:00
0f4ccab2d6 Adjust brush stair step dimensions in test 2026-04-12 02:33:21 +02:00
6a07ef226d Increase iteration count in collision resolution test 2026-04-12 02:33:21 +02:00
9c147dfb72 Update step positions, sizes, and test iterations in collision world tests 2026-04-12 02:31:52 +02:00
379223ed64 Adjust dimensions and positions in collision world tests 2026-04-12 02:31:52 +02:00
b1d7720cdd Add stair height smoothing and update navigation controllers 2026-04-12 02:30:45 +02:00
41dd4dc434 Update test coordinates in rapier-collision-world.test.ts 2026-04-12 01:56:42 +02:00
16d1e49c6c Add test for smooth falling when airborne input pushes into a wall 2026-04-12 01:54:56 +02:00
b10adb351c Add test for collision behavior when repeatedly walking into a wall from the ground 2026-04-12 01:40:25 +02:00
7cadda83f9 Add test for airborne ledge collision behavior 2026-04-12 01:29:51 +02:00
cb24c0afe8 Add unit tests for player locomotion and update collision handling logic 2026-04-11 19:54:51 +02:00
383120a0c1 Add tests for static-simple model colliders and collision handling 2026-04-11 16:33:28 +02:00
797ef18c6a Adjust test expectations for feet position range in RapierCollisionWorld 2026-04-04 19:42:32 +02:00
08e9f0978d Update test case for feet position in RapierCollisionWorld 2026-04-04 19:42:32 +02:00
3ce10dbed3 Update test cases for collision world and scene document serialization 2026-04-04 19:41:05 +02:00
9aff89a21e Add test for resolving motion against freely rotated colliders 2026-04-04 19:36:40 +02:00
65bffc2ec8 Update test for feet position threshold 2026-04-04 16:02:48 +02:00
d9c6455f9e Add tests for RapierCollisionWorld 2026-04-04 16:00:33 +02:00
c0bc372277 Remove unused test file for RapierCollisionWorld 2026-04-04 15:58:55 +02:00
8b01425464 Remove redundant y-axis position check in test 2026-04-04 08:34:53 +02:00
eefc57262b Update test expectations for x-axis movement 2026-04-04 08:34:52 +02:00
1c60dafbf8 Update terrain geometry and test cases for RapierCollisionWorld 2026-04-04 08:33:37 +02:00
7df881227a Add test for first-person motion against terrain heightfield colliders 2026-04-04 08:21:51 +02:00
6a0ec57cf1 Update test assertions for feet position 2026-04-04 08:00:41 +02:00
ba8f8235bf Add collision mode support and debug visualization in App.tsx and related files 2026-04-04 07:57:32 +02:00