Commit graph

9410 commits

Author SHA1 Message Date
acf4a4f503
Merge pull request #1513 from ada-tv/fix/teleport-indicator
Some checks failed
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
Fix VR teleport indicator
2025-05-05 22:27:44 +02:00
Ada
2f34081d13 OpenXR cleanup 2, electric boogaloo 2025-05-04 22:00:11 +10:00
Ada
d0003d13b4 Fix VR teleport indicator 2025-05-03 21:12:37 +10:00
ec94000432
Merge pull request #1505 from ada-tv/feature/openxr-hand-tracking
Some checks are pending
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 Hand Tracking
2025-05-01 23:07:50 +02:00
Ada
7aff928c2d Disable hand tracking check in broken controller scripts 2025-05-02 01:54:20 +10:00
42e54369d3
Merge pull request #1385 from Armored-Dragon/feature/SettingsRebase2
Some checks are pending
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
New Graphics SettingsUI
2025-05-01 16:24:06 +02:00
armored-dragon
13cb230640
Change local lights condition. 2025-05-01 07:35:48 -05:00
armored-dragon
5f2f2f1328
Updated docs. 2025-04-30 12:41:44 -05:00
armored-dragon
c7ae20caec
Remove "Fog". 2025-04-30 12:18:17 -05:00
armored-dragon
26243bb290
Added "Ambient Occlusion". 2025-04-29 08:30:00 -05:00
armored-dragon
e113494571
Update graphics preset value based on changed settings. 2025-04-29 08:05:09 -05:00
Alezia Kurdis
29d8063501
Make navigation buttons not draggable
Make navigation buttons not draggable
2025-04-28 19:38:33 -04:00
40e7da7f81 Fix "QML AnimatedImage: Error Reading Animated Image File" warning. 2025-04-24 11:57:52 +02:00
armored-dragon
9b252ada2e
Added more docs with examples.
Revered property type change.
2025-04-20 07:12:34 -05:00
armored-dragon
5afa38dc80
Fix QML errors. 2025-04-20 06:49:35 -05:00
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
22e6f151f2
Show general settings on tablet (#148) 2025-04-19 18:29:40 -05: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
Ada
74e505861e Create app script textareas 2025-04-17 00:48:28 +10: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
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
a37811cbbb
Merge pull request #1380 from Armored-Dragon/fix/controller-scripts-1376
Some checks are pending
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
armored-dragon
5c1f095608
Nobody noticed that.
Fixes reading from an uninitialized var.

Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-10 13:16:45 -05:00
a020d392c1
Merge pull request #1398 from HifiExperiments/pbrVoxels
Some checks are pending
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 PBR materials on polyvox, and triplanar material entities
2025-04-09 07:50:27 +02:00
83c1595190
Merge pull request #1342 from AleziaKurdis/createApp_childEntitiesTab
Some checks failed
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
Create app.: child entities tab, Copy Color from Skybox Color, Hifi-Glyphs font update.
2025-04-07 21:04:07 +02:00
armored-dragon
318903a71c
Replaced "for" loop with "while" loop. Fixes one off errors. 2025-04-07 11:40:30 -05:00
Alezia Kurdis
ceed4d68f5
Fix for ChildList View Properties link width
Fix for ChildList View Properties link width
2025-04-06 14:21:56 -04:00
Alezia Kurdis
f66118a437
Fix for ChildList View Properties link width
Fix for ChildList View Properties link width
2025-04-06 14:21:05 -04:00
67f90043cf
Merge pull request #1367 from AleziaKurdis/createApp_2025-03_TextEntityLineBreaks
Some checks are pending
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
Create App: Text Entity: Support for line breaks, Replace unlit material entity for shape unlit in selection tool
2025-04-06 19:50:28 +02:00
e0bdffd470
Merge pull request #1382 from Armored-Dragon/fix/ac_scrolling-distance_check
Some checks are pending
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 Armored Chat always scrolling on a new message
2025-04-06 18:59:12 +02:00
HifiExperiments
336181a147 support PBR materials on polyvox, and add triplanar projection to material entities 2025-04-05 21:43:43 -07:00
armored-dragon
4def7d9f5d
THE POINTERS ARE NOT POINTING! 2025-04-05 15:59:37 -05:00
armored-dragon
4a724fb4cc
Add links to other setting windows. 2025-04-05 15:55:11 -05:00
armored-dragon
43ea730c4a
Added camera clipping setting. 2025-04-02 21:03:09 -05:00
armored-dragon
d8103eb7dd
Explicitly return false. 2025-03-31 13:06:27 -05:00
armored-dragon
3e397b45a6
Remove lingering javascript file. 2025-03-30 10:43:52 -05:00
armored-dragon
21a4bf99ee
Made text highlightable.
Added icon to Settings submenu listing.
2025-03-30 09:54:31 -05:00
armored-dragon
f7833fa6b3
Added missing fullscreen monitor selection. 2025-03-30 09:54:30 -05:00
armored-dragon
2fd7c44ac6
Fixed regression? 2025-03-30 09:54:29 -05:00
armored-dragon
096a1d5006
Added missing FPS custom setting. 2025-03-30 09:54:28 -05:00
armored-dragon
aa77ca8924
Add settings.js to default scripts. 2025-03-30 09:54:27 -05:00
armored-dragon
a7d1b2651a
Fixed typo. 2025-03-30 09:54:26 -05:00
armored-dragon
f5585605af
Menu bar item 2025-03-30 09:54:25 -05:00
armored-dragon
1f4d163ed7
Custom Slider. 2025-03-30 09:54:24 -05:00
armored-dragon
db834a88f1
Hide extra settings pages. 2025-03-30 09:54:24 -05:00
armored-dragon
a64f69d145
Number usability adjustments. 2025-03-30 09:54:23 -05:00
armored-dragon
d7401e8e73
Added Numpad enter key support. 2025-03-30 09:54:22 -05:00
armored-dragon
2fcf2d47ed
Fixed stepsize.
Removed floats.
2025-03-30 09:54:21 -05:00
armored-dragon
74235dc6f3
Ensure static width of spinbox. 2025-03-30 09:54:20 -05:00
armored-dragon
7c462ab71c
Custom int inputs. 2025-03-30 09:54:19 -05:00
armored-dragon
97e6271391
Custom ComboBox element. 2025-03-30 09:54:18 -05:00
armored-dragon
c460a582e4
Changed boolean style. 2025-03-30 09:54:17 -05:00
armored-dragon
f0f69eabe6
Fixed scrolling. 2025-03-30 09:54:16 -05:00
armored-dragon
ee93cabdd5
Custom checkboxes 2025-03-30 09:54:15 -05:00
armored-dragon
52d354541e
Added haze setting. 2025-03-30 09:54:14 -05:00
armored-dragon
83b2666fb5
Center container widget.
Replaced homepage with widget.
2025-03-30 09:54:13 -05:00
armored-dragon
7e876fa066
Minor layout fixes. 2025-03-30 09:54:12 -05:00
armored-dragon
2034662233
Added list view for all subcategories.
Split elements into their own widgets.
2025-03-30 09:54:11 -05:00
armored-dragon
983f6e8809
Set settings. 2025-03-30 09:52:33 -05:00
armored-dragon
156a206b4a
Read from settings. 2025-03-30 09:52:32 -05:00
armored-dragon
22be7d1b37
Improved FPS.
Fixed some comments.
2025-03-30 09:52:31 -05:00
armored-dragon
ae198ea1ee
Added basic graphic settings. 2025-03-30 09:52:30 -05:00
armored-dragon
5b1f332bfe
Adjusted validation for number inputs. 2025-03-30 09:52:29 -05:00
armored-dragon
f27a52d83e
Optimized settings.js 2025-03-30 09:52:28 -05:00
armored-dragon
f3a31a7081
Initial commit. 2025-03-30 09:52:21 -05:00
armored-dragon
228fa85a0f
Fix not scrolling to bottom on page change. 2025-03-28 15:38:36 -05:00
armored-dragon
3453102359
Only bypass the distance check on load. 2025-03-27 11:28:31 -05:00
armored-dragon
ce787d5803
Add check to see if hudRayPick intersects. 2025-03-24 16:24:36 -05:00
Alezia Kurdis
14f1fa01f7
Exclude Grid from Local EntityList
Exclude Grid from Local EntityList
2025-03-21 21:43:24 -04:00
Alezia Kurdis
c6e5ae153d
Add method to get the local entity ID
Add method to get the local entity ID to be able to exclude it from the entity list in create app
2025-03-21 21:41:54 -04:00
Alezia Kurdis
c61f21fd1d
initialize the local Entity filter at page load
initialize the local Entity filter at page load
2025-03-20 21:26:50 -04:00
Alezia Kurdis
79aafbcb26
Local Entities in Create app Entity List
Local Entities in Create app Entity List
2025-03-19 21:23:26 -04:00
Alezia Kurdis
a00986ecce
Local Entities in Create app Entity List
Local Entities in Create app Entity List
2025-03-19 21:20:40 -04:00
Alezia Kurdis
eb5aabe813
Local Entities in Create app Entity List
Local Entities in Create app Entity List
2025-03-19 21:19:31 -04:00
Alezia Kurdis
6718d9f17c
Replace unlit material by shape "unlit" property
Addressing:
Replace unlit materials in create with new shape unlit property #1062
2025-03-15 21:40:11 -04:00
Alezia Kurdis
4ffeb1d97f
Makes Text property as a textara for line breaks
Fixing ISSUE #1361
2025-03-15 20:38:01 -04:00
Alezia Kurdis
ff9004f32e
Adjust icones for the 2 view parent
Adjust icones for the 2 view parent
2025-03-15 13:15:25 -04:00
Alezia Kurdis
369c1bff1f
Adjust icones for the 2 view parent
Adjust icones for the 2 view parent
2025-03-15 13:14:45 -04:00
Alezia Kurdis
06b4d7e90d
Requested adjustments for Child Entity List
Requested adjustments for Child Entity List
2025-03-14 21:50:19 -04:00
Alezia Kurdis
844a5b3158
adjusting icon for navigation to parent
adjusting icon for navigation to parent
2025-03-06 21:54:51 -05:00
Alezia Kurdis
3d56ca2e03
adjusting icon for navigation to parent
adjusting icon for navigation to parent
2025-03-06 21:54:06 -05:00
Alezia Kurdis
d88b108726
adjustment for the parentID navigation
adjustment for the parentID navigation
2025-03-05 23:31:50 -05:00
Alezia Kurdis
23f2b1a234
Parent Navigation icon
Using Vircadia font cause we cant use code char like this: &#xe03A; so it needed to be a basic char like E
2025-03-05 23:30:12 -05:00