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
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-1
/
+1
|
\
|
*
Core: Integrate `Ref::instantiate` where possible
Thaddeus Crews
2024-11-10
1
-1
/
+1
*
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
5
-6
/
+19
|
\
|
|
*
Merge pull request #98831 from dsnopek/openxr-gdextension-pre-post-draw-viewport
Thaddeus Crews
2024-11-05
2
-0
/
+14
|
|
\
|
|
*
OpenXR: Allow GDExtensions to implement `_on_pre_draw_viewport()` and `_on_po...
David Snopek
2024-11-05
2
-0
/
+14
|
*
|
Style: Apply `clang-tidy` fixes (superficial)
Thaddeus Crews
2024-11-04
3
-4
/
+4
|
*
|
Style: Apply `clang-tidy` fixes
Thaddeus Crews
2024-11-04
1
-2
/
+1
|
|
/
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
2
-3
/
+3
|
\
|
|
*
Fix OpenXR module failing to build on Linux when Wayland is disabled
Juan Pablo Arce
2024-10-27
2
-3
/
+3
*
|
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
50
-100
/
+100
|
\
\
|
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
50
-100
/
+100
*
|
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
2
-7
/
+41
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
OpenXR: Add support for Wayland on Linux
David Snopek
2024-10-04
2
-7
/
+41
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
50
-0
/
+100
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-1
/
+1
|
/
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
OpenXR: Allow extending Android surface swapchain creation from GDExtension
David Snopek
2024-09-20
4
-5
/
+26
*
Expose a function to create textures from a native handle in the compatibilit...
David Snopek
2024-09-19
1
-2
/
+2
*
OpenXR: Support composition layers based on Android surfaces
David Snopek
2024-09-11
2
-55
/
+263
*
Add support for the debug utils extension in OpenXR
Bastiaan Olij
2024-08-27
5
-3
/
+366
*
OpenXR: Check correct status bit for hand tracking
Bastiaan Olij
2024-08-22
1
-1
/
+1
*
Merge pull request #91750 from BastiaanOlij/openxr_visibility_mask
Rémi Verschelde
2024-08-20
2
-0
/
+374
|
\
|
*
OpenXR: Add support for visibility mask
Bastiaan Olij
2024-08-20
2
-0
/
+374
*
|
Change hand tracking project settings and finetune show_when_tracked
Bastiaan Olij
2024-08-20
2
-26
/
+54
|
/
*
Merge pull request #95253 from Kimau/claire/logitech
Rémi Verschelde
2024-08-19
2
-0
/
+131
|
\
|
*
OpenXR - Support for the Logitech MxInk Stylus
Claire Blackshaw
2024-08-08
2
-0
/
+131
*
|
OpenGL: Unconditionally do `glDisable(GL_FRAMEBUFFER_SRGB)` because we do our...
David Snopek
2024-08-12
2
-28
/
+0
|
/
*
OpenXR: Add HTC/MSFT hand interaction profiles
Bastiaan Olij
2024-06-12
5
-0
/
+63
*
Set XRHandTracker property has_tracking_data to true only when palm joint is ...
Logan Lang
2024-06-05
1
-1
/
+6
*
OpenXR: Fix updating swapchain for foveation
Bastiaan Olij
2024-05-20
5
-13
/
+44
*
Fix sample count on OpenXR composition layers
David Snopek
2024-05-14
1
-1
/
+1
*
OpenXR: Fix composition layers not having correct play space
David Snopek
2024-05-07
1
-0
/
+3
*
Fix various typos with codespell
Rémi Verschelde
2024-05-07
1
-2
/
+2
*
Improvements to VRS/Foveated rendering
Bastiaan Olij
2024-05-03
2
-0
/
+42
*
Add support for OpenXR hand interaction extension
Bastiaan Olij
2024-05-02
2
-0
/
+169
*
OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR
Bastiaan Olij
2024-05-01
2
-3
/
+3
*
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
*
|
Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to d...
Malcolm Nixon
2024-04-18
1
-12
/
+21
|
/
*
OpenXR: Improve swapchain logic and fix swapchain update when render target m...
Bastiaan Olij
2024-04-09
2
-15
/
+23
*
Merge pull request #90391 from AThousandShips/xr_bind_fix
Rémi Verschelde
2024-04-08
1
-2
/
+2
|
\
|
*
[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
2
-0
/
+19
|
\
\
|
|
/
|
/
|
|
*
OpenXR: Add refresh rate signal support
Bastiaan Olij
2024-04-08
2
-0
/
+19
*
|
Allow OpenXR extensions to add properties to the OpenXRCompositionLayer node
David Snopek
2024-04-05
5
-4
/
+81
|
/
*
Add support for OpenXR composition layers
David Snopek
2024-04-04
2
-0
/
+408
*
OpenXR: Allow GDExtensions to provide multiple, ordered composition layers
David Snopek
2024-03-13
5
-9
/
+38
*
OpenXR: Register eye gaze even when disabled
Bastiaan Olij
2024-02-24
1
-1
/
+6
*
Merge pull request #88724 from AThousandShips/xr_build_fix
Rémi Verschelde
2024-02-23
2
-0
/
+4
|
\
[next]