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
*
Merge pull request #97771 from dsnopek/openxr-linux-egl
Thaddeus Crews
2024-10-25
4
-8
/
+49
|
\
|
*
OpenXR: Add support for Wayland on Linux
David Snopek
2024-10-04
4
-8
/
+49
*
|
Merge pull request #98471 from dsnopek/openxr-composition-layers-visibility-bug
Clay John
2024-10-24
1
-0
/
+4
|
\
\
|
*
|
Fix bug with OpenXR composition layers added after OpenXR is running
David Snopek
2024-10-23
1
-0
/
+4
|
|
/
*
/
OpenXR: change bindings to 'flatten' source paths
Bastiaan Olij
2024-10-22
6
-94
/
+148
|
/
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
5
-0
/
+5
*
Merge pull request #97392 from BastiaanOlij/xr_cleanup_action_map_dialogs
Rémi Verschelde
2024-09-25
3
-18
/
+18
|
\
|
*
Cleanup of action map dialogs
Bastiaan Olij
2024-09-18
3
-18
/
+18
*
|
Merge pull request #97252 from dsnopek/gdext-android-surface-swapchain
Rémi Verschelde
2024-09-23
5
-5
/
+35
|
\
\
|
*
|
OpenXR: Allow extending Android surface swapchain creation from GDExtension
David Snopek
2024-09-20
5
-5
/
+35
*
|
|
openxr: Correct set the Depth swapchain name
Alistair Leslie-Hughes
2024-09-21
1
-1
/
+1
|
/
/
*
|
Merge pull request #96928 from dsnopek/rename-and-expose-texture-create-external
Rémi Verschelde
2024-09-19
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Expose a function to create textures from a native handle in the compatibilit...
David Snopek
2024-09-19
1
-2
/
+2
*
|
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
1
-0
/
+1
|
/
*
Merge pull request #96868 from dsnopek/android-editor-launching-xr-app-fix
Rémi Verschelde
2024-09-12
1
-1
/
+3
|
\
|
*
Fix launching XR apps from the Android editor
David Snopek
2024-09-11
1
-1
/
+3
*
|
OpenXR: Support composition layers based on Android surfaces
David Snopek
2024-09-11
11
-155
/
+463
|
/
*
Improve support for XR projects
Fredia Huya-Kouadio
2024-09-06
1
-16
/
+13
*
Add support for the debug utils extension in OpenXR
Bastiaan Olij
2024-08-27
11
-3
/
+506
*
Merge pull request #95929 from BastiaanOlij/openxr_fix_tracking_bit
Rémi Verschelde
2024-08-25
1
-1
/
+1
|
\
|
*
OpenXR: Check correct status bit for hand tracking
Bastiaan Olij
2024-08-22
1
-1
/
+1
*
|
Fix crash when calling OpenXRAPI::get_hand_tracker() and hand-tracking is dis...
David Snopek
2024-08-22
1
-1
/
+5
|
/
*
Merge pull request #91750 from BastiaanOlij/openxr_visibility_mask
Rémi Verschelde
2024-08-20
9
-9
/
+559
|
\
|
*
OpenXR: Add support for visibility mask
Bastiaan Olij
2024-08-20
9
-9
/
+559
*
|
Change hand tracking project settings and finetune show_when_tracked
Bastiaan Olij
2024-08-20
2
-26
/
+54
|
/
*
Merge pull request #95658 from akien-mga/openxr-fix-system-package
Rémi Verschelde
2024-08-19
1
-1
/
+2
|
\
|
*
OpenXR: Fix support for building against distro package
Rémi Verschelde
2024-08-16
1
-1
/
+2
*
|
Merge pull request #95253 from Kimau/claire/logitech
Rémi Verschelde
2024-08-19
3
-0
/
+133
|
\
\
|
*
|
OpenXR - Support for the Logitech MxInk Stylus
Claire Blackshaw
2024-08-08
3
-0
/
+133
*
|
|
Merge pull request #95227 from BastiaanOlij/openxr_1_1_38
Rémi Verschelde
2024-08-17
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Update OpenXR thirdparty library to 1.1.38, changed OpenXR init to stay on 1.0.x
Bastiaan Olij
2024-08-07
1
-1
/
+1
|
|
/
*
|
Merge pull request #95542 from KoBeWi/go_bind_yourself
Rémi Verschelde
2024-08-16
2
-4
/
+0
|
\
\
|
*
|
Remove empty bind_methods()
kobewi
2024-08-15
2
-4
/
+0
|
|
/
*
/
OpenGL: Unconditionally do `glDisable(GL_FRAMEBUFFER_SRGB)` because we do our...
David Snopek
2024-08-12
2
-28
/
+0
|
/
*
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
|
\
[next]