summaryrefslogtreecommitdiffstats
path: root/modules/openxr/action_map
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-2710-20/+20
* Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-243-61/+117
|\
| * OpenXR: change bindings to 'flatten' source pathsBastiaan Olij2024-10-223-61/+117
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1110-0/+20
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Couple of small fixes on the action map: now saves when CTRL-S is pressed/pro...Bastiaan Olij2024-07-111-3/+6
* OpenXR: Add HTC/MSFT hand interaction profilesBastiaan Olij2024-06-121-15/+0
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-083-6/+6
* Add support for OpenXR hand interaction extensionBastiaan Olij2024-05-021-72/+92
* Cleanup of OpenXR module scons configBastiaan Olij2024-01-251-0/+10
* Add Meta controller extensionBastiaan Olij2024-01-111-0/+3
* Remove unused grip touch action from default OpenXR action mapBastiaan Olij2023-11-181-1/+0
* Add support for the OpenXR Eye gaze interaction extensionBastiaan Olij2023-10-021-1/+7
* OpenXR fix missing add profile for hauweiBastiaan Olij2023-09-111-0/+1
* Change to new PICO interaction profilesBastiaan Olij2023-08-304-4/+27
* Ensure OpenXR classes are declared properlyA Thousand Ships2023-08-284-37/+39
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-156-8/+10
* Merge pull request #74930 from BastiaanOlij/fix_action_map_entriesRémi Verschelde2023-05-081-2/+2
|\
| * Fix incorrect HTC action map entriesBastiaan Olij2023-03-151-2/+2
* | OpenXR: Enable access to the Valve Index grip force sensingZac Luzader2023-03-122-0/+4
|/
* OpenXR: Add preliminary Pico controller profilersjtdrjgfuzkfg2023-01-061-0/+25
* One Copyright Update to rule them allRémi Verschelde2023-01-0510-290/+290
* Removed member variables from OpenXRExtensionWrapperBastiaan Olij2023-01-041-318/+2
* Various fixes for OpenXR action map meta data and editingBastiaan Olij2022-11-2510-813/+894
* Merge pull request #64250 from raulsntos/openxr-string-arraysRémi Verschelde2022-11-222-2/+2
|\
| * Expose string array properties in OpenXR module as PackedStringArrayRaul Santos2022-08-112-2/+2
* | Change default OpenXR pose to aim poseBastiaan Olij2022-10-281-10/+10
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* | Add OpenXR palm pose extension supportBastiaan Olij2022-09-232-6/+36
|/
* Fix unnamed arguments in XML docsRedMser2022-07-261-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-255-7/+7
* Adding HTC tracker supportBastiaan Olij2022-06-163-2/+242
* Validate input in OpenXR array setterHaoyu Qiu2022-04-201-2/+16
* Added missing interaction profiles and making sure related extensions are ena...Bastiaan Olij2022-04-063-21/+282
* Add action map editor for OpenXRBastiaan Olij2022-04-0410-44/+747
* Fix typos with codespellRémi Verschelde2022-03-311-1/+1
* Implementing OpenXR driverBastiaan Olij2022-02-238-0/+900