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
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
92
-184
/
+184
*
Rebrand preambles to Redot
Spartan322
2024-10-13
92
-0
/
+184
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
1
-1
/
+1
*
Fix crash when calling OpenXRAPI::get_hand_tracker() and hand-tracking is dis...
David Snopek
2024-09-16
1
-1
/
+5
*
OpenXR: Fix support for building against distro package
Rémi Verschelde
2024-09-16
1
-1
/
+2
*
OpenGL: Unconditionally do `glDisable(GL_FRAMEBUFFER_SRGB)` because we do our...
David Snopek
2024-09-16
2
-28
/
+0
*
XRNode - fix visibility issue
Bastiaan Olij
2024-08-29
1
-3
/
+3
*
Fix several typos in the documentation
Haoyu Qiu
2024-08-02
1
-1
/
+1
*
OpenXR: Fix enabling passthrough via environment blend mode in project settings
David Snopek
2024-07-19
1
-7
/
+7
*
Merge pull request #94412 from dsnopek/xr-always-render
Rémi Verschelde
2024-07-18
1
-0
/
+6
|
\
|
*
Always render when XR is enabled, even if no OS windows can draw
David Snopek
2024-07-17
1
-0
/
+6
*
|
Fixed creating default action map
Bastiaan Olij
2024-07-17
1
-20
/
+15
*
|
Merge pull request #94158 from BastiaanOlij/fix_action_map
Rémi Verschelde
2024-07-11
2
-6
/
+15
|
\
\
|
*
|
Couple of small fixes on the action map: now saves when CTRL-S is pressed/pro...
Bastiaan Olij
2024-07-11
2
-6
/
+15
|
|
/
*
/
Remove our ERR_ON_RENDER_THREAD guard, it is not reliable
Bastiaan Olij
2024-07-09
1
-1
/
+0
|
/
*
[OpenXR] Fix LOCAL_FLOOR emulation on HTC Vive XR Elite
David Snopek
2024-06-27
2
-60
/
+92
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
2
-5
/
+5
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
2
-3
/
+3
*
OpenXR: Add HTC/MSFT hand interaction profiles
Bastiaan Olij
2024-06-12
6
-15
/
+63
*
Set XRHandTracker property has_tracking_data to true only when palm joint is ...
Logan Lang
2024-06-05
1
-1
/
+6
*
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
5
-7
/
+7
*
Apply reference frame transform to OpenXRCompositionLayer nodes
devloglogan
2024-05-29
8
-12
/
+36
*
Merge pull request #92200 from devloglogan/composition-layer-viewport-fix
Rémi Verschelde
2024-05-21
1
-1
/
+3
|
\
|
*
Allow OpenXRCompositionLayer property layer_viewport to be assigned to nullptr
devloglogan
2024-05-21
1
-1
/
+3
*
|
OpenXR: Fix updating swapchain for foveation
Bastiaan Olij
2024-05-20
7
-13
/
+54
|
/
*
Merge pull request #91952 from dsnopek/openxr-composition-layer-sample-count
Rémi Verschelde
2024-05-14
1
-1
/
+1
|
\
|
*
Fix sample count on OpenXR composition layers
David Snopek
2024-05-14
1
-1
/
+1
*
|
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
6
-12
/
+12
|
/
*
Fix `layer_viewport` getting cleared on `OpenXRCompositionLayer` in editor
David Snopek
2024-05-09
2
-19
/
+20
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
4
-7
/
+7
*
OpenXR: Fix composition layers not having correct play space
David Snopek
2024-05-07
8
-25
/
+4
*
Merge pull request #91485 from dsnopek/openxr-composition-layers-hole-punch
Rémi Verschelde
2024-05-07
3
-14
/
+92
|
\
|
*
OpenXR: Allow composition layers to enable hole punching
David Snopek
2024-05-07
3
-14
/
+92
*
|
Fix various typos with codespell
Rémi Verschelde
2024-05-07
1
-2
/
+2
*
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-4
/
+4
*
|
Improvements to VRS/Foveated rendering
Bastiaan Olij
2024-05-03
7
-9
/
+184
*
|
Add support for OpenXR hand interaction extension
Bastiaan Olij
2024-05-02
7
-72
/
+288
*
|
OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR
Bastiaan Olij
2024-05-01
10
-193
/
+415
|
/
*
Organize existing code for editor plugins
Aaron Franke
2024-04-27
2
-2
/
+2
*
Remove the Hand enum from XRHandTracker to fix name-collision with the hand p...
Malcolm Nixon
2024-04-25
1
-1
/
+1
*
Merge pull request #90710 from m4gr3d/fix_jstring_leaks
Rémi Verschelde
2024-04-22
2
-11
/
+15
|
\
|
*
Fix leakage of JNI object references
Fredia Huya-Kouadio
2024-04-15
2
-11
/
+15
*
|
Merge pull request #90645 from Malcolmnixon/unified-xr-trackers
Rémi Verschelde
2024-04-22
4
-54
/
+66
|
\
\
|
*
|
Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to d...
Malcolm Nixon
2024-04-18
4
-54
/
+66
*
|
|
Merge pull request #90761 from dsnopek/openxr-composition-layers-experimental
Rémi Verschelde
2024-04-18
4
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Mark `OpenXRCompositionLayer` and its children as experimental
David Snopek
2024-04-16
4
-4
/
+4
|
|
/
*
/
Revert `OpenXRHand` to its pre-`SkeletonModifier3D` state
David Snopek
2024-04-16
3
-8
/
+50
|
/
*
OpenXR: apply fix for reverse Z
Bastiaan Olij
2024-04-10
1
-4
/
+7
*
OpenXR: Improve swapchain logic and fix swapchain update when render target m...
Bastiaan Olij
2024-04-09
4
-241
/
+346
*
Merge pull request #90391 from AThousandShips/xr_bind_fix
Rémi Verschelde
2024-04-08
1
-2
/
+2
|
\
[next]