Commit Graph

172 Commits

Author SHA1 Message Date
eed6afb58f Feature: Add support for inverted mouse camera horizontal setting to player start 2026-04-27 17:17:21 +02:00
c3dd68e682 Add validation checks for player start input bindings and boolean properties 2026-04-27 15:53:14 +02:00
1cd8e8c44a Add validation for player start entity input bindings (keyboard and gamepad) 2026-04-27 15:50:43 +02:00
c127b8c919 Validate player start interaction angle 2026-04-27 15:15:50 +02:00
d51c40553a Validate player start interaction reach distance in scene documents 2026-04-26 23:02:13 +02:00
013c944fc4 auto-git:
[change] src/app/App.tsx
 [change] src/document/migrate-scene-document.ts
 [change] src/document/scene-document-validation.ts
 [change] src/rendering/world-background-renderer.ts
 [change] src/rendering/world-shader-sky.ts
 [change] tests/domain/scene-document-validation.test.ts
2026-04-25 01:37:07 +02:00
4fc3256680 auto-git:
[change] src/document/scene-document-validation.ts
2026-04-25 01:31:26 +02:00
29bb55b03a auto-git:
[change] src/document/scene-document-validation.ts
2026-04-23 08:51:31 +02:00
87f4d26592 auto-git:
[change] src/document/scene-document-validation.ts
2026-04-23 02:37:08 +02:00
ba1ba6eb87 auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 18:06:30 +02:00
611828f75b auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 16:59:02 +02:00
ed26cc4643 auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 16:58:34 +02:00
d3a272903d auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 16:54:13 +02:00
6c772725e9 auto-git:
[change] src/document/migrate-scene-document.ts
 [change] src/document/scene-document-validation.ts
 [change] src/document/scene-document.ts
 [change] src/document/world-settings.ts
2026-04-22 16:22:41 +02:00
0c592addbe auto-git:
[change] src/document/migrate-scene-document.ts
 [change] src/document/scene-document-validation.ts
 [change] src/document/scene-document.ts
 [change] src/rendering/world-background-renderer.ts
2026-04-22 15:59:17 +02:00
6bc3b355b2 auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 15:49:28 +02:00
b2a4e1da7b auto-git:
[change] src/app/App.tsx
 [change] src/assets/starter-environment-assets.ts
 [change] src/document/migrate-scene-document.ts
 [change] src/document/scene-document-validation.ts
 [change] src/document/scene-document.ts
 [change] src/document/world-settings.ts
 [change] src/rendering/world-background-renderer.ts
 [change] src/rendering/world-shader-sky.ts
 [change] src/runtime-three/runtime-host.ts
 [change] src/runtime-three/runtime-project-time.ts
 [change] src/shared-ui/world-background-style.ts
 [change] src/viewport-three/ViewportCanvas.tsx
 [change] src/viewport-three/viewport-host.ts
 [change] tests/domain/runtime-project-time.test.ts
 [change] tests/domain/scene-document-validation.test.ts
 [change] tests/domain/world-settings.test.ts
 [change] tests/serialization/project-document-json.test.ts
 [change] tests/serialization/scene-document-json.test.ts
 [change] tests/unit/world-shader-sky.test.ts
2026-04-22 15:30:43 +02:00
1d2a6804a4 auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 15:16:17 +02:00
fe1d7e939f auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 15:16:17 +02:00
af60804c81 auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 15:16:03 +02:00
8045dec709 auto-git:
[change] src/document/scene-document-validation.ts
2026-04-22 15:15:29 +02:00
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