summaryrefslogtreecommitdiffstats
path: root/modules/webxr
Commit message (Expand)AuthorAgeFilesLines
...
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-1/+2
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Improve XRInterface hooks into renderingBastiaan Olij2022-01-262-2/+2
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-042-4/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-037-14/+14
* Rework XR positional trackersBastiaan Olij2021-10-173-22/+69
* Improve unregistering XR interfaces so we don't get crashes in GDExtensions b...Bastiaan Olij2021-09-281-1/+20
* Change to using doubles in XR classesBastiaan Olij2021-09-212-2/+2
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* Adding GDExtension support to XRInterfaceBastiaan Olij2021-08-264-32/+11
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-26/+13
* Fix various typos with codespellluz paz2021-07-251-1/+1
* WebXR: Fix build after SNAME additionRémi Verschelde2021-07-211-2/+2
* Merge pull request #50563 from dsnopek/webxr-enable-ciRémi Verschelde2021-07-212-0/+18
|\
| * Re-enable building WebXR in GitHub ActionsDavid Snopek2021-07-172-0/+18
* | Optimize StringName usagereduz2021-07-181-6/+6
|/
* [HTML5] Fix build (with module_webxr_enabled=no).Fabio Alessandrelli2021-07-152-5/+5
* Implement the ability to disable classesreduz2021-07-131-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-2/+2
* Add stereoscopic rendering through multiviewBastiaan Olij2021-06-132-7/+25
* Disable 3D-only modules when 3D is disabledAaron Franke2021-06-031-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-032-6/+6
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-1/+1
* Fixes #48178: WebXR broken when built with Emscripten 2.0.13 or laterDavid Snopek2021-04-281-2/+0
* Change XRPositionalTracker to a reference and better expose it to GDNativeBastiaan Olij2021-03-293-7/+7
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-1/+1
* Add missing semicolons to webxr.eterns.jsMarcel Admiraal2021-02-211-2/+2
* Fix WebXRInterface code sample in the class referenceHugo Locurcio2021-01-301-61/+63
* Remove reference to CanvasLayer in WebXR example, because it can cause render...David Snopek2021-01-281-2/+4
* Prevent fatal error in WebXR when 'immersize-ar' loses and regains trackingDavid Snopek2021-01-273-10/+32
* Support mono devices in WebXRDavid Snopek2021-01-253-3/+12
* Merge pull request #45054 from dsnopek/webxr-yaxis-masterRémi Verschelde2021-01-101-1/+7
|\
| * Invert the Y-axis on thumbsticks and trackpads in WebXRDavid Snopek2021-01-091-1/+7
* | Fix WebXR module.Fabio Alessandrelli2021-01-101-3/+3
|/
* doc: Sync classref with current sourceRémi Verschelde2021-01-062-71/+71
* Add support for WebXRDavid Snopek2021-01-0412-0/+2280