Commit Graph

477 Commits

Author SHA1 Message Date
bf0ea5147f Update toolbar styles and add viewport region toolbar 2026-04-11 13:57:27 +02:00
4c53ba2cb5 Add toolbar with various buttons and settings to App component 2026-04-11 13:56:36 +02:00
589324f6f9 Refactor toolbar buttons in App.tsx 2026-04-11 13:56:19 +02:00
350394b197 Refactor undo/redo logic in App.tsx 2026-04-11 13:55:59 +02:00
8506b235db Add flex-wrap to toolbar elements and project name styling 2026-04-11 13:26:59 +02:00
cd11a779c5 Update App to include project name functionality 2026-04-11 13:26:09 +02:00
478baed1b6 Update App.tsx to support gamepad camera look bindings 2026-04-11 12:33:01 +02:00
190c696319 Add input bindings configuration for player start entity 2026-04-11 12:15:31 +02:00
1dddeaf0b8 Remove unused state and function in App component 2026-04-11 12:01:46 +02:00
db8ef092a4 Add navigation mode to player start entity creation 2026-04-11 11:54:51 +02:00
d448063dd7 Extend applyPlayerStartChange to include navigationMode override 2026-04-11 11:53:26 +02:00
279084c7be Update interaction prompt handling and UI text in multiple components 2026-04-11 11:41:58 +02:00
43e9e7baa0 Simplify interaction prompt display and handling in various components 2026-04-11 11:40:25 +02:00
337a2c08b8 Add navigation mode selection to App component 2026-04-11 11:17:52 +02:00
e7f32a36f6 Remove navigation mode buttons from toolbar 2026-04-11 11:17:46 +02:00
b563223c4c Remove first person and orbit visitor buttons, update active mode display 2026-04-11 11:17:42 +02:00
90f1c4c09d Add navigationMode to player start 2026-04-11 11:17:42 +02:00
0a58329c88 Remove preferred navigation mode logic, update status messages 2026-04-11 11:17:23 +02:00
4f35f2c06c Update active navigation mode on runtime scene change 2026-04-11 11:17:23 +02:00
414b1951c6 Add player start navigation mode draft handling 2026-04-11 11:17:23 +02:00
075a5de9b9 Update player start navigation mode handling and validation 2026-04-11 11:17:02 +02:00
46cac5435f Add default player start navigation mode and type 2026-04-11 11:17:02 +02:00
8250d53078 Update interaction prompt to include Scene Exit 2026-04-11 04:39:27 +02:00
2cfa8eedc3 Add check for scene exit destination before creation 2026-04-11 04:39:27 +02:00
491b96223c Add scene exit configuration options in App.tsx 2026-04-11 04:38:08 +02:00
5f01ff050a Add Yaw input field for selected scene entry in App.tsx 2026-04-11 04:37:45 +02:00
df091c201f Enhance RunnerCanvas component with additional props and UI elements 2026-04-11 04:37:37 +02:00
51b4ac6cdf Update scene handling logic in App.tsx 2026-04-11 04:37:23 +02:00
72301ef4bd Add Scene Entry and Scene Exit options to App.tsx 2026-04-11 04:37:16 +02:00
977395bcc6 Add applySceneExitChange function to handle scene exit changes 2026-04-11 04:37:11 +02:00
569d631ffd Add functionality to apply scene entry changes 2026-04-11 04:37:05 +02:00
2dd1c30001 Add scene transition and exit handling logic in App.tsx 2026-04-11 04:36:49 +02:00
0436eff527 Add project validation and diagnostics in App.tsx 2026-04-11 04:36:18 +02:00
401413019a Update dependency in App.tsx 2026-04-11 04:36:18 +02:00
d2eab58881 Add scene entry and exit settings to App component 2026-04-11 04:36:06 +02:00
ac736c0174 Add missing scene entry option handling in App.tsx 2026-04-11 04:35:56 +02:00
4d065cd666 Add scene exit configuration fields in App.tsx 2026-04-11 04:35:49 +02:00
21bcd3c5d1 Add support for scene entry and exit in App component 2026-04-11 04:35:41 +02:00
ed76bda2e3 Add scene entry and exit entities with associated settings and validation 2026-04-11 04:35:31 +02:00
cd3ea64e25 Format and refactor code in App.tsx 2026-04-11 04:22:32 +02:00
7131581703 Add closing tag in App.tsx 2026-04-11 04:22:32 +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
9b1f135399 Add loading overlay styles for runner canvas 2026-04-11 04:17:49 +02:00
c802652aae Update UI for Scene settings and enhance World background display 2026-04-11 04:17:06 +02:00
465de798a0 Remove runtime message and add scene name to RunnerCanvas 2026-04-11 04:17:05 +02:00
bd67055696 Add functions to apply scene loading screen settings 2026-04-11 04:16:19 +02:00
75c89d0d00 Add state management for scene loading headline and description in App.tsx 2026-04-11 04:16:11 +02:00
ee6d941014 Throw error if activeProjectScene is undefined 2026-04-11 04:16:04 +02:00
825ca26c30 Add activeProjectScene variable in App.tsx 2026-04-11 04:16:04 +02:00
1aa8e55487 Import and use setSceneLoadingScreenCommand in App.tsx 2026-04-11 04:16:04 +02:00