Commit Graph

197 Commits

Author SHA1 Message Date
8b9d2af28f Validate NPC target anchor structure, mode, and offset 2026-05-11 21:55:48 +02:00
f26f246c8a Add validation utility for NPC target anchor mode 2026-05-11 21:55:48 +02:00
f87d948109 Add validation and runtime support for NPC targetable property 2026-05-11 21:23:28 +02:00
6008bff329 Implement and validate foliage blocker masks across document systems 2026-05-02 11:26:06 +02:00
b6b4232499 Add validation for foliage quality settings in world document 2026-05-02 10:49:47 +02:00
2f33a32995 Add validation for terrain foliage masks 2026-05-02 04:11:29 +02:00
796760c00a Add validation for foliage prototypes in scene documents 2026-05-02 03:51:31 +02:00
14d6ed11bd Update resource validation and diagnostics filtering for foliage prototypes 2026-05-02 03:47:58 +02:00
e559174bd9 auto-git:
[change] src/document/scene-document-validation.ts
2026-05-02 03:46:33 +02:00
92107465aa auto-git:
[change] src/document/scene-document-validation.ts
2026-05-02 03:46:21 +02:00
b22bb72884 auto-git:
[change] src/document/scene-document-validation.ts
2026-05-02 03:43:58 +02:00
7e16a85336 auto-git:
[change] src/document/scene-document-validation.ts
2026-05-01 17:43:33 +02:00
989b39dd35 auto-git:
[change] src/document/scene-document-validation.ts
2026-05-01 17:43:33 +02:00
ab0f99b2c2 auto-git:
[change] src/document/scene-document-validation.ts
2026-05-01 17:43:23 +02:00
d409147c8b auto-git:
[change] src/document/scene-document-validation.ts
2026-05-01 16:22:11 +02:00
fa14a0c17f Feature: Implement support for climb action bindings 2026-04-30 00:15:41 +02:00
086dd69c64 Feat: Add brush face climbable property and command support 2026-04-30 00:13:51 +02:00
4efa418cce Validate advanced rendering god rays source size 2026-04-28 14:00:47 +02:00
404fd59751 Implement advanced atmospheric rendering settings (sky blend, horizon strength, height falloff) 2026-04-28 04:52:22 +02:00
129a5335ea Add validation for God Rays advanced rendering settings 2026-04-28 04:32:18 +02:00
949ebfabe1 Add validation checks for Distance Fog world settings 2026-04-28 04:06:27 +02:00
c368140aa2 Cleanup minor formatting issues and refine validation logic across components and tests 2026-04-28 03:38:48 +02:00
fb43d2c756 Add validation for dynamic global illumination settings 2026-04-28 03:27:13 +02:00
1b57ee1435 Refactor sequence validation: Make sequence validation conditional on project scheduling being enabled 2026-04-27 17:25:33 +02:00
f8bc678f03 Refactor scene document validation to make project scheduling optional and add dedicated validation functions for local builds and project scheduling resources 2026-04-27 17:22:25 +02:00
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