summaryrefslogtreecommitdiffstats
path: root/modules/openxr/openxr_api.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* corrected conditional compile of OpenXR with/without opengl3 driverderammo2022-05-111-1/+1
|
* Fix cppcheck const parametersMarkus Sauermann2022-04-281-2/+2
| | | | | | | | | | Convert method signature parameters to const where it is possible # Conflicts: # drivers/gles3/rasterizer_canvas_gles3.cpp # drivers/gles3/rasterizer_canvas_gles3.h # editor/plugins/animation_state_machine_editor.cpp # editor/plugins/animation_state_machine_editor.h
* Merge pull request #59940 from BastiaanOlij/xr_new_controllers_20220405Rémi Verschelde2022-04-111-1/+16
|\
| * Added missing interaction profiles and making sure related extensions are ↵Bastiaan Olij2022-04-061-1/+16
| | | | | | | | enabled if available
* | Style: Apply clang-tidy to current code, add `readability-redundant-member-init`Rémi Verschelde2022-04-041-5/+5
|/
* Add action map editor for OpenXRBastiaan Olij2022-04-041-3/+3
|
* Fix typos with codespellRémi Verschelde2022-03-311-2/+2
| | | | | | Using codespell 2.2-dev from current git. Fix a couple incorrect uses of gendered pronouns.
* Move OpenXR project settings to the main, to make them visible on ↵bruvzg2022-03-291-26/+0
| | | | unsupported platforms.
* Cleanup OpenXR on initialisation failureBastiaan Olij2022-03-251-18/+10
|
* Adding signals and events to OpenXR interfaceBastiaan Olij2022-03-101-93/+363
| | | | Improving interaction profile logic
* Fix color issues with OpenXRBastiaan Olij2022-02-281-1/+1
|
* Implementing OpenXR driverBastiaan Olij2022-02-231-0/+2171