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
/
servers
/
xr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a get_system_info method to XRInterface
Bastiaan Olij
2023-03-15
4
-0
/
+11
*
Merge pull request #72604 from rbessems/rbessems/env_blend_mode
Rémi Verschelde
2023-02-03
2
-0
/
+25
|
\
|
*
Add XR Environment Blend Mode Support
Ron Bessems
2023-02-02
2
-0
/
+25
*
|
Use enum instead of int in virtual methods return type
Raul Santos
2023-01-31
2
-7
/
+7
|
/
*
Rename getters and signals on XR nodes to be consistant with input types
Bastiaan Olij
2023-01-23
1
-4
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
8
-232
/
+232
*
Add safety-checks before some servers `free()`
Adam Scott
2022-12-29
1
-0
/
+1
*
Fix VRS issues
Bastiaan Olij
2022-11-17
1
-2
/
+5
*
Remove redefinition of `notification` method in `XRInterfaceExtension`
Raul Santos
2022-11-14
3
-11
/
+0
*
expose XRInterface::get_transform_for_view and XRInterface::get_projection_fo...
avemort
2022-11-10
1
-0
/
+2
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-6
/
+6
*
Simplify GDVIRTUAL_CALL calls
kobewi
2022-10-19
1
-110
/
+42
*
Make some Image methods static
kobewi
2022-10-14
1
-6
/
+1
*
Merge pull request #66898 from aaronfranke/proj-mat-columns
Rémi Verschelde
2022-10-05
1
-1
/
+1
|
\
|
*
Rename Projection `matrix` to `columns`
Aaron Franke
2022-10-04
1
-1
/
+1
*
|
Adding getters to RenderTarget and implementing override functionality for XR
Bastiaan Olij
2022-10-05
4
-2
/
+58
|
/
*
Add Passthrough extension wrapper
Gabor Koncz
2022-09-27
2
-0
/
+12
*
Extracting render buffers and changing it to a more generic solution
Bastiaan Olij
2022-09-01
1
-4
/
+0
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
2
-2
/
+2
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
4
-8
/
+8
*
Adding Variable Rate Shading support to Godot
Bastiaan Olij
2022-07-17
4
-2
/
+105
*
Split dependency logic
Bastiaan Olij
2022-06-28
1
-2
/
+0
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Merge canvas and decal into TextureStorage and add render target
Bastiaan Olij
2022-04-17
1
-3
/
+4
*
Adding signals and events to OpenXR interface
Bastiaan Olij
2022-03-10
2
-1
/
+21
*
Remove unused GDNative code
Rémi Verschelde
2022-03-09
1
-1
/
+1
*
Implementing OpenXR driver
Bastiaan Olij
2022-02-23
2
-25
/
+0
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-5
/
+5
*
Improve XRInterface hooks into rendering
Bastiaan Olij
2022-01-26
4
-15
/
+44
*
Adding a tracking confidence state to XRPose
Bastiaan Olij
2022-01-20
4
-3
/
+33
*
Merge pull request #56492 from akien-mga/remove-author-docstrings
Rémi Verschelde
2022-01-12
2
-6
/
+2
|
\
|
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
2
-6
/
+2
*
|
Fixed incorrect property types
Arnav Vijaywargiya
2022-01-11
1
-1
/
+1
|
/
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
8
-16
/
+16
*
Fix double _get_tracking_status declaration
Bastiaan Olij
2021-10-20
1
-2
/
+0
*
Add support for returning the play area from XRInterface
Bastiaan Olij
2021-10-19
4
-6
/
+108
*
Rework XR positional trackers
Bastiaan Olij
2021-10-17
8
-165
/
+381
*
Fix access to render target texture for XR interfaces
Bastiaan Olij
2021-09-28
1
-6
/
+11
*
Change to using doubles in XR classes
Bastiaan Olij
2021-09-21
3
-6
/
+6
*
Expose Vulkan internal values for access from extensions
Bastiaan Olij
2021-09-09
3
-4
/
+28
*
Merge pull request #52205 from BastiaanOlij/blit_source_rect
Bastiaan Olij
2021-09-07
2
-4
/
+5
|
\
|
*
Add source rectangle to blit
Bastiaan Olij
2021-08-29
2
-4
/
+5
*
|
Add missing parameter names to _commit_views GDVIRTUAL_BIND
Bastiaan Olij
2021-09-05
1
-1
/
+1
|
/
*
Adding GDExtension support to XRInterface
Bastiaan Olij
2021-08-26
4
-62
/
+381
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
Add stereoscopic rendering through multiview
Bastiaan Olij
2021-06-13
2
-6
/
+15
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
2
-4
/
+4
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
3
-4
/
+4
*
Change XRPositionalTracker to a reference and better expose it to GDNative
Bastiaan Olij
2021-03-29
1
-2
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
4
-8
/
+8
[next]