Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 1 | -2/+8 |
|\ | |||||
| * | OpenXR: Fix pose recenter signal to be omitted properly | Bastiaan Olij | 2024-11-13 | 1 | -2/+8 |
| | | |||||
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -3/+3 |
|\| | |||||
| * | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 1 | -3/+3 |
| | | | | | | | | - Set clang-format `Standard` rule to `c++20` | ||||
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | | |||||
* | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5 | Spartan322 | 2024-10-24 | 1 | -4/+1 |
|\| | |||||
| * | OpenXR: change bindings to 'flatten' source paths | Bastiaan Olij | 2024-10-22 | 1 | -4/+1 |
| | | |||||
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com> | ||||
* | OpenXR: Fix support for building against distro package | Rémi Verschelde | 2024-08-16 | 1 | -1/+2 |
| | |||||
* | Always render when XR is enabled, even if no OS windows can draw | David Snopek | 2024-07-17 | 1 | -0/+6 |
| | |||||
* | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -1/+1 |
| | | | | | | | * Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers | ||||
* | Improvements to VRS/Foveated rendering | Bastiaan Olij | 2024-05-03 | 1 | -0/+44 |
| | |||||
* | Add support for OpenXR hand interaction extension | Bastiaan Olij | 2024-05-02 | 1 | -0/+17 |
| | |||||
* | OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR | Bastiaan Olij | 2024-05-01 | 1 | -0/+10 |
| | |||||
* | Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵ | Malcolm Nixon | 2024-04-18 | 1 | -33/+36 |
| | | | | drive node positions and visibility. | ||||
* | OpenXR: Add refresh rate signal support | Bastiaan Olij | 2024-04-08 | 1 | -0/+5 |
| | |||||
* | enable getting suggested tracker names from OpenXR extensions | Logan Lang | 2024-02-13 | 1 | -19/+4 |
| | |||||
* | Merge pull request #87630 from dsnopek/openxr-passthrough-from-gdextension | Rémi Verschelde | 2024-02-03 | 1 | -8/+9 |
|\ | | | | | | | OpenXR: Allow moving vendor passthrough extensions to GDExtension | ||||
| * | OpenXR: Allow moving vendor passthrough extensions to GDExtension | David Snopek | 2024-02-03 | 1 | -8/+9 |
| | | |||||
* | | OpenXR: Allow changing play area mode during active session | David Snopek | 2024-01-31 | 1 | -3/+9 |
|/ | |||||
* | Add support for OpenXR local floor extension | David Snopek | 2024-01-23 | 1 | -2/+35 |
| | |||||
* | OpenXR: Add support for hand tracking source extension | Bastiaan Olij | 2024-01-10 | 1 | -0/+28 |
| | |||||
* | OpenXR: Add support for retrieving play area | Bastiaan Olij | 2023-12-11 | 1 | -0/+36 |
| | |||||
* | OpenXR - add access to hand joint validity flags | Bastiaan Olij | 2023-10-05 | 1 | -8/+89 |
| | |||||
* | OpenXR Fix small hand tracking issues | Bastiaan Olij | 2023-10-04 | 1 | -16/+32 |
| | |||||
* | Add support for the OpenXR Eye gaze interaction extension | Bastiaan Olij | 2023-10-02 | 1 | -1/+22 |
| | | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com> | ||||
* | Implement OpenXR Foveated rendering support | Bastiaan Olij | 2023-09-25 | 1 | -0/+53 |
| | |||||
* | Fix issue with OpenXR environment blend mode not being applied properly | Bastiaan Olij | 2023-09-13 | 1 | -0/+21 |
| | |||||
* | Expose OpenXR raw hand tracking data | Bastiaan Olij | 2023-09-07 | 1 | -0/+139 |
| | |||||
* | Properly load multiple action sets in XR | Faolan | 2023-08-09 | 1 | -1/+3 |
| | |||||
* | Merge pull request #73558 from Malcolmnixon/render-target-size-multiplier | Rémi Verschelde | 2023-04-11 | 1 | -0/+21 |
|\ | | | | | | | Added render target size multiplier option | ||||
| * | Added render target size multiplier option. | Malcolm Nixon | 2023-02-18 | 1 | -0/+21 |
| | | | | | | | | Fix formatting | ||||
* | | Add a get_system_info method to XRInterface | Bastiaan Olij | 2023-03-15 | 1 | -0/+11 |
|/ | |||||
* | Add XR Environment Blend Mode Support | Ron Bessems | 2023-02-02 | 1 | -0/+54 |
| | |||||
* | Added methods to OpenXR interface to set which action sets are active | Bastiaan Olij | 2023-01-31 | 1 | -0/+36 |
| | |||||
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | ||||
* | Merge pull request #68528 from BastiaanOlij/openxr_actionmap_changes | Rémi Verschelde | 2022-12-13 | 1 | -2/+2 |
|\ | | | | | | | Various fixes for OpenXR action map meta data and editing | ||||
| * | Various fixes for OpenXR action map meta data and editing | Bastiaan Olij | 2022-11-25 | 1 | -2/+2 |
| | | |||||
* | | Fix property type for OpenXR display refresh rate | Bastiaan Olij | 2022-12-07 | 1 | -1/+1 |
|/ | |||||
* | Fix -Wtype-limits warning in openxr_interface.cpp | dzil123 | 2022-11-12 | 1 | -2/+2 |
| | |||||
* | Add index check to OpenXRInterface::get_projection_for_view and ↵ | avemort | 2022-11-11 | 1 | -0/+2 |
| | | | | OpenXRInterface::get_transform_for_view | ||||
* | Style: Misc docs and comment style and language fixes | Rémi Verschelde | 2022-11-02 | 1 | -3/+3 |
| | | | | | | | | | | - Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`. | ||||
* | Merge pull request #67527 from BastiaanOlij/fix_tracker_names | Max Hilbrunner | 2022-10-19 | 1 | -1/+10 |
|\ | | | | | Fix two typos in tracker names and a bug in OpenXR haptic feedback | ||||
| * | Fix two typos in tracker names and a bug in OpenXR haptic feedback | Bastiaan Olij | 2022-10-17 | 1 | -1/+10 |
| | | |||||
* | | Filter out HTC OpenXR paths based on extension | Bastiaan Olij | 2022-10-19 | 1 | -18/+22 |
| | | |||||
* | | Adding support for the OpenXR Display Refresh Rate extension | Bastiaan Olij | 2022-10-10 | 1 | -0/+37 |
|/ | |||||
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵ | bruvzg | 2022-10-07 | 1 | -12/+12 |
| | | | | change warnings=all to use /W4. | ||||
* | Adding getters to RenderTarget and implementing override functionality for XR | Bastiaan Olij | 2022-10-05 | 1 | -0/+18 |
| | |||||
* | Add Passthrough extension wrapper | Gabor Koncz | 2022-09-27 | 1 | -0/+20 |
| | |||||
* | Add OpenXR palm pose extension support | Bastiaan Olij | 2022-09-23 | 1 | -23/+25 |
| |