summaryrefslogtreecommitdiffstats
path: root/modules/openxr
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Properly load multiple action sets in XRFaolan2023-08-093-14/+25
* | SCons: Disable C++ exception handlingRémi Verschelde2023-08-161-2/+3
* | Fix casts of XR handles in OpenXRExtensionWrapperExtensionGabor Koncz2023-08-151-2/+2
|/
* Fix various typos with codespellRémi Verschelde2023-08-071-2/+2
* Merge pull request #68259 from konczg/openxr_extension_wrapper_gdextensionYuri Sizov2023-07-279-0/+551
|\
| * Add GDExtension support for OpenXR extension wrappersGabor Koncz2023-07-269-0/+551
* | Compile OpenXR into MacOS buildBastiaan Olij2023-07-193-5/+10
* | Merge pull request #78817 from BastiaanOlij/fix_startup_issue_hand_trackingYuri Sizov2023-07-171-0/+4
|\ \
| * | Fix issue with accessing hand tracking without timing infoBastiaan Olij2023-06-291-0/+4
* | | Merge pull request #73443 from akien-mga/unbundle-openxrYuri Sizov2023-07-127-58/+168
|\ \ \ | |_|/ |/| |
| * | Allow unbundling OpenXR (for Linux distros)Rémi Verschelde2023-06-167-58/+168
* | | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-067-7/+7
* | | Bump version to 4.2-devRémi Verschelde2023-07-057-7/+7
| |/ |/|
* | Merge pull request #78135 from BastiaanOlij/fix_openxr_passthroughRémi Verschelde2023-06-232-24/+15
|\ \
| * | Fix OpenXR Passthrough modeBastiaan Olij2023-06-122-24/+15
* | | Fix incorrect depth buffer option in OpenXRBastiaan Olij2023-06-222-11/+13
| |/ |/|
* | Style: Harmonize header includes in modulesRémi Verschelde2023-06-1543-64/+93
|/
* Merge pull request #74930 from BastiaanOlij/fix_action_map_entriesRémi Verschelde2023-05-082-3/+4
|\
| * Fix incorrect HTC action map entriesBastiaan Olij2023-03-152-3/+4
* | Fix various typos with codespellRémi Verschelde2023-04-261-1/+1
* | Fix misuses of error macrosDanil Alexeev2023-04-181-1/+1
* | Merge pull request #75765 from YuriSizov/editor-node-optimize-includesRémi Verschelde2023-04-111-1/+1
|\ \