| Commit message (Expand) | Author | Age | Files | Lines |
* | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 4 | -11/+11 |
* | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
* | Style: Apply new `clang-format` changes | Thaddeus Crews | 2024-09-20 | 2 | -3/+3 |
* | Fix typo in XRInterface comment | TypeChecked | 2024-09-11 | 1 | -1/+1 |
* | Change hand tracking project settings and finetune show_when_tracked | Bastiaan Olij | 2024-08-20 | 2 | -0/+2 |
* | XR: Check for bad input in make_vrs_texture | Bastiaan Olij | 2024-06-24 | 1 | -0/+7 |
* | Improvements to VRS/Foveated rendering | Bastiaan Olij | 2024-05-03 | 4 | -89/+225 |
* | OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR | Bastiaan Olij | 2024-05-01 | 1 | -3/+7 |
* | Remove the Hand enum from XRHandTracker to fix name-collision with the hand p... | Malcolm Nixon | 2024-04-25 | 2 | -60/+3 |
* | Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to d... | Malcolm Nixon | 2024-04-18 | 12 | -88/+337 |
* | Add body tracking support. | Malcolm Nixon | 2024-02-27 | 2 | -0/+341 |
* | Provide generic interface for XR hand tracking | David Snopek | 2024-02-23 | 2 | -0/+316 |
* | Initial XRFaceTrackingProvider and XRFaceTracker work. | Malcolm Nixon | 2024-02-17 | 2 | -0/+435 |
* | Add support for OpenXR local floor extension | David Snopek | 2024-01-23 | 1 | -1/+1 |
* | Fix issue with OpenXR environment blend mode not being applied properly | Bastiaan Olij | 2023-09-13 | 2 | -0/+3 |
* | Added XR tracking-state change signals | Malcolm Nixon | 2023-09-03 | 1 | -1/+5 |
* | Ensure OpenXR classes are declared properly | A Thousand Ships | 2023-08-28 | 1 | -1/+1 |
* | XR Tracker reuses XR Pose | Faolan | 2023-08-02 | 1 | -2/+7 |
* | 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 |