Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-18 | Optimize StringName usage | reduz | |
* Added a new macro SNAME() that constructs and caches a local stringname. * Subsequent usages use the cached version. * Since these use a global static variable, a second refcounter of static usages need to be kept for cleanup time. * Replaced all theme usages by this new macro. * Replace all signal emission usages by this new macro. * Replace all call_deferred usages by this new macro. This is part of ongoing work to optimize GUI and the editor. | |||
2021-07-15 | [HTML5] Fix build (with module_webxr_enabled=no). | Fabio Alessandrelli | |
The XR API changed a bit, and it's not just a rename, though probably an easy update for someone who is qualified :). | |||
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 | Rename Transform to Transform3D in core | Aaron Franke | |
2021-04-29 | Replace remaining uses of `NULL` with `nullptr` | RĂ©mi Verschelde | |
Follow-up to #38736 (these uses were likely added after this PR was merged). | |||
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-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 | Fix WebXR module. | Fabio Alessandrelli | |
Some functions and enums were renamed in 4.0 but not updated in the WebXR code. | |||
2021-01-04 | Add support for WebXR | David Snopek | |