Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | corrected conditional compile of OpenXR with/without opengl3 driver | derammo | 2022-05-11 | 1 | -1/+1 | |
| | ||||||
* | Fix cppcheck const parameters | Markus Sauermann | 2022-04-28 | 1 | -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_20220405 | Rémi Verschelde | 2022-04-11 | 1 | -1/+16 | |
|\ | ||||||
| * | Added missing interaction profiles and making sure related extensions are ↵ | Bastiaan Olij | 2022-04-06 | 1 | -1/+16 | |
| | | | | | | | | enabled if available | |||||
* | | Style: Apply clang-tidy to current code, add `readability-redundant-member-init` | Rémi Verschelde | 2022-04-04 | 1 | -5/+5 | |
|/ | ||||||
* | Add action map editor for OpenXR | Bastiaan Olij | 2022-04-04 | 1 | -3/+3 | |
| | ||||||
* | Fix typos with codespell | Rémi Verschelde | 2022-03-31 | 1 | -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 ↵ | bruvzg | 2022-03-29 | 1 | -26/+0 | |
| | | | | unsupported platforms. | |||||
* | Cleanup OpenXR on initialisation failure | Bastiaan Olij | 2022-03-25 | 1 | -18/+10 | |
| | ||||||
* | Adding signals and events to OpenXR interface | Bastiaan Olij | 2022-03-10 | 1 | -93/+363 | |
| | | | | Improving interaction profile logic | |||||
* | Fix color issues with OpenXR | Bastiaan Olij | 2022-02-28 | 1 | -1/+1 | |
| | ||||||
* | Implementing OpenXR driver | Bastiaan Olij | 2022-02-23 | 1 | -0/+2171 | |