| Commit message (Expand) | Author | Age | Files | Lines |
* | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 1 | -13/+13 |
* | Expose a function to create textures from a native handle in the compatibilit... | David Snopek | 2024-09-19 | 1 | -2/+2 |
* | Fix support for environment blend modes on `WebXRInterface` | David Snopek | 2024-06-26 | 1 | -1/+41 |
* | This PR modifies how the WebXR palm joint transform is calculated so it also ... | Malcolm Nixon | 2024-06-25 | 1 | -6/+14 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+2 |
* | Remove the Hand enum from XRHandTracker to fix name-collision with the hand p... | Malcolm Nixon | 2024-04-25 | 1 | -1/+1 |
* | Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to d... | Malcolm Nixon | 2024-04-18 | 1 | -6/+8 |
* | WebXR: Add support for hand tracking | David Snopek | 2024-02-23 | 1 | -17/+86 |
* | Add screen-related attributes to mouse input events | Markus Sauermann | 2024-02-05 | 1 | -0/+1 |
* | Add MSAA support for WebXR | David Snopek | 2023-12-11 | 1 | -26/+12 |
* | Style: Harmonize header includes in modules | Rémi Verschelde | 2023-06-15 | 1 | -3/+4 |
* | Merge pull request #72938 from dsnopek/webxr-frame-rate | Rémi Verschelde | 2023-04-11 | 1 | -0/+24 |
|\ |
|
| * | [WebXR] Add support for getting and setting display refresh rate | David Snopek | 2023-02-10 | 1 | -0/+24 |
* | | Add a get_system_info method to XRInterface | Bastiaan Olij | 2023-03-15 | 1 | -0/+10 |
|/ |
|
* | Correctly apply world_scale in WebXR | David Snopek | 2023-01-23 | 1 | -9/+3 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Get WebXR fully working in Godot 4! | David Snopek | 2022-12-01 | 1 | -139/+348 |
* | Add multiview to the opengl3 driver | David Snopek | 2022-10-21 | 1 | -2/+1 |
* | Rename Projection `matrix` to `columns` | Aaron Franke | 2022-10-04 | 1 | -3/+3 |
* | Get WebXR minimally working again in Godot 4 | David Snopek | 2022-09-19 | 1 | -19/+37 |
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -2/+2 |
* | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -2/+2 |
* | Rename Basis "elements" to "rows" | Aaron Franke | 2022-04-29 | 1 | -9/+9 |
* | Fix more issues found by cppcheck. | bruvzg | 2022-04-20 | 1 | -2/+2 |
* | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -1/+2 |
* | Improve XRInterface hooks into rendering | Bastiaan Olij | 2022-01-26 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Rework XR positional trackers | Bastiaan Olij | 2021-10-17 | 1 | -21/+65 |
* | Change to using doubles in XR classes | Bastiaan Olij | 2021-09-21 | 1 | -1/+1 |
* | Adding GDExtension support to XRInterface | Bastiaan Olij | 2021-08-26 | 1 | -23/+5 |
* | WebXR: Fix build after SNAME addition | Rémi Verschelde | 2021-07-21 | 1 | -2/+2 |
* | Merge pull request #50563 from dsnopek/webxr-enable-ci | Rémi Verschelde | 2021-07-21 | 1 | -0/+17 |
|\ |
|
| * | Re-enable building WebXR in GitHub Actions | David Snopek | 2021-07-17 | 1 | -0/+17 |
* | | Optimize StringName usage | reduz | 2021-07-18 | 1 | -6/+6 |
|/ |
|
* | [HTML5] Fix build (with module_webxr_enabled=no). | Fabio Alessandrelli | 2021-07-15 | 1 | -4/+4 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -1/+1 |
* | Add stereoscopic rendering through multiview | Bastiaan Olij | 2021-06-13 | 1 | -5/+22 |
* | Rename Transform to Transform3D in core | Aaron Franke | 2021-06-03 | 1 | -4/+4 |
* | Replace remaining uses of `NULL` with `nullptr` | Rémi Verschelde | 2021-04-29 | 1 | -1/+1 |
* | Change XRPositionalTracker to a reference and better expose it to GDNative | Bastiaan Olij | 2021-03-29 | 1 | -5/+5 |
* | Rename some more global enums (Key, Joy, MIDI) | Aaron Franke | 2021-03-23 | 1 | -1/+1 |
* | Prevent fatal error in WebXR when 'immersize-ar' loses and regains tracking | David Snopek | 2021-01-27 | 1 | -8/+18 |
* | Support mono devices in WebXR | David Snopek | 2021-01-25 | 1 | -3/+2 |
* | Fix WebXR module. | Fabio Alessandrelli | 2021-01-10 | 1 | -3/+3 |
* | Add support for WebXR | David Snopek | 2021-01-04 | 1 | -0/+451 |