index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
openxr
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
[XR] Fix binds for composition layer virtuals
A Thousand Ships
2024-04-08
1
-2
/
+2
*
|
Merge pull request #90374 from BastiaanOlij/openxr_refresh_rate_signal
Rémi Verschelde
2024-04-08
6
-0
/
+33
|
\
\
|
|
/
|
/
|
|
*
OpenXR: Add refresh rate signal support
Bastiaan Olij
2024-04-08
6
-0
/
+33
*
|
Merge pull request #90286 from dsnopek/openxr-composition-layers-intersects-ray
Rémi Verschelde
2024-04-08
9
-0
/
+152
|
\
\
|
*
|
Add `intersects_ray()` method to `OpenXRCompositionLayer`
David Snopek
2024-04-06
9
-0
/
+152
|
|
/
*
|
Merge pull request #90237 from dsnopek/openxr-composition-layers-extension-pr...
Rémi Verschelde
2024-04-08
8
-6
/
+161
|
\
\
|
|
/
|
/
|
|
*
Allow OpenXR extensions to add properties to the OpenXRCompositionLayer node
David Snopek
2024-04-05
8
-6
/
+161
*
|
Merge pull request #90218 from Repiteo/do-while-false-cleanup
Rémi Verschelde
2024-04-05
1
-8
/
+12
|
\
\
|
*
|
Update lingering `do/while(0)` defines
Thaddeus Crews
2024-04-04
1
-8
/
+12
|
|
/
*
/
Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PB
Silc Lizard (Tokage) Renew
2024-04-05
3
-50
/
+8
|
/
*
Merge pull request #89880 from dsnopek/openxr-composition-layers-node3d-drs
Rémi Verschelde
2024-04-04
18
-47
/
+1698
|
\
|
*
Add support for OpenXR composition layers
David Snopek
2024-04-04
18
-47
/
+1698
*
|
Merge pull request #89968 from Calinou/xr-startup-alert-windows
Rémi Verschelde
2024-04-04
1
-1
/
+3
|
\
\
|
*
|
Tweak OpenXR alert to mention WMR only on Windows
Hugo Locurcio
2024-03-28
1
-1
/
+3
|
|
/
*
/
Fix missing i18n for some editor strings
Haoyu Qiu
2024-04-03
2
-3
/
+3
|
/
*
OpenXR: Allow GDExtensions to provide multiple, ordered composition layers
David Snopek
2024-03-13
8
-16
/
+91
*
[Doc] Fix some incorrect uses of `a/an`
A Thousand Ships
2024-03-13
1
-1
/
+1
*
clang-tidy: Enforce `modernize-use-nullptr`
Thaddeus Crews
2024-03-12
1
-1
/
+1
*
Add editor shortcuts to toggle bottom panel visibility
Hugo Locurcio
2024-03-05
1
-1
/
+2
*
Overhaul some "uncommon" wording in class reference
Micky
2024-03-01
1
-1
/
+1
*
OpenXR: Register eye gaze even when disabled
Bastiaan Olij
2024-02-24
2
-4
/
+7
*
Merge pull request #88724 from AThousandShips/xr_build_fix
Rémi Verschelde
2024-02-23
2
-0
/
+4
|
\
|
*
[XR] Fix building on MinGW
A Thousand Ships
2024-02-23
2
-0
/
+4
*
|
Merge pull request #88639 from dsnopek/xrserver-hand-tracker
Rémi Verschelde
2024-02-23
4
-8
/
+78
|
\
\
|
*
|
Provide generic interface for XR hand tracking
David Snopek
2024-02-23
4
-8
/
+78
*
|
|
Merge pull request #87760 from kitbdev/extract-bottom-dock
Rémi Verschelde
2024-02-23
2
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Extract BottomPanel from EditorNode
kit
2024-02-20
2
-2
/
+4
|
|
/
*
/
Fix crash when using OpenXR extension wrappers from GDExtension
David Snopek
2024-02-22
1
-1
/
+7
|
/
*
expose OpenXR hand tracker handles
Logan Lang
2024-02-19
5
-0
/
+25
*
Merge pull request #88311 from devloglogan/xr-suggested-tracker-names
Rémi Verschelde
2024-02-14
9
-19
/
+56
|
\
|
*
enable getting suggested tracker names from OpenXR extensions
Logan Lang
2024-02-13
9
-19
/
+56
*
|
Fix type-o in `OpenXRAPIExtension` docs for `is_environment_blend_mode_alpha_...
David Snopek
2024-02-13
1
-1
/
+1
|
/
*
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
3
-20
/
+18
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
Merge pull request #87630 from dsnopek/openxr-passthrough-from-gdextension
Rémi Verschelde
2024-02-03
13
-493
/
+147
|
\
|
*
OpenXR: Allow moving vendor passthrough extensions to GDExtension
David Snopek
2024-02-03
13
-493
/
+147
*
|
Merge pull request #87745 from dsnopek/openxr-change-reference-space
Rémi Verschelde
2024-02-02
3
-57
/
+87
|
\
\
|
|
/
|
/
|
|
*
OpenXR: Allow changing play area mode during active session
David Snopek
2024-01-31
3
-57
/
+87
*
|
Merge pull request #87546 from dsnopek/openxr-hand-tracking-vendor-extensions
Rémi Verschelde
2024-01-31
7
-0
/
+35
|
\
\
|
*
|
OpenXR: Make it possible to implement vendor extensions to hand tracking from...
David Snopek
2024-01-25
7
-0
/
+35
*
|
|
Add Wayland support
Riteo
2024-01-30
2
-4
/
+11
|
|
/
|
/
|
*
|
Cleanup of OpenXR module scons config
Bastiaan Olij
2024-01-25
12
-45
/
+59
*
|
Add support for OpenXR local floor extension
David Snopek
2024-01-23
7
-19
/
+266
|
/
*
OpenXR: Add runtime selection dropdown
Bastiaan Olij
2024-01-18
4
-0
/
+192
*
Merge pull request #87286 from akien-mga/fix-preprocessor-if-ENABLED-checks
Yuri Sizov
2024-01-17
3
-5
/
+5
|
\
|
*
Fix `#if *_ENABLED` inconsistencies, should check if defined
Rémi Verschelde
2024-01-17
3
-5
/
+5
*
|
Merge pull request #87240 from Malcolmnixon/bone-update-mode
Yuri Sizov
2024-01-17
3
-2
/
+48
|
\
\
|
|
/
|
/
|
|
*
Add bone update option to OpenXRHand to allow preserving original hand scale.
Malcolm Nixon
2024-01-15
3
-2
/
+48
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
|
/
*
Merge pull request #86982 from BastiaanOlij/openxr_touch_plus
Rémi Verschelde
2024-01-11
5
-0
/
+245
|
\
[prev]
[next]