| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [HTML5] Fix build (with module_webxr_enabled=no). | Fabio Alessandrelli | 2021-07-15 | 1 | -4/+4 |
| | | | | | | The XR API changed a bit, and it's not just a rename, though probably an easy update for someone who is qualified :). | ||||
| * | 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 |
| | | | | | Follow-up to #38736 (these uses were likely added after this PR was merged). | ||||
| * | 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 |
| | | | | | | Some functions and enums were renamed in 4.0 but not updated in the WebXR code. | ||||
| * | Add support for WebXR | David Snopek | 2021-01-04 | 1 | -0/+451 |
