Commit Graph

246 Commits

Author SHA1 Message Date
ff9ce87638 auto-git:
[change] src/document/migrate-scene-document.ts
2026-04-22 13:57:41 +02:00
8e18180e67 auto-git:
[change] src/document/migrate-scene-document.ts
2026-04-22 13:57:06 +02:00
97732b7b72 auto-git:
[change] src/document/migrate-scene-document.ts
2026-04-22 13:57:06 +02:00
0404f7a848 auto-git:
[change] src/document/migrate-scene-document.ts
2026-04-22 12:28:29 +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
6a43793779 Update migrateSceneDocument to handle FOLLOW_ACTOR_PATH_SMOOTH_SCENE_DOCUMENT_VERSION 2026-04-18 20:06:02 +02:00
4afef32d5d auto-git:
[change] src/document/migrate-scene-document.ts
2026-04-18 19:59:52 +02:00
30070e79d7 Add terrain reading to scene document migration 2026-04-18 19:47:03 +02:00
7b1658d133 Add terrains field to SceneDocument migration 2026-04-18 19:46:17 +02:00
319668d38b Add terrain reading functionality in migrate-scene-document.ts 2026-04-18 19:45:05 +02:00
285e70c9ae Handle smoothPath in readControlEffect 2026-04-15 11:13:20 +02:00
cf8d37dd44 Remove speakerName from dialogue line reading functions 2026-04-15 10:10:54 +02:00
a4296dd70c Remove unused variable dialogueId in migrate-scene-document.ts 2026-04-15 09:54:56 +02:00
0702681c64 Remove dialogues field from SceneDocument migration 2026-04-15 09:51:04 +02:00
f3d174a3a7 Remove startDialogue interaction and related code 2026-04-15 09:50:32 +02:00
888437ba4e Update dialogue handling in migrate-scene-document.ts 2026-04-15 09:25:56 +02:00
cc12918b7b Refactor dialogue handling in scene and project document migrations 2026-04-15 09:23:40 +02:00
7343441ee8 Add support for legacy project dialogues in scene document migration 2026-04-15 09:23:40 +02:00
f9a714b6b0 Add makeNpcTalk effect validation and handling in migrate-scene-document.ts 2026-04-15 09:22:38 +02:00
6deb1f9bdb Update entity reading functions to include legacy project dialogues 2026-04-15 09:22:29 +02:00
e67f0d6d13 Update NPC entity reading to include dialogues and legacy support 2026-04-15 09:22:21 +02:00
1b10a6a31d Add function to read NPC dialogues from scene document 2026-04-15 09:22:11 +02:00
635724a915 Add default rotation for wedge brushes in migrate-scene-document.ts 2026-04-15 09:21:07 +02:00
af78713c0f Update migration logic for WHITEBOX_PRIMITIVES_SCENE_DOCUMENT_VERSION 2026-04-15 09:18:51 +02:00
fd47dec943 Update interaction link creation and add new scene document version 2026-04-15 09:17:50 +02:00
6a6637f5b6 Remove unused constant DEFAULT_TORUS_BRUSH_SIZE 2026-04-15 09:11:57 +02:00
1c752b0101 Add support for cone and torus brush types in migrate-scene-document.ts 2026-04-15 09:11:48 +02:00
a1630c1ee8 Add support for cone and torus brushes in document migration 2026-04-15 09:11:41 +02:00
abdcab4605 Refactor readBrushGeometry and update brush creation logic 2026-04-15 08:10:35 +02:00
55f6d10923 Support multiple brush kinds in migrate-scene-document.ts 2026-04-15 08:09:38 +02:00
c4b7b691b6 Refactor brush face and geometry reading functions in migrate-scene-document.ts 2026-04-15 08:09:20 +02:00
b2f1d71307 Update migrate-scene-document.ts with new brush types and utility functions 2026-04-15 08:08:52 +02:00
aa6c49854b Update scene document versions and remove unused import 2026-04-15 04:13:11 +02:00
b7b85d37bd Update scene document migration to include new versions and parameters 2026-04-15 04:11:24 +02:00
1bc1da42dc Remove unused import in migrate-scene-document.ts 2026-04-15 04:08:49 +02:00
b4b399e3c6 Update material registry handling to support legacy patterns and new workflow checks 2026-04-15 04:07:45 +02:00
288c5d8e55 auto-git:
[change] src/document/migrate-scene-document.ts
2026-04-15 04:06:59 +02:00
a04c6fad18 Add validation for startSceneTransition effect in migrate-scene-document.ts 2026-04-15 03:43:18 +02:00
d9d288ab8d Remove readSceneExitEntity function and its usage 2026-04-15 03:43:14 +02:00
43d1e56347 Remove unused function createSceneExitEntity 2026-04-15 03:43:14 +02:00
9f5daa8b8a Refactor sequence effect handling for setVisibility 2026-04-15 01:40:53 +02:00
d8161e8695 auto-git:
[change] src/document/migrate-scene-document.ts
2026-04-15 01:40:53 +02:00
36f81d74b0 Refactor sequence handling and add new sequences panel 2026-04-15 01:17:01 +02:00
4cab97d785 Remove unused ProjectSequencesPanel component and update sequence document migration and validation 2026-04-15 01:13:31 +02:00
a17b6fae05 Update sequence clip reading to include startMinute, durationMinutes, and lane 2026-04-15 00:47:04 +02:00
144c717757 Correct error messages for sequence clip validation 2026-04-15 00:22:40 +02:00
f13188bf32 Refactor sequence step handling to use clips 2026-04-15 00:18:42 +02:00
d8482e6834 Add support for 'runSequence' interaction link in migrate-scene-document.ts 2026-04-14 23:47:03 +02:00
ba9deb43b5 Add sequences to SceneDocument migration 2026-04-14 23:46:59 +02:00
dcab81fd4e Add PLAYER_START_PAUSE_BINDINGS_SCENE_DOCUMENT_VERSION to migrate-scene-document.ts 2026-04-14 23:34:52 +02:00