summaryrefslogtreecommitdiffstats
path: root/modules/webxr/native/library_godot_webxr.js
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-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>
* Fix support for environment blend modes on `WebXRInterface`David Snopek2024-06-261-1/+4
|
* [WebXR] Fix closure compiler mangling `XRSession.enabledFeatures`David Snopek2024-06-251-1/+2
|
* Upgrade to eslint 9patwork2024-05-221-5/+6
|
* Fix lint errors in WebXR moduleDavid Snopek2024-02-231-2/+2
|
* WebXR: Add support for hand trackingDavid Snopek2024-02-231-5/+20
|
* Merge pull request #72938 from dsnopek/webxr-frame-rateRémi Verschelde2023-04-111-0/+50
|\ | | | | [WebXR] Add support for getting and setting display refresh rate
| * [WebXR] Add support for getting and setting display refresh rateDavid Snopek2023-02-101-0/+50
| |
* | Fix byte packing (and buffer overrun) in godot_webxr_get_bounds_geometry()David Snopek2023-02-101-4/+3
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+30
| | | | | | | | | | | | | | | | | | | | 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".
* Get WebXR fully working in Godot 4!David Snopek2022-12-011-195/+265
|
* Fix WebXR after changing Emscripten configuration noExitRuntime to falseDavid Snopek2022-11-101-1/+3
|
* Add multiview to the opengl3 driverDavid Snopek2022-10-211-15/+26
|
* Get WebXR minimally working again in Godot 4David Snopek2022-09-191-172/+19
|
* Adding GDExtension support to XRInterfaceBastiaan Olij2021-08-261-3/+3
|
* Fixes #48178: WebXR broken when built with Emscripten 2.0.13 or laterDavid Snopek2021-04-281-2/+0
|
* Prevent fatal error in WebXR when 'immersize-ar' loses and regains trackingDavid Snopek2021-01-271-1/+13
|
* Support mono devices in WebXRDavid Snopek2021-01-251-0/+9
|
* Invert the Y-axis on thumbsticks and trackpads in WebXRDavid Snopek2021-01-091-1/+7
|
* Add support for WebXRDavid Snopek2021-01-041-0/+645