|
|
22aaca2487
|
Add function to read player start movement template
|
2026-04-11 17:59:04 +02:00 |
|
|
|
5a77b9cb37
|
Update scene document version and add player start movement template
|
2026-04-11 17:58:52 +02:00 |
|
|
|
953c59bd1d
|
Update version checks and id generation in migration and collider scripts
|
2026-04-11 16:32:02 +02:00 |
|
|
|
f4150ea4a8
|
Add static-simple collision mode for model instances
|
2026-04-11 16:31:56 +02:00 |
|
|
|
9b7706bf5b
|
auto-git:
[unlink] playwright.config.js
[unlink] src/app/App.js
[unlink] src/app/editor-store.js
[unlink] src/app/use-editor-store.js
[unlink] src/assets/audio-assets.js
[unlink] src/assets/gltf-model-import.js
[unlink] src/assets/image-assets.js
[unlink] src/assets/model-instance-labels.js
[unlink] src/assets/model-instance-rendering.js
[unlink] src/assets/model-instances.js
[unlink] src/assets/project-asset-storage.js
[unlink] src/assets/project-assets.js
[unlink] src/commands/brush-command-helpers.js
[unlink] src/commands/command-history.js
[unlink] src/commands/command.js
[unlink] src/commands/commit-transform-session-command.js
[unlink] src/commands/create-box-brush-command.js
[unlink] src/commands/delete-box-brush-command.js
[unlink] src/commands/delete-entity-command.js
[unlink] src/commands/delete-interaction-link-command.js
[unlink] src/commands/delete-model-instance-command.js
[unlink] src/commands/duplicate-selection-command.js
[unlink] src/commands/import-audio-asset-command.js
[unlink] src/commands/import-background-image-asset-command.js
[unlink] src/commands/import-model-asset-command.js
[unlink] src/commands/move-box-brush-command.js
[unlink] src/commands/resize-box-brush-command.js
[unlink] src/commands/rotate-box-brush-command.js
[unlink] src/commands/set-box-brush-face-material-command.js
[unlink] src/commands/set-box-brush-face-uv-state-command.js
[unlink] src/commands/set-box-brush-name-command.js
[unlink] src/commands/set-box-brush-transform-command.js
[unlink] src/commands/set-box-brush-volume-settings-command.js
[unlink] src/commands/set-entity-name-command.js
[unlink] src/commands/set-model-instance-name-command.js
[unlink] src/commands/set-player-start-command.js
[unlink] src/commands/set-scene-name-command.js
[unlink] src/commands/set-world-settings-command.js
[unlink] src/commands/upsert-entity-command.js
[unlink] src/commands/upsert-interaction-link-command.js
[unlink] src/commands/upsert-model-instance-command.js
[unlink] src/core/ids.js
[unlink] src/core/selection.js
[unlink] src/core/tool-mode.js
[unlink] src/core/transform-session.js
[unlink] src/core/vector.js
[unlink] src/core/whitebox-selection-feedback.js
[unlink] src/core/whitebox-selection-mode.js
[unlink] src/document/brushes.js
[unlink] src/document/migrate-scene-document.js
[unlink] src/document/scene-document-validation.js
[unlink] src/document/scene-document.js
[unlink] src/document/world-settings.js
[unlink] src/entities/entity-instances.js
[unlink] src/entities/entity-labels.js
[unlink] src/geometry/box-brush-components.js
[unlink] src/geometry/box-brush-mesh.js
[unlink] src/geometry/box-brush.js
[unlink] src/geometry/box-face-uvs.js
[unlink] src/geometry/grid-snapping.js
[unlink] src/geometry/model-instance-collider-debug-mesh.js
[unlink] src/geometry/model-instance-collider-generation.js
[unlink] src/interactions/interaction-links.js
[unlink] src/main.js
[unlink] src/materials/starter-material-library.js
[unlink] src/materials/starter-material-textures.js
[unlink] src/rendering/advanced-rendering.js
[unlink] src/rendering/fog-material.js
[unlink] src/rendering/planar-reflection.js
[unlink] src/rendering/water-material.js
[unlink] src/runner-web/RunnerCanvas.js
[unlink] src/runtime-three/first-person-navigation-controller.js
[unlink] src/runtime-three/navigation-controller.js
[unlink] src/runtime-three/orbit-visitor-navigation-controller.js
[unlink] src/runtime-three/player-collision.js
[unlink] src/runtime-three/rapier-collision-world.js
[unlink] src/runtime-three/runtime-audio-system.js
[unlink] src/runtime-three/runtime-host.js
[unlink] src/runtime-three/runtime-interaction-system.js
[unlink] src/runtime-three/runtime-scene-build.js
[unlink] src/runtime-three/runtime-scene-validation.js
[unlink] src/runtime-three/underwater-fog.js
[unlink] src/serialization/local-draft-storage.js
[unlink] src/serialization/scene-document-json.js
[unlink] src/shared-ui/HierarchicalMenu.js
[unlink] src/shared-ui/Panel.js
[unlink] src/shared-ui/world-background-style.js
[unlink] src/viewport-three/ViewportCanvas.js
[unlink] src/viewport-three/ViewportPanel.js
[unlink] src/viewport-three/viewport-entity-markers.js
[unlink] src/viewport-three/viewport-focus.js
[unlink] src/viewport-three/viewport-host.js
[unlink] src/viewport-three/viewport-layout.js
[unlink] src/viewport-three/viewport-transient-state.js
[unlink] src/viewport-three/viewport-view-modes.js
[unlink] vite.config.js
[unlink] vitest.config.js
|
2026-04-11 15:48:39 +02:00 |
|
|
|
991f98c7c5
|
Add validation for project scene editor preferences
|
2026-04-11 14:25:49 +02:00 |
|
|
|
ed694d2bc7
|
Add scene editor preferences migration and validation
|
2026-04-11 14:25:37 +02:00 |
|
|
|
e664f1e316
|
Add scene editor preferences and update version constants
|
2026-04-11 14:25:21 +02:00 |
|
|
|
b3ff49d38c
|
Add project name validation and default value in document migration
|
2026-04-11 13:25:29 +02:00 |
|
|
|
88047649f9
|
Update SceneDocument version and add project name field
|
2026-04-11 13:25:22 +02:00 |
|
|
|
7dbb287dd6
|
Update type definitions and function signatures in migrate-scene-document.ts
|
2026-04-11 12:38:43 +02:00 |
|
|
|
203afa9079
|
Add new scene document version for player start input bindings
|
2026-04-11 12:38:20 +02:00 |
|
|
|
fb0ae99bf5
|
Update version check in migrateSceneDocument function
|
2026-04-11 12:35:27 +02:00 |
|
|
|
c4e8410b20
|
Remove unused import in migrate-scene-document.ts
|
2026-04-11 12:35:27 +02:00 |
|
|
|
7aaebe9ee8
|
Add validation for player start gamepad camera look binding
|
2026-04-11 12:31:34 +02:00 |
|
|
|
99482236d1
|
Add support for player start gamepad camera look binding
|
2026-04-11 12:31:30 +02:00 |
|
|
|
d823fa5a39
|
Bump scene document version and add new constant
|
2026-04-11 12:31:30 +02:00 |
|
|
|
8e335a5c42
|
Add PLAYER_START_NAVIGATION_MODE_SCENE_DOCUMENT_VERSION check in migrate-scene-document.ts
|
2026-04-11 12:18:25 +02:00 |
|
|
|
ec1f04e5cc
|
Add validation for player start input bindings in scene-document-validation.ts
|
2026-04-11 12:14:05 +02:00 |
|
|
|
bdae77bf80
|
Add input binding reading functions and update player start entity
|
2026-04-11 12:13:55 +02:00 |
|
|
|
119ca52b75
|
Update scene document version and add input bindings support
|
2026-04-11 12:12:55 +02:00 |
|
|
|
bafee9809d
|
Enhance player start navigation mode type checking
|
2026-04-11 11:18:59 +02:00 |
|
|
|
c9fd7bcd62
|
Validate player start navigation mode
|
2026-04-11 11:14:34 +02:00 |
|
|
|
e2ec75aadc
|
Include new scene document version in project migration
|
2026-04-11 11:14:34 +02:00 |
|
|
|
2422374fc4
|
Update scene document version check
|
2026-04-11 11:14:34 +02:00 |
|
|
|
d6f2d6b68a
|
Add navigation mode to player start entity
|
2026-04-11 11:14:34 +02:00 |
|
|
|
07fbdd05ed
|
Add function to read player start navigation mode
|
2026-04-11 11:14:09 +02:00 |
|
|
|
d968bd2ed2
|
Update scene document version and add player start navigation mode
|
2026-04-11 11:14:09 +02:00 |
|
|
|
5d06b73b12
|
Add validation for SceneEntry and SceneExit entities
|
2026-04-11 04:33:55 +02:00 |
|
|
|
9ac5cd5e46
|
Update scene document migration to handle new version
|
2026-04-11 04:30:31 +02:00 |
|
|
|
a74f0a1b2a
|
Add scene entry and exit entities to document migration and reading
|
2026-04-11 04:29:25 +02:00 |
|
|
|
e205cea50c
|
auto-git:
[change] src/app/app.css
[change] src/commands/set-scene-loading-screen-command.ts
[change] src/document/migrate-scene-document.ts
[change] src/document/scene-document-validation.ts
[change] src/document/scene-document.ts
[change] src/runner-web/RunnerCanvas.tsx
[change] src/runtime-three/first-person-navigation-controller.ts
[change] src/runtime-three/navigation-controller.ts
[change] src/runtime-three/orbit-visitor-navigation-controller.ts
[change] src/runtime-three/runtime-host.ts
[change] tests/domain/editor-store.test.ts
[change] tests/serialization/local-draft-storage.test.ts
[change] tests/serialization/project-document-json.test.ts
[change] tests/serialization/project-package.test.ts
[change] tests/unit/runner-canvas.test.tsx
[change] tests/unit/runtime-host.test.ts
|
2026-04-11 04:19:51 +02:00 |
|
|
|
3b8b115b3a
|
Add scene loading screen validation
|
2026-04-11 04:15:00 +02:00 |
|
|
|
876496a0d7
|
Add validation for project scene loading screen properties
|
2026-04-11 04:14:33 +02:00 |
|
|
|
ec0f4247ba
|
Update scene document migration to handle new version
|
2026-04-11 04:14:33 +02:00 |
|
|
|
3bf7dca99c
|
Add support for loading screen in project scene migration
|
2026-04-11 04:14:16 +02:00 |
|
|
|
f439d2a873
|
Add functions for reading optional scene loading text and settings
|
2026-04-11 04:14:09 +02:00 |
|
|
|
4a9dea81cf
|
Add runner loading screen version and update imports
|
2026-04-11 04:14:01 +02:00 |
|
|
|
158a5b8944
|
Bump scene document version and update loading screen handling
|
2026-04-11 04:14:01 +02:00 |
|
|
|
3c3723531a
|
Add loading screen settings to scene document
|
2026-04-11 04:08:03 +02:00 |
|
|
|
6a6462a368
|
Remove unused import and update scene creation logic
|
2026-04-11 03:48:14 +02:00 |
|
|
|
1e6ea11e23
|
Add project document validation and resource checks
|
2026-04-11 03:48:06 +02:00 |
|
|
|
cd5655b521
|
Update scene document migration to support project documents
|
2026-04-11 03:47:36 +02:00 |
|
|
|
f1ab5f8282
|
Introduce ProjectScene and ProjectDocument interfaces with utility functions
|
2026-04-11 03:46:52 +02:00 |
|
|
|
0b4c144090
|
Add support for water surface displacement in scene documents
|
2026-04-07 07:21:38 +02:00 |
|
|
|
289369674d
|
Validate surfaceDisplacementEnabled in scene document validation
|
2026-04-07 07:14:59 +02:00 |
|
|
|
5ae932fdcc
|
Add surfaceDisplacementEnabled to water volume settings
|
2026-04-07 07:14:59 +02:00 |
|
|
|
c7797cdf9b
|
Add surface displacement enabled setting to box brush water settings
|
2026-04-07 07:14:30 +02:00 |
|
|
|
d12f6103fa
|
Bump scene document version and add water surface displacement version
|
2026-04-07 07:14:30 +02:00 |
|
|
|
66bb99b5ac
|
Add water surface displacement option in App and update document migration & validation
|
2026-04-07 07:11:26 +02:00 |
|