summaryrefslogtreecommitdiffstats
path: root/modules/openxr
Commit message (Expand)AuthorAgeFilesLines
* Cleanup a bunch of debug messages in OpenXR and change the ones we want to ke...Bastiaan Olij2022-10-101-75/+32
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-073-57/+57
* Fixing an incorrect error message in OpenXR reporting missing OpenGL supportBastiaan Olij2022-10-061-1/+1
* Merge pull request #66898 from aaronfranke/proj-mat-columnsRémi Verschelde2022-10-051-1/+1
|\
| * Rename Projection `matrix` to `columns`Aaron Franke2022-10-041-1/+1
* | Adding getters to RenderTarget and implementing override functionality for XRBastiaan Olij2022-10-0511-108/+340
|/
* Merge pull request #66242 from akien-mga/scons-unify-tools-targetRémi Verschelde2022-09-301-1/+1
|\
| * SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* | Add Passthrough extension wrapperGabor Koncz2022-09-278-4/+548
* | Merge pull request #66282 from BastiaanOlij/openxr_palm_poseRémi Verschelde2022-09-2711-29/+229
|\ \ | |/ |/|
| * Add OpenXR palm pose extension supportBastiaan Olij2022-09-2311-29/+229
* | Adding OpenXR hand tracking supportBastiaan Olij2022-09-2610-7/+823
* | Merge pull request #65798 from kisg/dynamic_openxr_loaderRémi Verschelde2022-09-2610-115/+354
|\ \ | |/ |/|
| * Dynamic loading of OpenXR Loader on AndroidGergely Kis2022-09-2410-115/+354
* | Fix OpenXR layer composition blendingGabor Koncz2022-09-161-1/+1
|/
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-063-4/+4
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-297-4/+19
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-283-7/+7
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-273-7/+7
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-277-19/+4
|/
* Improve the `make_rst.py` parser for BBCode tagsYuri Sizov2022-08-151-1/+1
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-084-14/+14
* 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