summaryrefslogtreecommitdiffstats
path: root/modules/openxr
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of OpenXR module scons configBastiaan Olij2024-01-2512-45/+59
* Add support for OpenXR local floor extensionDavid Snopek2024-01-237-19/+266
* OpenXR: Add runtime selection dropdownBastiaan Olij2024-01-184-0/+192
* Merge pull request #87286 from akien-mga/fix-preprocessor-if-ENABLED-checksYuri Sizov2024-01-173-5/+5
|\
| * Fix `#if *_ENABLED` inconsistencies, should check if definedRémi Verschelde2024-01-173-5/+5
* | Merge pull request #87240 from Malcolmnixon/bone-update-modeYuri Sizov2024-01-173-2/+48
|\ \ | |/ |/|
| * Add bone update option to OpenXRHand to allow preserving original hand scale.Malcolm Nixon2024-01-153-2/+48
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
|/
* Merge pull request #86982 from BastiaanOlij/openxr_touch_plusRémi Verschelde2024-01-115-0/+245
|\
| * Add Meta controller extensionBastiaan Olij2024-01-115-0/+245
* | Merge pull request #86301 from KoBeWi/deferred_cleanupRémi Verschelde2024-01-111-2/+1
|\ \
| * | Update deferred calls to use Callableskobewi2024-01-091-2/+1
| |/
* / OpenXR: Add support for hand tracking source extensionBastiaan Olij2024-01-105-11/+118
|/
* Merge pull request #86906 from Malcolmnixon/avatar-capable-openxrhandRémi Verschelde2024-01-083-77/+192
|\
| * Add ability to drive full-body avatars using OpenXRHandMalcolm Nixon2024-01-073-77/+192
* | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | Merge pull request #85163 from BastiaanOlij/openxr_play_areaYuri Sizov2023-12-164-2/+63
|\ \ | |/ |/|
| * OpenXR: Add support for retrieving play areaBastiaan Olij2023-12-114-2/+63
* | Merge pull request #83976 from BastiaanOlij/gles3_msaa_scalerRémi Verschelde2023-12-071-0/+2
|\ \
| * | Add 3D MSAA and scaling support to GLES3Bastiaan Olij2023-12-051-0/+2
| |/
* / Remove unused grip touch action from default OpenXR action mapBastiaan Olij2023-11-181-1/+0
|/
* Fix various typos with codespellRémi Verschelde2023-11-111-1/+1
* Fix OpenXR sample countBastiaan Olij2023-10-281-2/+3
* openxr: Sync with upstream 1.0.31, don't build obsolete dispatch tableRémi Verschelde2023-10-261-1/+1
* openxr: Revert to 1.0.28, newer versions crash on Windows/Mingw-GCCRémi Verschelde2023-10-231-1/+0
* Clean up some Editor, OpenXR, VideoStream codeYuri Sizov2023-10-201-2/+1
* openxr: Sync with upstream 1.0.30Rémi Verschelde2023-10-171-0/+1
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-2/+2
* Merge pull request #82752 from decacis/openxr_swapchain_errorRémi Verschelde2023-10-062-11/+37
|\
| * Fixing incorrect swapchain release timingDaniel Castellanos2023-10-052-11/+37
* | Fix various typos with codespellRémi Verschelde2023-10-062-6/+6
* | OpenXR - add access to hand joint validity flagsBastiaan Olij2023-10-055-8/+164
* | OpenXR Fix small hand tracking issuesBastiaan Olij2023-10-046-92/+87
|/
* Add support for the OpenXR Eye gaze interaction extensionBastiaan Olij2023-10-028-2/+199
* Implement OpenXR Foveated rendering supportBastiaan Olij2023-09-2513-74/+667
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-212-2/+0
* Fix various typos with codespellRémi Verschelde2023-09-181-2/+2
* Merge pull request #81561 from BastiaanOlij/fix_openxr_blend_modesYuri Sizov2023-09-144-11/+91
|\
| * Fix issue with OpenXR environment blend mode not being applied properlyBastiaan Olij2023-09-134-11/+91
* | Merge pull request #81536 from BastiaanOlij/fix_openxr_not_running_error_spamYuri Sizov2023-09-141-3/+10
|\ \ | |/ |/|
| * OpenXR fix error spam if session hasn't started yetBastiaan Olij2023-09-111-3/+10
* | Fix various typos with codespellRémi Verschelde2023-09-121-1/+1
* | OpenXR fix missing add profile for hauweiBastiaan Olij2023-09-111-0/+1
|/
* Merge pull request #81414 from akien-mga/codestyle-get-back-in-das-AutoRémi Verschelde2023-09-073-13/+12
|\
| * Codestyle: Don't use auto where not warrantedRémi Verschelde2023-09-073-13/+12
* | Expose OpenXR raw hand tracking dataBastiaan Olij2023-09-076-2/+418
|/
* Add EditorStringNames singletonkobewi2023-09-033-7/+11
* Change to new PICO interaction profilesBastiaan Olij2023-08-306-53/+124
* Ensure OpenXR classes are declared properlyA Thousand Ships2023-08-2821-77/+409
* Merge pull request #80419 from Faolan-Rad/fix-multi_actionsetsRémi Verschelde2023-08-183-14/+25
|\