Commit graph

966 commits

Author SHA1 Message Date
d672a67dd8 Enable C++20 for OpenXR plugin.
Enabling it globally causes issue with WebRTC.
2024-07-07 15:55:20 +02:00
fe043182b4 Remove OpenXR specific compilter options.
-Wno-missing-field-initializers isn't supported on MSVC, but we should also use the global compiler options if possible.
2024-07-07 15:54:35 +02:00
Lubosz Sarnecki
80c7b8f993 OpenXrContext: Add Windows platform and bindings. (Untested) 2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
7b1bbb6b2d OpenXrInputPlugin: Improve haptic feedback mapping. 2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
a2a1fca274 OpenXrInputPlugin: Fix hand orientation.
Use same orientation as OpenVR plugin.
2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
3be716cb05 OpenXrInputPlugin: Use left primary / secondary instead of face button names. 2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
e38f8bea34 OpenXrDisplayPlugin: Head pose is fixed now, update comment, refactor. 2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
3ca1d5f14b OpenXrDisplayPlugin: Run frame cycle on both threads.
Add synchronization.
Move xrWaitFrame and xrBeginFrame into beginFrameRender.
2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
ae5c1d8d00 OpenGlDisplayPlugin: Add possibility to present frames only once.
Don't present frame more than once in OpenXrDisplayPlugin.
2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
479b1aa6da OpenXrDisplayPlugin: Write layer poses as early as possible. 2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
385b33f6d2 OpenXrDisplayPlugin: Move swapchain aquire to hmdPresent. 2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
dfe92064b9 context: Improve errors when runtime is not available. 2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
e1f2551e30 OpenXrInput: comment debug output. 2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
7f4a489945 OpenXrInput: Map more Index controller.
* Add thumbstick click and touch.

* Add face and trigger touch.
2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
5cf56caf81 OpenXrInput: Rotate head and refactor sensor to avatar calculation. 2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
7ae59eb5dc OpenXrDisplayPlugin: Use view space eye positions.
Use view orientation for eye offset.
2024-05-25 13:20:34 +02:00
Lubosz Sarnecki
86a71b589b plugins: Add OpenXR plugin.
Add OpenXrDisplayPlugin and OpenXrInputPlugin.
Add controller bindings for the Valve Index controller.
2024-05-25 13:20:34 +02:00
15c9408b9f Fix OpenVR related build error on aarch64 introduced in a79cd1e6ce 2024-02-04 15:47:00 +01:00
Dale Glass
a79cd1e6ce Re-enable building Oculus plugin on VS 2022 2023-12-08 06:27:33 -08:00
Dale Glass
cfc556e2d1 Add clarifying note 2023-12-08 02:43:57 -08:00
Dale Glass
1b46ec600a Fixes for Oculus VR plugin 2023-12-07 15:20:03 -08:00
Dale Glass
24e3777caa Fix Steam API plugin for latest SDK 2023-12-05 15:48:57 -08:00
Dale Glass
deeb1d7505 Disable building Oculus plugin under VS 2022 2023-12-05 08:02:38 -08:00
Dale Glass
3e4a4119dc Disable Neuron by default 2023-12-04 15:38:04 -08:00
241fe61373 Disabled Oculus plugin in additional place 2023-11-09 20:45:15 +01:00
e08aa2f1a0
Merge pull request #700 from overte-org/fix/oculus_plugin
Disable Oculus plugin by default and add a setting to enable it
2023-11-05 22:41:29 +01:00
9d5da27101 Added logging to Oculus Plugin setting 2023-11-05 21:04:45 +01:00
Dale Glass
bb1331c0cb Fix memory debugging.
* Disables WebRTC (build fails)
* Recommends disabling optimization
* Recommends enabling debugging
* Remove forced optimization from plugins
2023-11-05 19:05:09 +01:00
2ad99f91ff Add missing include 2023-11-05 17:29:23 +01:00
ed58d6f34e Disable Oculus plugin by default and add a setting to enable it 2023-11-05 10:49:49 +01:00
53843e8d2b Fixed control delays that were caused by a filter 2023-08-03 09:42:54 +02:00
a6c59ad75d Fix Valve Index Controller trackpad regression 2023-07-09 15:06:31 +02:00
dfef9680f9 Fixed a typo that could have caused a bug 2023-06-27 19:14:30 +02:00
474f52a4f3 Fix thumbstick press issue for translation (not rotation yet) 2023-06-25 22:23:49 +02:00
e578fe2ab8
Merge pull request #185 from overte-org/feature/v8
V8 scripting engine
2023-05-27 22:22:05 +02:00
34efd75d3a Disable libOVR on MSVC 2022 for now 2023-05-24 23:03:17 +02:00
ae7d229d0e Fix copyright headers 2023-05-19 00:17:38 +02:00
5cf32a968c V8 fixes 2023-05-19 00:17:37 +02:00
Heather Anderson
8581022a53 rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +02:00
Heather Anderson
45ef458af4 dropping dependencies from networking to script-engine by moving EntityScriptClient and LocationScriptingInterface 2023-05-19 00:17:33 +02:00
Heather Anderson
665ea521e8 shifting classes around and adding static initializers to resolve dependencies on scripting-engine (and drop dependencies from scripting-engine) 2023-05-19 00:17:33 +02:00
Heather Anderson
1e018dbc64 isolate calls to the QtScript libraries to an interface we control 2023-05-19 00:17:33 +02:00
df68f5c8eb Merge branch 'master' into remove-hifiac 2022-01-23 14:03:02 +01:00
ee7781165c Fixed build error due to lack of hifiac 2022-01-19 00:39:40 +01:00
4e399edaa7 Merge remote-tracking branch 'origin/master' into remove-hifiac 2022-01-18 21:29:33 +01:00
Kalila
03b5b83b67
Merge pull request #1339 from odysseus654/pr/make_shared
Housekeeping: use of std::make_shared / QSharedPointer::create.
2021-12-09 17:14:04 -05:00
Kalila
c87006c91b
Merge pull request #1346 from JulianGro/aarch64_gha
Add aarch64 Linux GHA builds.
2021-09-30 17:14:09 -04:00
Dale Glass
e8201324e4 Actually fix zLibCodec 2021-09-28 21:22:37 +02:00
Dale Glass
2abff7b878 Fix PCM and zlib codec audio crash on packet loss 2021-09-25 23:02:16 +02:00
Julian Groß
fb24c84d86 Disable unsupported dependencies on aarch64 Linux 2021-09-16 06:11:01 +02:00