Age | Commit message (Expand) | Author |
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-29 | Add source rectangle to blit | Bastiaan Olij |
2021-08-26 | Adding GDExtension support to XRInterface | Bastiaan Olij |
2021-08-15 | Add constant to vector function parameters that don't actually modify their i... | Ricard Rovira Cubeles |
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-04 | Rename Quat to Quaternion | Marcel Admiraal |
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-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-02-08 | Initialize class/struct variables with default values in modules/ | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-08-16 | Port ClassDB tests to use doctest | Andrii Doroshenko (Xrayez) |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-05-19 | Style: Fix unnecessary semicolons that confused clang-format | Rémi Verschelde |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-09 | Renaming all ARVR nodes to XR | Bastiaan Olij |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |
2020-03-23 | Adding missing include guards to header files identified by LGTM. | Rajat Goswami |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-13 | Remove obsolete GLES3 backend | Rémi Verschelde |
2020-02-11 | A lot of progress with canvas rendering, still far from working. | Juan Linietsky |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio |
2019-04-27 | Send notifications to ARVRInterfaces | Bastiaan Olij |
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde |
2019-04-10 | Added eye_height, changed description and fixed size of viewport issue | Bastiaan Olij |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde |
2019-02-12 | Drivers, main, servers: Ensure classes match their header filename | Rémi Verschelde |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2019-01-01 | Fix missing/malformed license headers | Rémi Verschelde |
2018-10-03 | Fix warnings in Android platform | Rémi Verschelde |
2018-10-02 | Moving lens distortion shader into drivers and adding GLES2 support | Bastiaan Olij |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-25 | Server platform builds (dummy) mobile_vr module. | Fabio Alessandrelli |
2018-08-27 | Style: Enable clang-format on GLSL shaders | Rémi Verschelde |
2018-08-16 | Delay initialising lens distortion shader so GLES2 doesn't crash | Bastiaan Olij |