Commit graph

87389 commits

Author SHA1 Message Date
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
armored-dragon
318903a71c
Replaced "for" loop with "while" loop. Fixes one off errors. 2025-04-07 11:40:30 -05: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
3e397b45a6
Remove lingering javascript file. 2025-03-30 10:43:52 -05:00
armored-dragon
0fa2f039bb
Remove GraphicsSettings.qml 2025-03-30 10:28:17 -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
b38237cb8d Update Changelog for 2025.03.3.
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
2025-03-25 16:45:37 +01:00
371eb74723
Merge pull request #1378 from overte-org/fix/audio_lock2
Initialize AudioClient properties earlier.
2025-03-24 19:40:18 +01:00
e55a2ff6f3 Initialize AudioClient properties earlier. 2025-03-24 08:10:07 +01:00
cba6f29f77
Merge pull request #1371 from JulianGro/remove_highcharts
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
Rip out Highcharts proprietary graphing code.
2025-03-17 18:51:15 +01:00
4a6a2a31db
Merge pull request #9 from Armored-Dragon/fix/remove_highcharts-ad_suggestion
Removed extra code no longer required.
2025-03-17 18:29:02 +01:00
armored-dragon
65cdd8b97f
Removed extra code no longer required. 2025-03-17 11:54:39 -05:00
056da70dc2
Merge pull request #1365 from HifiExperiments/changelog
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
2025.3.2 changelog
2025-03-17 11:00:25 +01:00
5ee31d6055 Rip out Highcharts proprietary graphing code.
This completely removes the graphing functionality of the Domain server control panel. I really don't think anyone actually uses this though, if people are even aware of its existence. The statistics themselves, without the pretty graphing, are still functional.
2025-03-17 10:45:59 +01:00
HifiExperiments
9301eaf24c split 3.1 / 3.2 2025-03-15 16:14:04 -07:00
HifiExperiments
5384c6a067 2025.3.2 changelog 2025-03-15 14:03:43 -07:00
d09a927a82
Merge pull request #1358 from overte-org/fix/TAA_transparencies
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 for blurry/noisy transparencies on TAA
2025-03-14 19:06:01 +01:00
7c59a6360a Added a comment about transparencies 2025-03-14 18:55:28 +01:00
44c600a184
Merge pull request #1360 from HifiExperiments/staticPlumbers
fix long startup times
2025-03-14 18:11:43 +01:00