Commit Graph

151 Commits

Author SHA1 Message Date
da6eb2d116 auto-git:
[change] src/document/scene-document-validation.ts
 [change] src/runtime-three/runtime-host.ts
2026-04-22 14:01:31 +02:00
607ad8cf2d auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 13:57:41 +02:00
6237f9486e auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 12:29:45 +02:00
eb57dd64c0 auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 12:29:44 +02:00
e7ad933895 auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 12:28:58 +02:00
71d8a19f22 auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 12:28:51 +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
c40ae78174 Add terrain validation and id registration in scene-document-validation.ts 2026-04-18 19:47:07 +02:00
36bc16af12 Add terrain validation to scene document 2026-04-18 19:47:04 +02:00
c4836a319c auto-git:
[change] src/document/scene-document-validation.ts
2026-04-15 11:13:24 +02:00
bbf0ae4d70 Update scene document validation for NPC entities 2026-04-15 10:59:23 +02:00
50528acdfc Remove validation for empty dialogue speaker names 2026-04-15 10:10:56 +02:00
2a3e8c4852 Update scene validation to include current scene entities 2026-04-15 10:04:18 +02:00
4310fec814 Update project resource validation in scene-document-validation.ts 2026-04-15 09:54:56 +02:00
96b28ee2b8 Remove dialogue validation checks from scene document validation 2026-04-15 09:51:31 +02:00
425d207c5b Remove unused dialogue property from validation functions 2026-04-15 09:50:32 +02:00
9f117bbc38 Remove dialogue validation from scene and sequence validation 2026-04-15 09:49:19 +02:00
1ebd615d1a Enhance scene document validation with NPC dialogue checks 2026-04-15 09:20:00 +02:00
dd76bae073 Add validation for radial prism, cone, and torus side counts in scene document 2026-04-15 09:12:20 +02:00
84edd3ee26 Add normalization functions for brush properties 2026-04-15 09:12:09 +02:00
b5bba4823f Use dynamic face and vertex IDs for validation and add volume mode check 2026-04-15 08:08:34 +02:00
e2bbd0dca0 Update imports and remove unused constants 2026-04-15 08:08:34 +02:00
da510ad776 Update validation messages and logic in scene document, project scheduler, and sequencer 2026-04-15 07:24:11 +02:00
d0a6c11531 Update validateProjectResources to include scenes in document validation 2026-04-15 03:56:07 +02:00
4cd99680d4 Fix scene validation by including scenes in context 2026-04-15 03:54:40 +02:00
9691ba84ce Add project scenes to validation context and improve scene transition check 2026-04-15 03:54:03 +02:00
eac599396a Include scenes in validation context 2026-04-15 03:54:03 +02:00
8aabc1e434 Update validateProjectSequence to include dialogues in document parameter 2026-04-15 03:46:55 +02:00
65797e9e59 Add validation for startSceneTransition effect in project sequence 2026-04-15 03:43:45 +02:00
50428afb8e Remove sceneExit validation from document validation 2026-04-15 02:08:34 +02:00
295366d94f Remove validateSceneExitEntity function and related logic 2026-04-15 02:08:25 +02:00
b9de337127 Remove unused SceneExitEntity type from imports 2026-04-15 02:08:25 +02:00
7ed8a6edd3 Update scene document validation to include scenes in project scheduler context 2026-04-15 02:08:25 +02:00
a0ec31aa06 Add impulse effects validation in project scheduler 2026-04-15 02:07:49 +02:00
e6f30d0735 Update scene document validation to include startSceneTransition effect checks 2026-04-15 02:07:31 +02:00
b4e378ef28 Remove global target validation for project scheduler 2026-04-15 02:07:22 +02:00
d90dafecac Update interaction control target validation message 2026-04-15 02:07:22 +02:00
4a4a1dd935 Include brushes in project scheduler validation context 2026-04-15 01:46:08 +02:00
16dd969a88 Add brush counts to project scheduler validation context and update scene target recording 2026-04-15 01:44:56 +02:00
37a189fadb Add validation for setVisibility effect targets in scene document 2026-04-15 01:40:58 +02:00
4cab97d785 Remove unused ProjectSequencesPanel component and update sequence document migration and validation 2026-04-15 01:13:31 +02:00
661741aed8 Add validation for project sequence duration and clip properties in scene-document-validation.ts 2026-04-15 00:47:27 +02:00
f13188bf32 Refactor sequence step handling to use clips 2026-04-15 00:18:42 +02:00
8c1f332a85 Rename dialogues parameter to projectResources in validateProjectSequence 2026-04-14 23:47:28 +02:00
e782811c4b Add validation for dialogue and sequence IDs in scene document 2026-04-14 23:37:06 +02:00
29129e6e4f Enhance project scheduler validation by incorporating sequence effects and ensuring valid sequence IDs. 2026-04-14 23:36:56 +02:00
9fce9834b6 Add sequence validation for interaction links 2026-04-14 23:36:27 +02:00
b8ab7f383d Fix undefined check in dialogue validation 2026-04-14 23:36:27 +02:00
ea58fb7bd7 Refactor validation functions to include context parameter 2026-04-14 23:35:59 +02:00
d09bc6dd17 Add validation for project sequences and update resource validation 2026-04-14 23:35:33 +02:00