index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
openxr
/
openxr_interface.cpp
Age
Commit message (
Expand
)
Author
2022-11-12
Fix -Wtype-limits warning in openxr_interface.cpp
dzil123
2022-11-11
Add index check to OpenXRInterface::get_projection_for_view and OpenXRInterfa...
avemort
2022-11-02
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-10-19
Merge pull request #67527 from BastiaanOlij/fix_tracker_names
Max Hilbrunner
2022-10-19
Filter out HTC OpenXR paths based on extension
Bastiaan Olij
2022-10-17
Fix two typos in tracker names and a bug in OpenXR haptic feedback
Bastiaan Olij
2022-10-10
Adding support for the OpenXR Display Refresh Rate extension
Bastiaan Olij
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-05
Adding getters to RenderTarget and implementing override functionality for XR
Bastiaan Olij
2022-09-27
Add Passthrough extension wrapper
Gabor Koncz
2022-09-23
Add OpenXR palm pose extension support
Bastiaan Olij
2022-07-29
Swap arguments of ResourceSaver.save()
kobewi
2022-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-06-16
Adding HTC tracker support
Bastiaan Olij
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-03-31
Fix typos with codespell
Rémi Verschelde
2022-03-25
Cleanup OpenXR on initialisation failure
Bastiaan Olij
2022-03-11
Only uninitialise OpenXR on destruct if it was initialised
Bastiaan Olij
2022-03-10
Adding signals and events to OpenXR interface
Bastiaan Olij
2022-02-23
Implementing OpenXR driver
Bastiaan Olij