Commit Graph

117 Commits

Author SHA1 Message Date
ea83ede450 Update scene document serialization tests for advanced rendering features and migrations 2026-04-28 04:54:45 +02:00
e91a724b41 Implement and test God Rays advanced rendering feature 2026-04-28 04:41:05 +02:00
c8781a020b Add migration tests for distance fog and water settings 2026-04-28 04:10:37 +02:00
05377dadfb Update scene document versions and tests for distance fog and dynamic global illumination 2026-04-28 04:10:37 +02:00
c368140aa2 Cleanup minor formatting issues and refine validation logic across components and tests 2026-04-28 03:38:48 +02:00
821f00cdb6 Add migration tests for scene documents, including handling missing dynamic global illumination settings 2026-04-28 03:30:20 +02:00
31fb78a431 Update serialization tests with new version constants and dynamic global illumination settings 2026-04-28 03:30:20 +02:00
00e8ef9c82 Include interaction mapping in scene document JSON tests 2026-04-27 15:46:11 +02:00
41c2f316e6 Test: Add migration test for Player Start input bindings 2026-04-27 15:44:22 +02:00
e331e94715 Update serialization version for interaction angles and track interactable state in viewport host 2026-04-27 15:44:15 +02:00
8750b7aab4 Add serialization test for player start interact bindings 2026-04-27 15:43:58 +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
70cb1b382b auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-25 01:35:57 +02:00
b0ca05445d auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-23 09:11:04 +02:00
a1d295a3b3 auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-23 09:11:04 +02:00
8870ed1991 auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-23 09:08:07 +02:00
1a224b190a auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-23 02:39:59 +02:00
d46c2d62c5 auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-23 02:39:22 +02:00
23fd21ec9b auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-22 18:30:54 +02:00
7932706a44 auto-git:
[change] tests/domain/build-runtime-scene.test.ts
 [change] tests/domain/scene-document-validation.test.ts
 [change] tests/serialization/scene-document-json.test.ts
 [change] tests/unit/entity-instances.test.ts
 [change] tests/unit/viewport-focus.test.ts
2026-04-22 17:21:20 +02:00
6d577bc1ed auto-git:
[change] src/document/migrate-scene-document.ts
 [change] tests/serialization/scene-document-json.test.ts
2026-04-22 16:58:34 +02:00
48f7bc8e58 auto-git:
[change] tests/domain/world-settings.test.ts
 [change] tests/serialization/scene-document-json.test.ts
2026-04-22 16:57:36 +02:00
78f0f85aef auto-git:
[change] tests/serialization/project-document-json.test.ts
 [change] tests/serialization/scene-document-json.test.ts
2026-04-22 16:55:29 +02:00
d071c77fc0 auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-22 16:24:02 +02:00
483a0f2bdd auto-git:
[change] tests/serialization/scene-document-json.test.ts
 [change] tests/unit/world-shader-sky.test.ts
2026-04-22 16:23:32 +02:00
e43abfc59e auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-22 16:01:57 +02:00
23a6d5a01a auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-22 16:00:37 +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
dd2228eab2 auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-22 15:29:05 +02:00
0ddf5fc603 auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-22 15:29:05 +02:00
f152944e79 auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-22 14:05:31 +02:00
de66b3f766 auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-22 14:05:06 +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
d0df07acf1 Add FOLLOW_ACTOR_PATH_SMOOTH_SCENE_DOCUMENT_VERSION to tests 2026-04-18 20:06:02 +02:00
07b667e3d8 Update scene document JSON tests to include terrains 2026-04-18 20:02:18 +02:00
5ff3136762 Remove dialogue library resource test from scene document JSON serialization 2026-04-15 09:59:57 +02:00
5a443e9da3 Update material names and add tests for box face UVs and scene document migration 2026-04-15 04:12:01 +02:00
5276d994bb Remove unused scene exit entity from tests 2026-04-15 03:49:49 +02:00
5958a94750 Add pause bindings migration in scene document JSON tests 2026-04-14 22:40:24 +02:00
37c3dade46 Add test for round-tripping dialogue library resources through scene schema 2026-04-14 20:02:11 +02:00
577df0b21d Add test for actor scheduler animation and follow-path routines in scene document JSON 2026-04-14 13:57:23 +02:00
42ad2e71d7 Add test for round-tripping authored scheduler routines 2026-04-14 02:07:55 +02:00
2a1e3cdcc9 Import additional control and scheduler functions in tests 2026-04-14 02:07:55 +02:00
7ec0328eac Add scheduler to scene document tests 2026-04-14 02:06:50 +02:00
a5a1b4d68c Add test for migrating pre-presence NPC entities to always-authored presence 2026-04-13 23:56:22 +02:00
5166af9cbf Update NPC entity test to include time window presence 2026-04-13 23:56:22 +02:00
f86cad1ea8 Add PATH_FOUNDATION_SCENE_DOCUMENT_VERSION and NPC presence creation functions 2026-04-13 23:56:22 +02:00
0eac096de5 Add paths functionality to scene document and related components 2026-04-13 21:21:39 +02:00
94dfc1be1e Add test for NPC foundation entity migration with default collider settings 2026-04-13 17:38:00 +02:00
5cb37780ec Update scene document version in serialization test 2026-04-13 17:33:25 +02:00