Commit graph

88106 commits

Author SHA1 Message Date
a3e8e3a7c2
Merge pull request #1769 from JulianGro/depot.dev
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
Use Depot.dev for Windows CI builds
2025-08-26 19:38:36 +02:00
169c35adc7
Merge pull request #1768 from ada-tv/fix/contextmenu-disable
ContextMenu disable/enable API, Snap app tweaks
2025-08-26 19:34:05 +02:00
Ada
eab1df8024 Docs changes 2025-08-27 03:05:17 +10:00
930e3a41b7
Merge pull request #1750 from HifiExperiments/vrm
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
add initial support for vrm extension
2025-08-26 18:53:39 +02:00
ed221b6b54
Merge pull request #1761 from overte-org/fix/start-tp-zoom
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 zoom on first start and tutorial spawn location
2025-08-26 18:26:48 +02:00
07279d7ff4
Merge pull request #1743 from overte-org/fix/windows-audio-latency
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
Workaround for a bug in Windows Qt audio plugin
2025-08-26 15:09:00 +02:00
56637795c7 Use depot.dev for Windows builds. Our Windows builds time out on GitHub's hosted runners if we are building Qt from source.
They are sponsoring us, hence the "Built with Depot" addition to the README.
2025-08-26 14:46:54 +02:00
5eeae6520e Update README.md 2025-08-26 14:36:25 +02:00
ff4441cc59 Lower audio buffer size for lower latency 2025-08-24 22:09:21 +02:00
4107ed2293 Workaround for a bug in Windows Qt audio plugin 2025-08-24 22:09:21 +02:00
Ada
eb053f64fd Disable unused sharing functionality in the snap app 2025-08-25 05:29:16 +10:00
Ada
9295525dd5 Put snap back on right thumbstick, temporarily disable context menu 2025-08-25 05:28:45 +10:00
Ada
d7a7fd36fc ContextMenu.disable and enable 2025-08-25 04:50:32 +10:00
b9073c8420
Merge pull request #1746 from ada-tv/fix/vr-lasers1
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 stuff I broke with the VR lasers
2025-08-24 18:54:06 +02:00
41dffecb46
Merge pull request #1756 from AleziaKurdis/snapApp_Thumbstick_OPENXR
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
Snap app: Left-thumbstick trigger with openxr support
2025-08-24 00:28:06 +02:00
Alezia Kurdis
70b5061ce8
Use Left Thumbstick instead of Right one
Use Left Thumbstick instead of Right one
2025-08-23 14:26:24 -04:00
Alezia Kurdis
c6f7e9202e
Use Left Thumbstick instead of Right one
Use Left Thumbstick instead of Right one
2025-08-23 14:25:28 -04:00
8e044d6d8b
Merge pull request #1751 from HifiExperiments/layeringAlbedoFix
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 layered material vertex coloring
2025-08-23 20:04:11 +02:00
eef0e62e9c
Merge pull request #1758 from ada-tv/fix/1753
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
Disable domain check-in on serverless, disable setKeyboardRaised debug logging
2025-08-23 17:39:58 +02:00
f6bfddb554
Merge pull request #1749 from ada-tv/feature/context-menu
Context Menu
2025-08-23 17:30:18 +02:00
b2f65a53e3 Fix zoom on first start and tutorial spawn location 2025-08-23 14:43:25 +02:00
5c08e69b9a
Merge pull request #1757 from JulianGro/no_debug
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
Disable Q_ASSERTs on Windows release builds
2025-08-23 13:21:34 +02:00
Ada
6f1823b8b3 Disable domain check-in on serverless, disable setKeyboardRaised debug logging 2025-08-23 04:08:12 +10:00
b5cfcc9d19
Merge pull request #1748 from JulianGro/qt_duplicated_audio_plugins_windows
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
Remove qtaudio_windows.dll QtMultimedia plugin
2025-08-22 16:35:43 +02:00
9116b2971c Remove qtaudio_windows.dll QtMultimedia plugin to avoid having two plugins and duplicated audio devices.
This breaks support with Windows 7.
2025-08-22 16:16:50 +02:00
b27f8b789e Add error message in case we are running a non-Debug build but have Q_ASSERTs enabled. 2025-08-22 15:34:08 +02:00
3dd0dd3056 Add QT_NO_DEBUG to explicitly disabled Q_ASSERTs on Release and RelWithDebInfo builds. 2025-08-22 15:32:35 +02:00
0fda46b4f8 Make most warning suppression messages not print to stderr, so IDEs know that they are not problematic.
NOTICE is the default and it prints to stderr.
2025-08-22 15:32:06 +02:00
f54f588f85
Merge pull request #1745 from JulianGro/windows-cache-miss
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 cache miss on Windows CI pipeline
2025-08-22 13:50:10 +02:00
Alezia Kurdis
59579d41e0
Add Right-Thumbstick trigger
Add Right-Thumbstick trigger
2025-08-22 00:20:59 -04:00
Alezia Kurdis
12f5a7af1f
Add R-Thumbstick trigger
Add R-Thumbstick trigger (button caption notice)
2025-08-22 00:18:31 -04:00
Alezia Kurdis
f012785f70
Add R-Thumbstick trigger
Add R-Thumbstick trigger
2025-08-22 00:16:44 -04:00
HifiExperiments
a5fa666bbe fix layered material vertex coloring 2025-08-21 20:08:05 -07:00
Ada
f12981c35b Don't target entities that don't do anything 2025-08-22 02:44:29 +10:00
Ada
7657a39be0 Context menu userdata root property 2025-08-22 01:36:09 +10:00
Ada
4ac7bf2633 Context menu docs 2025-08-22 01:26:33 +10:00
Ada
04ff795daf Only show Object > Delete for entity clones 2025-08-22 00:26:27 +10:00
HifiExperiments
4130505526 add support for vrm extension 2025-08-20 21:59:56 -07:00
Ada
2bb5aa4d1d Upstream context menu 2025-08-21 03:59:02 +10:00
2beefbf233 Update Qt package revision. 2025-08-19 18:00:27 +02:00
4186421db3 Update zlib to be in line with Qt's zlib version. 2025-08-19 17:18:10 +02:00
40b2076aaf Use Qt package with more explicitly defined dependency version to avoid unnecessary cache misses. 2025-08-19 17:17:52 +02:00
Ada
75455ca166 Fix stuff I broke with the VR lasers 2025-08-19 21:04:24 +10:00
c51e502f89
Merge pull request #1724 from AleziaKurdis/placesApp2025-08PlaceCount
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
PLACES App: Add connected domain's place use count
2025-08-18 23:42:09 +02:00
299828da93 Set tools.system.package_manager:mode only for the build profile (the system building Overte) and not for the host profile (the system we are building *for*) to avoid confusion. 2025-08-18 12:13:05 +02:00
9b18884eef Set qt_source for "Overte" instead of "&", which is the current package.
This is probably easier to read for people not familiar with Conan and don't know what "&" means.
2025-08-18 11:31:25 +02:00
48bc75a909
Merge pull request #1692 from ada-tv/feature/desktop-menu-visibility-api
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
API to hide desktop menu bar while keeping menu items
2025-08-17 20:46:41 +02:00
90becd8b05
Merge pull request #1641 from JulianGro/windows_qt
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
Use KDE Qt patchset on Windows
2025-08-17 19:23:21 +02:00
e4f59e0b10
Merge pull request #1740 from overte-org/fix/linux-default-graphics-setting
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
Default to high graphics setting on Linux on first start
2025-08-14 11:29:41 +02:00
706102eae5 Default to high graphics setting on Linux on first start 2025-08-14 00:00:04 +02:00