summaryrefslogtreecommitdiffstats
path: root/modules/openxr
Commit message (Expand)AuthorAgeFilesLines
* Swap arguments of ResourceSaver.save()kobewi2022-07-292-2/+2
* Remove Signal connect bindsJuan Linietsky2022-07-293-13/+4
* Add startup flag to override XR mode settingsBastiaan Olij2022-07-281-10/+5
* Fix unnamed arguments in XML docsRedMser2022-07-262-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-2519-23/+23
* Implement Vector4, Vector4i, Projectionreduz2022-07-237-10/+10
* Fix tutorial links in XR classes docspython2732022-07-221-2/+2
* Improve `linuxbsd` headless building, cleanup build scriptsRiteo2022-07-201-1/+5
* Split dependency logicBastiaan Olij2022-06-281-2/+0
* Adding HTC tracker supportBastiaan Olij2022-06-168-4/+387
* Expose XRPose's get angular velocity.K. S. Ernest (iFire) Lee2022-06-142-6/+6
* Use "odd" style for TabContainers on base BG colorFireForge2022-05-261-0/+1
* use ERR_FAIL_INDEX when preferredNathan Franke2022-05-251-2/+1
* fix OpenXRAPI::is_extension_supported returning opposite resultSaenoe2022-05-181-1/+1
* Replace most uses of Map by HashMapreduz2022-05-164-15/+21
* Merge pull request #60949 from derammo/derammo_openxr_wrong_conditionalRémi Verschelde2022-05-111-1/+1
|\
| * corrected conditional compile of OpenXR with/without opengl3 driverderammo2022-05-111-1/+1
* | Split out bokeh_dof and copy effectsBastiaan Olij2022-05-111-5/+4
|/
* Refactor module initializationreduz2022-05-042-31/+38
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-022-7/+7
* Fix cppcheck const parametersMarkus Sauermann2022-04-282-4/+4
* Validate input in OpenXR array setterHaoyu Qiu2022-04-201-2/+16
* Merge canvas and decal into TextureStorage and add render targetBastiaan Olij2022-04-171-1/+2
* catch null profile_def causing crash on startupJosh Kabo2022-04-111-0/+2
* Merge pull request #59940 from BastiaanOlij/xr_new_controllers_20220405Rémi Verschelde2022-04-116-22/+305
|\
| * Added missing interaction profiles and making sure related extensions are ena...Bastiaan Olij2022-04-066-22/+305
* | CI: Update black formatter and apply changesRémi Verschelde2022-04-051-1/+0
* | Style: Apply clang-tidy to current code, add `readability-redundant-member-init`Rémi Verschelde2022-04-041-5/+5
* | Zero initialize all pointer class and struct membersRémi Verschelde2022-04-042-2/+2
|/
* Add action map editor for OpenXRBastiaan Olij2022-04-0434-55/+2692
* Fix typos with codespellRémi Verschelde2022-03-315-6/+6
* Move OpenXR project settings to the main, to make them visible on unsupported...bruvzg2022-03-293-28/+0
* Cleanup OpenXR on initialisation failureBastiaan Olij2022-03-255-28/+25
* Only uninitialise OpenXR on destruct if it was initialisedBastiaan Olij2022-03-111-2/+3
* Adding signals and events to OpenXR interfaceBastiaan Olij2022-03-108-197/+668
* Fix color issues with OpenXRBastiaan Olij2022-02-282-3/+58
* Use VK_NULL_HANDLE when initializing XrSwapchainImageVulkanKHRBastiaan Olij2022-02-271-1/+1
* Fix llvm compilation by adding missing overrideGilles Roudière2022-02-231-3/+3
* Implementing OpenXR driverBastiaan Olij2022-02-2330-0/+5948