|
|
caa9864fed
|
Bump scene document version to 9
|
2026-03-31 06:45:43 +02:00 |
|
|
|
9e2bd7c914
|
Add validation for interaction links in scene document
|
2026-03-31 06:16:25 +02:00 |
|
|
|
8faf137885
|
Add support for reading and migrating interaction links in scene document
|
2026-03-31 06:16:13 +02:00 |
|
|
|
42e711ebc6
|
Import interaction link creation functions in migrate-scene-document
|
2026-03-31 06:16:05 +02:00 |
|
|
|
300a1bcd55
|
Update scene-document version and add interactionLinks field
|
2026-03-31 06:16:05 +02:00 |
|
|
|
b2c3dc60ac
|
Refine type checks in scene-document-validation.ts
|
2026-03-31 06:01:04 +02:00 |
|
|
|
feb7639086
|
Add migration logic for WORLD_ENVIRONMENT_SCENE_DOCUMENT_VERSION
|
2026-03-31 05:51:21 +02:00 |
|
|
|
0421cbbaf0
|
Add functions to read soundEmitter, triggerVolume, teleportTarget, and interactable entities in migrate-scene-document.ts
|
2026-03-31 05:51:17 +02:00 |
|
|
|
8c10022b03
|
Update entity imports and add helper function in migrate-scene-document.ts
|
2026-03-31 05:51:04 +02:00 |
|
|
|
27a2b1c93c
|
Add validation for new entity types in scene document
|
2026-03-31 05:50:59 +02:00 |
|
|
|
212ec66041
|
Update scene document version and modify upsert entity command
|
2026-03-31 05:50:59 +02:00 |
|
|
|
1af26279af
|
Update world settings comparison logic
|
2026-03-31 05:17:53 +02:00 |
|
|
|
9cfd4b694c
|
Update changeWorldBackgroundMode to handle solid mode correctly
|
2026-03-31 05:16:09 +02:00 |
|
|
|
0d3e637488
|
Export WorldSettings type from scene-document.ts
|
2026-03-31 05:16:09 +02:00 |
|
|
|
b7fedf3413
|
Add world settings validation to scene document
|
2026-03-31 05:10:18 +02:00 |
|
|
|
9fbb657883
|
Add support for first room polish scene document version
|
2026-03-31 05:10:03 +02:00 |
|
|
|
87519e96fe
|
Update scene document version and import world settings utilities
|
2026-03-31 05:09:52 +02:00 |
|
|
|
ac0bff3909
|
Add world settings command and related files
|
2026-03-31 05:09:52 +02:00 |
|
|
|
07999f8038
|
Add set box brush name command and update scene document migration
|
2026-03-31 04:22:57 +02:00 |
|
|
|
0040bcde35
|
Add optional name property to BoxBrush and normalize function
|
2026-03-31 04:22:46 +02:00 |
|
|
|
28c52b530c
|
Export createDiagnostic function
|
2026-03-31 03:42:16 +02:00 |
|
|
|
4946cc99c7
|
Add scene document validation logic
|
2026-03-31 03:42:15 +02:00 |
|
|
|
cd5d0b5535
|
Add player start entity command and related changes
|
2026-03-31 03:01:10 +02:00 |
|
|
|
4fcdf4871f
|
Update migrateSceneDocument to handle materials and brushes
|
2026-03-31 02:40:43 +02:00 |
|
|
|
3e18955c9f
|
Refactor and enhance scene document migration logic
|
2026-03-31 02:34:38 +02:00 |
|
|
|
8760b210d4
|
Add commands and update brush face handling
|
2026-03-31 02:34:12 +02:00 |
|
|
|
0b6d9101d0
|
Remove unused import in migrate-scene-document.ts
|
2026-03-31 02:09:38 +02:00 |
|
|
|
afd2e1e011
|
Add brush migration logic in migrateSceneDocument
|
2026-03-31 02:03:15 +02:00 |
|
|
|
0f354be7e9
|
Update SceneDocument version and add brushes type
|
2026-03-31 02:03:15 +02:00 |
|
|
|
45e4288f87
|
Add brush and grid snapping functionality
|
2026-03-31 02:02:50 +02:00 |
|
|
|
efb706a0f3
|
auto-git:
[change] src/app/App.tsx
[change] src/app/editor-store.ts
[change] src/document/migrate-scene-document.ts
[change] src/document/scene-document.ts
[change] src/viewport-three/ViewportCanvas.tsx
[change] src/viewport-three/viewport-host.ts
|
2026-03-31 01:32:33 +02:00 |
|
|
|
3af579c6bb
|
auto-git:
[add] .prettierrc.json
[add] eslint.config.js
[add] index.html
[add] package.json
[add] playwright.config.ts
[add] src/app/App.tsx
[add] src/app/app.css
[add] src/app/editor-store.ts
[add] src/app/use-editor-store.ts
[add] src/assets/.gitkeep
[add] src/commands/command-history.ts
[add] src/commands/command.ts
[add] src/commands/set-scene-name-command.ts
[add] src/core/ids.ts
[add] src/core/selection.ts
[add] src/core/tool-mode.ts
[add] src/core/vector.ts
[add] src/document/migrate-scene-document.ts
[add] src/document/scene-document.ts
[add] src/entities/.gitkeep
[add] src/geometry/.gitkeep
[add] src/main.tsx
[add] src/materials/.gitkeep
[add] src/runtime-three/.gitkeep
[add] src/serialization/local-draft-storage.ts
[add] src/serialization/scene-document-json.ts
[add] src/shared-ui/Panel.tsx
[add] src/viewport-three/ViewportCanvas.tsx
[add] src/viewport-three/viewport-host.ts
[add] src/vite-env.d.ts
[add] tests/domain/create-empty-scene-document.test.ts
[add] tests/domain/editor-store.test.ts
[add] tests/e2e/app-smoke.e2e.ts
[add] tests/serialization/scene-document-json.test.ts
[add] tests/setup/vitest.setup.ts
[add] tsconfig.json
[add] vite.config.ts
[add] vitest.config.ts
|
2026-03-31 01:32:33 +02:00 |
|