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