Commit Graph

893 Commits

Author SHA1 Message Date
c3cfaabcd9 Test: Prevent viewport refocus when scene document changes without focus request 2026-04-21 02:31:12 +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
84c914611d auto-git:
[add] tests/geometry/terrain-brush.test.ts
2026-04-18 20:36:52 +02:00
c093a0e320 auto-git:
[change] tests/unit/terrain-foundation.integration.test.tsx
2026-04-18 20:33:04 +02:00
65f5ef1a7b auto-git:
[change] tests/unit/viewport-canvas.test.tsx
2026-04-18 20:32:16 +02:00
d0df07acf1 Add FOLLOW_ACTOR_PATH_SMOOTH_SCENE_DOCUMENT_VERSION to tests 2026-04-18 20:06:02 +02:00
3b59f80974 Add integration test for terrain foundation 2026-04-18 20:04:04 +02:00
d3c5c8a221 Add test for framing selected terrain from its authored grid bounds 2026-04-18 20:02:23 +02:00
07b667e3d8 Update scene document JSON tests to include terrains 2026-04-18 20:02:18 +02:00
71abf5bab9 Add tests for terrain commands 2026-04-18 20:02:18 +02:00
5cb7a4482a Add tests for terrain mesh generation 2026-04-18 20:02:18 +02:00
129b688ffc Include terrains object in local draft storage test 2026-04-18 20:01:02 +02:00
98adab49ce Update test fixture with terrains array 2026-04-18 20:01:02 +02:00
ab8cfd9fb3 Add Surface Snap Move feature and update related components 2026-04-18 19:34:15 +02:00
ab8bc238bd Update tests to include updateSimulation method in MockViewportHost 2026-04-15 15:14:43 +02:00
41bb2d9e24 Add test for multi-selection synchronization between outliner and viewport 2026-04-15 15:13:15 +02:00
492f7aacab Add test for framing multiple selected model instances around their combined authored bounds 2026-04-15 15:12:38 +02:00
50ab5ea9d1 Add tests for multi-target transform sessions 2026-04-15 15:12:25 +02:00
85b7ddaf2c Add test for delete selection command 2026-04-15 15:11:24 +02:00
2ff06ef6b3 Update test to check active selection ID after duplication 2026-04-15 15:11:24 +02:00
46eea3a044 Update editor store tests to track active id and handle selection-only changes 2026-04-15 15:10:11 +02:00
fd03b74ad5 Add tests for selection click helpers 2026-04-15 15:10:11 +02:00
6fa52483be Update viewport-canvas.test.tsx with activeSelectionId 2026-04-15 15:05:11 +02:00
75807045a3 Add path entity to project document JSON test 2026-04-15 11:23:59 +02:00
7dca8b1b25 Add NPC entity to project document test 2026-04-15 11:21:56 +02:00
b462b5ae2d Update tests for new onSetControlStepPathSmooth in ProjectSequencerPane 2026-04-15 11:19:20 +02:00
817b88497e Add test for migrating legacy actor follow-path effects to smooth paths by default 2026-04-15 11:17:12 +02:00
c84b40869c Add test for smooth path in runtime project scheduler 2026-04-15 11:17:04 +02:00
f739e0387c Add test for smoothing followed paths into rounded corners 2026-04-15 11:16:21 +02:00
438c69ddae Add smoothPath option to project schedule control options 2026-04-15 11:16:21 +02:00
d63cbcff27 Update tests for smooth path in project sequences 2026-04-15 11:15:09 +02:00
8efa090705 Change interactionLinks to an array in runtime-interaction-system.test.ts 2026-04-15 11:01:56 +02:00
f8470bafae Add test for NPC interaction links running click sequences 2026-04-15 11:00:11 +02:00
cccfd67bb3 Modify tests for NPC interaction system 2026-04-15 10:59:53 +02:00
8460ac6329 Add test for migrating legacy NPC dialogue speaker fields 2026-04-15 10:15:27 +02:00
51bfea0a80 Remove speakerName from dialogue lines in project-document-json.test.ts 2026-04-15 10:13:17 +02:00
786039dcd0 Remove speakerName from dialogue lines in build-runtime-scene.test.ts 2026-04-15 10:13:17 +02:00
07835ae7d5 Update speakerName references to use npc.actorId 2026-04-15 10:11:48 +02:00
16f7391801 Remove unused 'speakerName' field in tests 2026-04-15 10:11:48 +02:00
6b74477ebc Remove unused 'speakerName' fields in tests 2026-04-15 10:11:48 +02:00
2bb802f629 Add dialogue to build-runtime-scene test case 2026-04-15 10:05:18 +02:00
6d5208e8b5 Add position option to NPC creation and update tests 2026-04-15 10:04:28 +02:00
a660414009 Remove unused scene document versions from project document JSON test 2026-04-15 10:03:05 +02:00
3bd22bf7c8 Update runtime interaction system test with position and yawDegrees 2026-04-15 10:03:05 +02:00
53aa43025f Refactor NPC entity creation in tests 2026-04-15 10:02:06 +02:00
8028b23924 Refactor NPC entity creation in test 2026-04-15 10:01:08 +02:00
a5e31ad6d3 Add helper function to create runtime NPC fixture in tests 2026-04-15 10:00:56 +02:00
5ff3136762 Remove dialogue library resource test from scene document JSON serialization 2026-04-15 09:59:57 +02:00
8210e00e0f Refactor project-document-json.test.ts by removing dialogue and sequence migration tests 2026-04-15 09:59:53 +02:00
a178760168 Remove unused function startDialogue from runtime-control-foundation.test.ts 2026-04-15 09:59:53 +02:00