Commit Graph

239 Commits

Author SHA1 Message Date
f79857cc70 Update viewport caption to include grid plane label 2026-04-02 22:23:47 +02:00
300e04b6d1 Enable pointer events for disabled button in app.css 2026-04-02 22:21:22 +02:00
9eaf60f5e6 Add view mode handling in App.tsx 2026-04-02 22:17:06 +02:00
927839243f Update CSS for viewport region styling 2026-04-02 22:16:36 +02:00
4c5ce44726 Update viewport region styles and add new components 2026-04-02 22:14:02 +02:00
36d8e29298 Update button class names in App.tsx 2026-04-02 22:13:52 +02:00
fb05328e5b Add view mode toggle to viewport header in App.tsx 2026-04-02 22:12:53 +02:00
aa17a1f4fa Update getViewportCaption to include viewMode information 2026-04-02 22:12:46 +02:00
c567f3f765 auto-git:
[change] src/app/App.tsx
2026-04-02 22:12:45 +02:00
6675ac2d5e Update editor store to include viewport view mode 2026-04-02 22:10:52 +02:00
40d1575d57 Reorganize imports in App.tsx 2026-04-02 20:58:34 +02:00
49c3dd09d4 Add styles for select input and form field toggle 2026-04-02 20:54:45 +02:00
f8b912bfce Add advanced rendering options to App component 2026-04-02 20:54:39 +02:00
e9ac0aa65c Add helper functions for advanced rendering settings formatting 2026-04-02 20:53:41 +02:00
dd2959b593 Add advanced rendering settings to App.tsx 2026-04-02 20:53:34 +02:00
c34a96ffa4 Add advanced rendering settings functions in App.tsx 2026-04-02 20:53:25 +02:00
593f04baac Add function to apply advanced rendering settings 2026-04-02 20:52:58 +02:00
17c55f3e89 Add functions for reading finite numbers and positive integers from draft 2026-04-02 20:52:54 +02:00
37b2dad374 Update App.tsx and advanced-rendering.ts with new rendering settings 2026-04-02 20:52:49 +02:00
c87401e10b Wrap light and sound emitter changes in draft commit scheduling 2026-04-02 20:29:58 +02:00
81c934a93f Convert onBlur handlers to arrow functions in App.tsx 2026-04-02 20:20:45 +02:00
77f6c785bd Allow overrides in light and sound emitter change functions 2026-04-02 20:20:14 +02:00
054dea425e Update soundEmitterOptions type assertion and filter 2026-04-02 19:48:24 +02:00
ad23e6ede1 Add isSoundEmitterEntity function and update selectedSoundEmitter logic 2026-04-02 19:48:24 +02:00
529ebe1182 Improve sound emitter asset handling in App.tsx 2026-04-02 19:46:08 +02:00
851eb30937 Update status message to reflect spatial audio readiness 2026-04-02 19:44:59 +02:00
3cf32123e9 Pass loaded audio assets to App component 2026-04-02 19:43:51 +02:00
ccbe4a6403 Add audio file input and handler in App.tsx 2026-04-02 19:43:51 +02:00
02295bef0e Add import audio button and display audio assets in App.tsx 2026-04-02 19:43:25 +02:00
1e79eb0ae8 auto-git:
[change] src/app/App.tsx
2026-04-02 19:43:20 +02:00
dd36e56dd0 Sync audio assets in the asset synchronization logic 2026-04-02 19:43:12 +02:00
b76021bd12 Update effect to update loaded audio assets ref 2026-04-02 19:43:12 +02:00
b9b07b5980 Add state and ref for loaded audio assets in App.tsx 2026-04-02 19:43:12 +02:00
b031577952 Remove unused constants from App.tsx 2026-04-02 19:43:12 +02:00
4df9a77f32 Import functions to create play and stop sound interaction links 2026-04-02 19:42:35 +02:00
4f9ccdc732 Add play and stop sound links for triggers and interactables 2026-04-02 19:42:35 +02:00
5bbdae01b4 Simplify sound emitter selection and add play/stop sound buttons 2026-04-02 19:42:27 +02:00
fc3e52a957 Update defaultTarget selection logic in App.tsx 2026-04-02 19:42:22 +02:00
60dd0d58a5 Add playableSoundEmitterOptions filter to App.tsx 2026-04-02 19:42:22 +02:00
6942ee8bb0 Remove redundant null checks in App.tsx 2026-04-02 19:42:22 +02:00
25cea89d3e Add sound interaction options in App.tsx 2026-04-02 19:42:06 +02:00
ee355891ef Add playSound and stopSound test IDs to App.tsx 2026-04-02 19:42:05 +02:00
2692e1aff7 Add function to update sound interaction link target 2026-04-02 19:41:48 +02:00
7424cb7304 Add playSound and stopSound interaction links 2026-04-02 19:41:43 +02:00
b461e31b0b Implement handleAddSoundInteractionLink in App.tsx 2026-04-02 19:41:36 +02:00
545b402228 Add soundEmitterOptions to App.tsx 2026-04-02 19:41:36 +02:00
575f629854 Update sound emitter form fields and labels 2026-04-02 19:41:11 +02:00
de9b0e640e Add sound emitter asset selection state 2026-04-02 19:40:51 +02:00
db75c6bf7e Update sound emitter entity creation logic 2026-04-02 19:40:51 +02:00
4b8febe587 Add support for audio assets in sound emitters 2026-04-02 19:40:38 +02:00