summaryrefslogtreecommitdiffstats
path: root/modules/webxr
Commit message (Expand)AuthorAgeFilesLines
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-153-4/+6
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-6/+6
* Merge pull request #72938 from dsnopek/webxr-frame-rateRémi Verschelde2023-04-118-0/+129
|\
| * [WebXR] Add support for getting and setting display refresh rateDavid Snopek2023-02-108-0/+129
* | Add a get_system_info method to XRInterfaceBastiaan Olij2023-03-152-0/+11
* | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* | Fix byte packing (and buffer overrun) in godot_webxr_get_bounds_geometry()David Snopek2023-02-101-4/+3
|/
* Update WebXR tutorial link to point at the Godot 4 versionDavid Snopek2023-01-251-1/+1
* Correctly apply world_scale in WebXRDavid Snopek2023-01-231-9/+3
* Class reference: snake_case .gd filenames, _on_*Doug Thompson2023-01-151-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-058-232/+233
* Get WebXR fully working in Godot 4!David Snopek2022-12-018-408/+1560
* Fix WebXR after changing Emscripten configuration noExitRuntime to falseDavid Snopek2022-11-101-1/+3
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Fixed signal connection examples to use new callable syntax in the docsAnutrix2022-10-301-5/+5
* Add multiview to the opengl3 driverDavid Snopek2022-10-213-18/+28
* Rename Projection `matrix` to `columns`Aaron Franke2022-10-041-3/+3
* Get WebXR minimally working again in Godot 4David Snopek2022-09-195-194/+59
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-295-10/+10
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-11/+11
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Implement Vector4, Vector4i, Projectionreduz2022-07-232-3/+3
* Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde2022-05-042-4/+14
|\
| * Refactor module initializationreduz2022-05-042-4/+14
* | Rename Basis "elements" to "rows"Aaron Franke2022-04-291-9/+9
|/
* Fix more issues found by cppcheck.bruvzg2022-04-201-2/+2
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+1
* 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