Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix many untagged true/false/null in the documentation | Micky | 2024-11-10 | 1 | -1/+1 |
| | |||||
* | OpenXR: Allow GDExtensions to implement `_on_pre_draw_viewport()` and ↵ | David Snopek | 2024-11-05 | 1 | -0/+15 |
| | | | | `_on_post_draw_viewport()` | ||||
* | OpenXR: change bindings to 'flatten' source paths | Bastiaan Olij | 2024-10-22 | 1 | -7/+11 |
| | |||||
* | OpenXR: Allow extending Android surface swapchain creation from GDExtension | David Snopek | 2024-09-20 | 1 | -0/+9 |
| | |||||
* | OpenXR: Support composition layers based on Android surfaces | David Snopek | 2024-09-11 | 1 | -0/+15 |
| | |||||
* | Add support for the debug utils extension in OpenXR | Bastiaan Olij | 2024-08-27 | 1 | -0/+29 |
| | |||||
* | OpenXR: Add support for visibility mask | Bastiaan Olij | 2024-08-20 | 1 | -0/+12 |
| | |||||
* | Fix several typos in the documentation | Haoyu Qiu | 2024-08-02 | 1 | -1/+1 |
| | |||||
* | OpenXR: Fix updating swapchain for foveation | Bastiaan Olij | 2024-05-20 | 1 | -0/+6 |
| | |||||
* | Merge pull request #91485 from dsnopek/openxr-composition-layers-hole-punch | Rémi Verschelde | 2024-05-07 | 1 | -0/+4 |
|\ | | | | | | | OpenXR: Allow composition layers to enable hole punching | ||||
| * | OpenXR: Allow composition layers to enable hole punching | David Snopek | 2024-05-07 | 1 | -0/+4 |
| | | |||||
* | | Improvements to VRS/Foveated rendering | Bastiaan Olij | 2024-05-03 | 1 | -0/+8 |
| | | |||||
* | | Add support for OpenXR hand interaction extension | Bastiaan Olij | 2024-05-02 | 1 | -0/+7 |
| | | |||||
* | | OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR | Bastiaan Olij | 2024-05-01 | 2 | -1/+17 |
|/ | |||||
* | Merge pull request #90645 from Malcolmnixon/unified-xr-trackers | Rémi Verschelde | 2024-04-22 | 1 | -7/+7 |
|\ | | | | | | | Rework XR Trackers to have a common ancestor | ||||
| * | Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵ | Malcolm Nixon | 2024-04-18 | 1 | -7/+7 |
| | | | | | | | | drive node positions and visibility. | ||||
* | | Merge pull request #90761 from dsnopek/openxr-composition-layers-experimental | Rémi Verschelde | 2024-04-18 | 4 | -4/+4 |
|\ \ | |/ |/| | | | Mark `OpenXRCompositionLayer` and its children as experimental | ||||
| * | Mark `OpenXRCompositionLayer` and its children as experimental | David Snopek | 2024-04-16 | 4 | -4/+4 |
| | | |||||
* | | Revert `OpenXRHand` to its pre-`SkeletonModifier3D` state | David Snopek | 2024-04-16 | 1 | -2/+5 |
|/ | |||||
* | Merge pull request #90374 from BastiaanOlij/openxr_refresh_rate_signal | Rémi Verschelde | 2024-04-08 | 1 | -0/+7 |
|\ | | | | | | | OpenXR: Add refresh rate signal support | ||||
| * | OpenXR: Add refresh rate signal support | Bastiaan Olij | 2024-04-08 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #90286 from dsnopek/openxr-composition-layers-intersects-ray | Rémi Verschelde | 2024-04-08 | 1 | -0/+9 |
|\ \ | | | | | | | | | | Add `intersects_ray()` method to `OpenXRCompositionLayer` | ||||
| * | | Add `intersects_ray()` method to `OpenXRCompositionLayer` | David Snopek | 2024-04-06 | 1 | -0/+9 |
| |/ | |||||
* | | Merge pull request #90237 from ↵ | Rémi Verschelde | 2024-04-08 | 1 | -0/+31 |
|\ \ | |/ |/| | | | | | | | dsnopek/openxr-composition-layers-extension-properties Allow OpenXR extensions to add properties to the OpenXRCompositionLayer node | ||||
| * | Allow OpenXR extensions to add properties to the OpenXRCompositionLayer node | David Snopek | 2024-04-05 | 1 | -0/+31 |
| | | |||||
* | | Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PB | Silc Lizard (Tokage) Renew | 2024-04-05 | 1 | -5/+2 |
|/ | |||||
* | Add support for OpenXR composition layers | David Snopek | 2024-04-04 | 4 | -0/+103 |
| | | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com> | ||||
* | OpenXR: Allow GDExtensions to provide multiple, ordered composition layers | David Snopek | 2024-03-13 | 1 | -1/+18 |
| | | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com> | ||||
* | [Doc] Fix some incorrect uses of `a/an` | A Thousand Ships | 2024-03-13 | 1 | -1/+1 |
| | |||||
* | Overhaul some "uncommon" wording in class reference | Micky | 2024-03-01 | 1 | -1/+1 |
| | |||||
* | Provide generic interface for XR hand tracking | David Snopek | 2024-02-23 | 2 | -8/+8 |
| | |||||
* | expose OpenXR hand tracker handles | Logan Lang | 2024-02-19 | 1 | -0/+7 |
| | |||||
* | Merge pull request #88311 from devloglogan/xr-suggested-tracker-names | Rémi Verschelde | 2024-02-14 | 1 | -0/+6 |
|\ | | | | | | | Enable getting suggested tracker names from OpenXR extensions | ||||
| * | enable getting suggested tracker names from OpenXR extensions | Logan Lang | 2024-02-13 | 1 | -0/+6 |
| | | |||||
* | | Fix type-o in `OpenXRAPIExtension` docs for ↵ | David Snopek | 2024-02-13 | 1 | -1/+1 |
|/ | | | | `is_environment_blend_mode_alpha_supported()` | ||||
* | OpenXR: Allow moving vendor passthrough extensions to GDExtension | David Snopek | 2024-02-03 | 2 | -0/+44 |
| | |||||
* | OpenXR: Make it possible to implement vendor extensions to hand tracking ↵ | David Snopek | 2024-01-25 | 1 | -0/+8 |
| | | | | from GDExtension | ||||
* | Add bone update option to OpenXRHand to allow preserving original hand scale. | Malcolm Nixon | 2024-01-15 | 1 | -0/+13 |
| | | | | This is useful if the hand model is not weighted to support re-scaling to the users hands; or the hand is scaled to non-human sizes. | ||||
* | OpenXR: Add support for hand tracking source extension | Bastiaan Olij | 2024-01-10 | 1 | -0/+22 |
| | |||||
* | Add ability to drive full-body avatars using OpenXRHand | Malcolm Nixon | 2024-01-07 | 1 | -2/+16 |
| | | | | | | | | This PR allows the OpenXRHand to drive: - OpenXR rigged hand skeletons located under the OpenXRHand node - Godot Humanoid rigged hand skeletons located under the OpenXRHand node - OpenXR rigged avatar skeletons located separately in the scene-tree - Godot Humanoid avatar skeletons located separately in the scene-tree | ||||
* | Add 3D MSAA and scaling support to GLES3 | Bastiaan Olij | 2023-12-05 | 1 | -0/+2 |
| | |||||
* | Fix various typos with codespell | Rémi Verschelde | 2023-10-06 | 1 | -4/+4 |
| | | | | Using 2.2.7.dev5+g2af65969. | ||||
* | OpenXR - add access to hand joint validity flags | Bastiaan Olij | 2023-10-05 | 1 | -0/+36 |
| | |||||
* | Add support for the OpenXR Eye gaze interaction extension | Bastiaan Olij | 2023-10-02 | 1 | -0/+7 |
| | | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com> | ||||
* | Implement OpenXR Foveated rendering support | Bastiaan Olij | 2023-09-25 | 1 | -0/+13 |
| | |||||
* | Expose OpenXR raw hand tracking data | Bastiaan Olij | 2023-09-07 | 1 | -0/+153 |
| | |||||
* | Change to new PICO interaction profiles | Bastiaan Olij | 2023-08-30 | 1 | -0/+8 |
| | |||||
* | Ensure OpenXR classes are declared properly | A Thousand Ships | 2023-08-28 | 4 | -1/+328 |
| | | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com> | ||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 7 | -7/+7 |
| | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb). | ||||
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 7 | -7/+7 |
| | | | | Keep on waitin' |