summaryrefslogtreecommitdiffstats
path: root/modules/openxr
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-2792-184/+184
|
* Rebrand preambles to RedotSpartan3222024-10-1392-0/+184
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) 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>
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-1/+1
|
* Fix crash when calling OpenXRAPI::get_hand_tracker() and hand-tracking is ↵David Snopek2024-09-161-1/+5
| | | | | | disabled (cherry picked from commit 11dd1f52aeb10e3fb8f236e2e5e050c280764fb9)
* OpenXR: Fix support for building against distro packageRémi Verschelde2024-09-161-1/+2
| | | | (cherry picked from commit 2206f5c6a49f3870817f30d8305efe1d61e23317)
* OpenGL: Unconditionally do `glDisable(GL_FRAMEBUFFER_SRGB)` because we do ↵David Snopek2024-09-162-28/+0
| | | | | | our own sRGB conversion (cherry picked from commit dfcff4ef46568216318adb37cb84c42697139ac6)
* XRNode - fix visibility issueBastiaan Olij2024-08-291-3/+3
|
* Fix several typos in the documentationHaoyu Qiu2024-08-021-1/+1
|
* OpenXR: Fix enabling passthrough via environment blend mode in project settingsDavid Snopek2024-07-191-7/+7
|
* Merge pull request #94412 from dsnopek/xr-always-renderRémi Verschelde2024-07-181-0/+6
|\ | | | | | | Always render when XR is enabled, even if no OS windows can draw
| * Always render when XR is enabled, even if no OS windows can drawDavid Snopek2024-07-171-0/+6
| |
* | Fixed creating default action mapBastiaan Olij2024-07-171-20/+15
| |
* | Merge pull request #94158 from BastiaanOlij/fix_action_mapRémi Verschelde2024-07-112-6/+15
|\ \ | | | | | | | | | OpenXR: Couple of small fixes on the action map
| * | Couple of small fixes on the action map: now saves when CTRL-S is ↵Bastiaan Olij2024-07-112-6/+15
| |/ | | | | | | pressed/project is run, no longer looses content if OpenXR is not enabled, and a small documentation fix.
* / Remove our ERR_ON_RENDER_THREAD guard, it is not reliableBastiaan Olij2024-07-091-1/+0
|/
* [OpenXR] Fix LOCAL_FLOOR emulation on HTC Vive XR EliteDavid Snopek2024-06-272-60/+92
|
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-192-5/+5
|
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-192-3/+3
|
* OpenXR: Add HTC/MSFT hand interaction profilesBastiaan Olij2024-06-126-15/+63
|
* Set XRHandTracker property has_tracking_data to true only when palm joint is ↵Logan Lang2024-06-051-1/+6
| | | | tracked
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-305-7/+7
|
* Apply reference frame transform to OpenXRCompositionLayer nodesdevloglogan2024-05-298-12/+36
|
* Merge pull request #92200 from devloglogan/composition-layer-viewport-fixRémi Verschelde2024-05-211-1/+3
|\ | | | | | | Allow `OpenXRCompositionLayer` property `layer_viewport` to always be assigned `nullptr`
| * Allow OpenXRCompositionLayer property layer_viewport to be assigned to nullptrdevloglogan2024-05-211-1/+3
| |
* | OpenXR: Fix updating swapchain for foveationBastiaan Olij2024-05-207-13/+54
|/
* Merge pull request #91952 from dsnopek/openxr-composition-layer-sample-countRémi Verschelde2024-05-141-1/+1
|\ | | | | | | Fix sample count on OpenXR composition layers
| * Fix sample count on OpenXR composition layersDavid Snopek2024-05-141-1/+1
| |
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-146-12/+12
|/
* Fix `layer_viewport` getting cleared on `OpenXRCompositionLayer` in editorDavid Snopek2024-05-092-19/+20
|
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-084-7/+7
| | | | | | | * 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
* OpenXR: Fix composition layers not having correct play spaceDavid Snopek2024-05-078-25/+4
|
* Merge pull request #91485 from dsnopek/openxr-composition-layers-hole-punchRémi Verschelde2024-05-073-14/+92
|\ | | | | | | OpenXR: Allow composition layers to enable hole punching
| * OpenXR: Allow composition layers to enable hole punchingDavid Snopek2024-05-073-14/+92
| |
* | Fix various typos with codespellRémi Verschelde2024-05-071-2/+2
| | | | | | | | | | | | | | | | | | Using 2.2.7.dev217+g10c2abcf. Had to add `colour` to the ignore list as we used it as an alias/keyword for the documentation of color-related APIs. Also ignore recommendations to change `thirdparty` to either `third-party` or `third party`, which are correct but we use the former fairly consistently.
* | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-4/+4
| | | | | | | | | | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable
* | Improvements to VRS/Foveated renderingBastiaan Olij2024-05-037-9/+184
| |
* | Add support for OpenXR hand interaction extensionBastiaan Olij2024-05-027-72/+288
| |
* | OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-0110-193/+415
|/
* Organize existing code for editor pluginsAaron Franke2024-04-272-2/+2
|
* Remove the Hand enum from XRHandTracker to fix name-collision with the hand ↵Malcolm Nixon2024-04-251-1/+1
| | | | | | property of the base class. Co-Authored-By: David Snopek <191561+dsnopek@users.noreply.github.com>
* Merge pull request #90710 from m4gr3d/fix_jstring_leaksRémi Verschelde2024-04-222-11/+15
|\ | | | | | | Fix leakage of JNI object references
| * Fix leakage of JNI object referencesFredia Huya-Kouadio2024-04-152-11/+15
| | | | | | | | Fixes https://github.com/godotengine/godot/issues/87548
* | Merge pull request #90645 from Malcolmnixon/unified-xr-trackersRémi Verschelde2024-04-224-54/+66
|\ \ | | | | | | | | | Rework XR Trackers to have a common ancestor
| * | Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵Malcolm Nixon2024-04-184-54/+66
| | | | | | | | | | | | drive node positions and visibility.
* | | Merge pull request #90761 from dsnopek/openxr-composition-layers-experimentalRémi Verschelde2024-04-184-4/+4
|\ \ \ | |/ / |/| | | | | Mark `OpenXRCompositionLayer` and its children as experimental
| * | Mark `OpenXRCompositionLayer` and its children as experimentalDavid Snopek2024-04-164-4/+4
| |/
* / Revert `OpenXRHand` to its pre-`SkeletonModifier3D` stateDavid Snopek2024-04-163-8/+50
|/
* OpenXR: apply fix for reverse ZBastiaan Olij2024-04-101-4/+7
|
* OpenXR: Improve swapchain logic and fix swapchain update when render target ↵Bastiaan Olij2024-04-094-241/+346
| | | | multiplier is changed.
* Merge pull request #90391 from AThousandShips/xr_bind_fixRémi Verschelde2024-04-081-2/+2
|\ | | | | | | [XR] Fix binds for composition layer virtuals