Age | Commit message (Expand) | Author |
2022-11-10 | Fix WebXR after changing Emscripten configuration noExitRuntime to false | David Snopek |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-10-30 | Fixed signal connection examples to use new callable syntax in the docs | Anutrix |
2022-10-21 | Add multiview to the opengl3 driver | David Snopek |
2022-10-04 | Rename Projection `matrix` to `columns` | Aaron Franke |
2022-09-19 | Get WebXR minimally working again in Godot 4 | David Snopek |
2022-08-29 | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-05-04 | Merge pull request #60723 from reduz/refactor-module-initialization | Rémi Verschelde |
2022-05-04 | Refactor module initialization | reduz |
2022-04-29 | Rename Basis "elements" to "rows" | Aaron Franke |
2022-04-20 | Fix more issues found by cppcheck. | bruvzg |
2022-03-10 | Discern between virtual and abstract class bindings | reduz |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-01-26 | Improve XRInterface hooks into rendering | Bastiaan Olij |
2022-01-04 | Style: Remove inconsistently used `@author` docstrings | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-10-17 | Rework XR positional trackers | Bastiaan Olij |
2021-09-28 | Improve unregistering XR interfaces so we don't get crashes in GDExtensions b... | Bastiaan Olij |
2021-09-21 | Change to using doubles in XR classes | Bastiaan Olij |
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke |
2021-08-26 | Adding GDExtension support to XRInterface | Bastiaan Olij |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-07-25 | Fix various typos with codespell | luz paz |
2021-07-21 | WebXR: Fix build after SNAME addition | Rémi Verschelde |
2021-07-21 | Merge pull request #50563 from dsnopek/webxr-enable-ci | Rémi Verschelde |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-17 | Re-enable building WebXR in GitHub Actions | David Snopek |
2021-07-15 | [HTML5] Fix build (with module_webxr_enabled=no). | Fabio Alessandrelli |
2021-07-13 | Implement the ability to disable classes | reduz |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-13 | Add stereoscopic rendering through multiview | Bastiaan Olij |
2021-06-03 | Disable 3D-only modules when 3D is disabled | Aaron Franke |
2021-06-03 | Rename Transform to Transform3D in core | Aaron Franke |
2021-05-20 | Fix typos with codespell | Rémi Verschelde |
2021-04-29 | Replace remaining uses of `NULL` with `nullptr` | Rémi Verschelde |
2021-04-28 | Fixes #48178: WebXR broken when built with Emscripten 2.0.13 or later | David Snopek |
2021-03-29 | Change XRPositionalTracker to a reference and better expose it to GDNative | Bastiaan Olij |
2021-03-23 | Rename some more global enums (Key, Joy, MIDI) | Aaron Franke |
2021-02-21 | Add missing semicolons to webxr.eterns.js | Marcel Admiraal |
2021-01-30 | Fix WebXRInterface code sample in the class reference | Hugo Locurcio |
2021-01-28 | Remove reference to CanvasLayer in WebXR example, because it can cause render... | David Snopek |
2021-01-27 | Prevent fatal error in WebXR when 'immersize-ar' loses and regains tracking | David Snopek |
2021-01-25 | Support mono devices in WebXR | David Snopek |
2021-01-10 | Merge pull request #45054 from dsnopek/webxr-yaxis-master | Rémi Verschelde |
2021-01-10 | Fix WebXR module. | Fabio Alessandrelli |
2021-01-09 | Invert the Y-axis on thumbsticks and trackpads in WebXR | David Snopek |