Commit Graph

582 Commits

Author SHA1 Message Date
a2c0401470 Test: Add collision resolution test for authored rectangular terrain grids 2026-05-13 16:10:34 +02:00
2aae3dff27 feat(tests): Add comprehensive test coverage for terrain resizing logic 2026-05-13 14:13:04 +02:00
d702cdfdf9 Refactor App component and update terrain-related tests 2026-05-13 13:59:25 +02:00
6f64954ee0 auto-git:
[change] src/app/App.tsx
 [change] tests/domain/terrains.test.ts
 [change] tests/unit/terrain-foundation.integration.test.tsx
2026-05-13 13:59:02 +02:00
cafc90e5db auto-git:
[change] tests/domain/terrains.test.ts
2026-05-13 13:55:33 +02:00
f0e755c597 Test: Verify spline corridor junctions and clip intervals are correctly included in runtime scene builds 2026-05-13 13:38:43 +02:00
14d6ad8e54 Add test case for applying spline corridor junction terrain footprints 2026-05-13 13:38:14 +02:00
7169b4562e Import spline corridor junction creation utility for testing 2026-05-13 13:38:14 +02:00
ae6c7a364a Remove validation checks for junction connection errors 2026-05-13 13:38:14 +02:00
6b552b35ad auto-git:
[change] tests/domain/scene-document-validation.test.ts
2026-05-13 13:36:58 +02:00
97ce4f2579 auto-git:
[change] tests/domain/scene-document-validation.test.ts
2026-05-13 13:36:58 +02:00
90c00febad feat(junction): Add command tests and serialization support for spline corridor junctions 2026-05-13 13:35:49 +02:00
bd6e1d4e80 Test: Skip repeater instances inside junction clip intervals 2026-05-13 13:35:04 +02:00
1b4c6f2928 Add comprehensive tests for spline corridor junction detection and resolution 2026-05-13 13:34:29 +02:00
5682d113e0 Update runtime scene fixture with spline corridor junction data 2026-05-13 13:33:09 +02:00
d9060ca789 Add test case for inserting path points after a specified anchor point 2026-05-13 05:08:38 +02:00
6cf131127e Add validation checks for collisionEnabled status and related invalid path errors 2026-05-13 04:34:53 +02:00
70cf99cf0a Update tests to validate collisionEnabled property for runtime scene edges 2026-05-13 04:34:53 +02:00
bb8d2328e6 test(domain): Add test case for spline corridor colliders in runtime scene building 2026-05-13 04:32:34 +02:00
9f4cb45893 feat(test): Add unit tests for spline corridor collider derivation 2026-05-13 04:32:34 +02:00
7e1d558460 Disable collision checking for left edge in build runtime scene tests 2026-05-13 04:32:03 +02:00
49e627937d Add comprehensive validation tests for scene document path repeaters 2026-05-13 03:50:39 +02:00
c167b0c7a3 Test build runtime scene generation with defined repeaters 2026-05-13 03:49:33 +02:00
214da6319b Add tests for spline repeater asset placement and terrain conforming 2026-05-13 03:49:33 +02:00
9e6b1a7f27 Update build runtime scene test to include repeater structure 2026-05-13 03:49:33 +02:00
a9063726f6 Add comprehensive validation tests for road path edges in scene documents 2026-05-13 03:05:29 +02:00
f25415f2df Update material ID constants in build runtime scene tests 2026-05-13 03:05:29 +02:00
20e69d5328 Add tests for road edges (curbs) when building runtime scenes 2026-05-13 03:04:44 +02:00
2b93be599a Add soft shoulder edge definitions to build runtime scene tests 2026-05-13 03:02:34 +02:00
7501d9de42 test: Add test case for resolving road materials in runtime scene 2026-05-13 01:14:15 +02:00
40af62cb05 test: Update road material structure in runtime scene tests 2026-05-13 01:14:15 +02:00
de45c5ae3a Test: Verify automatic terrain layer creation when applying a spline road 2026-05-13 00:51:56 +02:00
bbd05f7b32 Add tests for terrain layer management, including undo/redo functionality 2026-05-13 00:51:44 +02:00
5a136a946b Update terrain material layer tests with expanded sample counts and paint weights 2026-05-13 00:51:36 +02:00
1f1af492f6 Add tests for terrain layer manipulation (add/remove layers) 2026-05-13 00:51:15 +02:00
cd481501f9 Add unit tests for applying spline roads to terrain, including undo/redo functionality 2026-05-13 00:16:44 +02:00
d198c7d35f Update validation tests for road properties in scene document 2026-05-13 00:06:33 +02:00
22fc08f5bd Add road configuration to build runtime scene tests 2026-05-13 00:06:05 +02:00
447c21c7f9 Add test case for building terrain-glued runtime paths 2026-05-12 23:39:32 +02:00
988ad8b0fa Update default values for terrain gluing in tests 2026-05-12 23:39:32 +02:00
0fb8301d13 Add validation tests for path properties (glueToTerrain and terrainOffset) 2026-05-12 23:38:07 +02:00
ef2d31438e Test: Add scenario for scene paths glued to terrain 2026-05-12 23:37:45 +02:00
5768bb1e47 Update test parameters for buildRuntimeSceneFromDocument 2026-05-12 22:51:39 +02:00
fe3a2657d7 auto-git:
[change] tests/domain/scene-paths.test.ts
2026-05-12 22:49:02 +02:00
2878a57115 Add tests for batch path point operations (set positions and delete points) 2026-05-12 22:14:35 +02:00
f9c90a2887 Enhance transform session command tests for path points and surface snap targets 2026-05-12 22:14:15 +02:00
774b0bdb5f Add tests for multi-selection and advanced selection logic (shift-click) 2026-05-12 22:13:35 +02:00
0984360b14 auto-git:
[change] tests/domain/foliage-scatter.test.ts
 [change] tests/domain/scene-document-validation.test.ts
2026-05-12 21:44:28 +02:00
47a411a743 Update world settings test case for foliage density multiplier bounds 2026-05-12 21:42:27 +02:00
22cbdd81d2 Add target anchor setup to runtime interaction system tests 2026-05-11 22:02:07 +02:00