armored-dragon
1de5cca70f
Adjusted SettingNumber colors.
2025-04-20 06:45:13 -05:00
armored-dragon
baee2d277b
Hover effects for individual settings.
...
Changes the setting types bool, combobox, .etc to have a visual hover effect.
2025-04-20 06:27:39 -05:00
armored-dragon
d048d4ba8a
Touched up HeaderElement.
...
Removed zIndex. I don't remember what that was for and removing it did not break anything.
2025-04-20 06:03:57 -05:00
armored-dragon
1f68081a37
Updated variable names.
...
Removed dead/unused code.
2025-04-20 06:00:25 -05:00
armored-dragon
8b39297929
Adjust flickDeceleration value.
2025-04-20 05:43:42 -05:00
armored-dragon
16c9bcd686
Adjusted scrollbar. Now always visible.
2025-04-20 05:27:39 -05:00
0xDEADCADE
552a9cb8ff
Fix typo in docs "unoad"
2025-04-20 12:01:43 +02:00
22e6f151f2
Show general settings on tablet ( #148 )
2025-04-19 18:29:40 -05:00
a304099c59
Change "Interface already running" message to be a warning instead of just debug.
2025-04-19 21:12:23 +02:00
armored-dragon
5aa1d5d883
Visible scrollbar on settings page.
2025-04-19 02:47:44 -05:00
armored-dragon
375b507ccb
Sound effects.
...
Play a sound on hovering over a SettingSubviewListElement, clicking on SettingSubviewListElement, toggling of a boolean, and on the popup of the combobox.
2025-04-19 02:07:26 -05:00
armored-dragon
d23ff06b4a
Hover effects on SettingSubviewListElement.
...
Changed structure of SettingSubviewListElement.
2025-04-19 01:57:47 -05:00
armored-dragon
69f38a9ebf
Attempt fix text scaling with DPI.
2025-04-19 01:26:13 -05:00
7b810125c0
Merge pull request #1460 from ada-tv/feature/create-script-textarea
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
Textareas for script fields in Create app
2025-04-18 21:05:30 +02:00
1cf2d8949e
Merge pull request #1469 from ada-tv/fix/console-text-color
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Give JS console black default text color and disable rich text pasting
2025-04-18 19:47:46 +02:00
a529fe3e3d
Merge pull request #1467 from overte-org/fix/vr_audio_crashes
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Fix audio crashes in VR on Linux
2025-04-18 19:28:24 +02:00
Ada
a6b41c032f
Give JS console black default text color and disable rich text pasting
2025-04-19 02:58:25 +10:00
2b073d36d1
Fix audio crashes in VR on Linux
2025-04-18 16:07:49 +02:00
HifiExperiments
7d2b7e5e65
Merge pull request #1446 from HifiExperiments/defaultSampler
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
restore default sampler
2025-04-16 11:34:23 -07:00
Ada
74e505861e
Create app script textareas
2025-04-17 00:48:28 +10:00
6bc6712ef9
Merge pull request #1449 from JulianGro/cmake
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Little CMake cleanup
2025-04-15 22:25:47 +02:00
HifiExperiments
4b096c75e6
Merge pull request #1445 from HifiExperiments/simplePipelines
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
add missing simple pipelines
2025-04-14 07:42:06 -07:00
646c72852a
Remove old C++ standard code, as we already tell CMake to *require* C++14.
...
Xcode only supports libc++ and gnu++, both of which we support, so there is no need to specify libc++ either.
2025-04-14 15:36:56 +02:00
82f62c9ea0
Remove support for ancient compilers.
2025-04-14 15:34:34 +02:00
bb874b9809
Remove unneeded CMake policies.
...
The latest one became unneeded with CMake 3.12. We require CMake 3.14.
2025-04-14 15:33:40 +02:00
armored-dragon
38832ab639
Added Procedural Materials.
...
Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-14 02:28:52 -05:00
armored-dragon
2aa3e7369b
Remove lingering todos.
...
Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-14 01:43:23 -05:00
armored-dragon
e7a446abe9
Adjust SettingComboBox.qml.
...
Changed the colors and border. Adjusting sizing so to not overlap with the dropdown arrow.
Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-14 01:41:18 -05:00
armored-dragon
97ae144f85
Replace custom boolean toggle with more direct QML Switch.
...
Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-14 01:18:30 -05:00
HifiExperiments
2c9624a419
restore default sampler
2025-04-13 21:13:12 -07:00
HifiExperiments
d2a4fbb707
add missing simple pipelines
2025-04-13 21:12:38 -07:00
59a6f5aae1
Merge pull request #1440 from ada-tv/fix/openxr-wmr-primary-button
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Primary button for XR controllers without one
2025-04-13 22:22:47 +02:00
Ada
450c5dd09b
Primary button for XR controllers without one
2025-04-14 05:59:31 +10:00
66ffbc115b
Merge pull request #1434 from OfficialR3ido101/fix/updatevrammemory
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Bringing VRAM up to spec with latest cards.
2025-04-13 21:12:18 +02:00
362e280e46
Merge pull request #1417 from HifiExperiments/texCoords
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
support specifying per-texture texCoord set
2025-04-13 20:42:32 +02:00
5a538f18de
Merge pull request #1437 from ada-tv/fix/openxr-odysseyplus
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
OpenXR controller bindings for Odyssey+
2025-04-13 18:53:23 +02:00
341e038241
Merge pull request #1416 from HifiExperiments/pipelines
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
automated render pipelines
2025-04-13 18:14:48 +02:00
Ada
23364f05f8
Use Odyssey controller extension, might fix?
2025-04-14 01:54:10 +10:00
Ada
bd95779fb8
KHR Simple profile typo fix
2025-04-14 01:39:02 +10:00
OfficialR3ido101
f4e238cf5b
Bringing VRAM up to spec with latest cards.
2025-04-13 13:34:43 +01:00
HifiExperiments
d17c384ed7
fix src_folder
2025-04-12 23:16:13 -07:00
armored-dragon
cb17022c6c
Adjusted slider radius.
...
This does not fully fix the issue, but it does minimize it.
Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-12 21:58:42 -05:00
armored-dragon
d9f4762109
Setting slider handle.
...
Stolen from PR #1422 .
Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-12 20:26:37 -05:00
armored-dragon
d5f0479e7e
Created AdvancedOptions.qml.
...
A widget that can store advanced options. This also added vertical expand effects on show or hide.
Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-12 20:19:49 -05:00
armored-dragon
01ff90a7f2
Renamed /qml_widgets folder to /qml.
...
Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-12 18:57:33 -05:00
armored-dragon
f09aff3a1e
Added initial documentation.
...
Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-12 18:55:24 -05:00
armored-dragon
19a9636c27
Moved graphics settings to GraphicsSettings.qml.
...
Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-12 18:12:00 -05:00
armored-dragon
0050a2d76e
Pascal case qml file. Adjusted fromQML function.
...
This had carryovers from the template used.
Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-12 17:59:44 -05:00
4e6575a917
Merge pull request #1423 from ada-tv/fix/openxr-trigger-click
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
Trigger click emulation for XR
2025-04-10 22:12:13 +02:00
a37811cbbb
Merge pull request #1380 from Armored-Dragon/fix/controller-scripts-1376
...
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Fix breakage in controller scripts relating to hudRayPicks
2025-04-10 21:04:08 +02:00