| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rework XR positional trackers | Bastiaan Olij | 2021-10-17 | 3 | -22/+69 |
| | | |||||
| * | Improve unregistering XR interfaces so we don't get crashes in GDExtensions ↵ | Bastiaan Olij | 2021-09-28 | 1 | -1/+20 |
| | | | | | by destroying the XRServer too early | ||||
| * | Change to using doubles in XR classes | Bastiaan Olij | 2021-09-21 | 2 | -2/+2 |
| | | |||||
| * | Don't generate empty doc sections and reduce code duplication | Aaron Franke | 2021-09-20 | 1 | -2/+0 |
| | | |||||
| * | Adding GDExtension support to XRInterface | Bastiaan Olij | 2021-08-26 | 4 | -32/+11 |
| | | |||||
| * | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -26/+13 |
| | | | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there. | ||||
| * | Fix various typos with codespell | luz paz | 2021-07-25 | 1 | -1/+1 |
| | | | | | Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint` | ||||
| * | WebXR: Fix build after SNAME addition | Rémi Verschelde | 2021-07-21 | 1 | -2/+2 |
| | | | | | Was missed as WebXR build was disabled prior to #50563. | ||||
| * | Merge pull request #50563 from dsnopek/webxr-enable-ci | Rémi Verschelde | 2021-07-21 | 2 | -0/+18 |
| |\ | | | | | Re-enable building WebXR in GitHub Actions | ||||
| | * | Re-enable building WebXR in GitHub Actions | David Snopek | 2021-07-17 | 2 | -0/+18 |
| | | | |||||
| * | | Optimize StringName usage | reduz | 2021-07-18 | 1 | -6/+6 |
| |/ | | | | | | | | | | | * 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. | ||||
| * | [HTML5] Fix build (with module_webxr_enabled=no). | Fabio Alessandrelli | 2021-07-15 | 2 | -5/+5 |
| | | | | | | The XR API changed a bit, and it's not just a rename, though probably an easy update for someone who is qualified :). | ||||
| * | Implement the ability to disable classes | reduz | 2021-07-13 | 1 | -1/+1 |
| | | | | | | | | * This PR adds the ability to disable classes when building. * For now it's only possible to do this via command like: `scons disable_classes=RayCast2D,Area3D` * Eventually, a proper UI will be implemented to create a build config file to do this at large scale, as well as detect what is used in the project. | ||||
| * | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 2 | -2/+2 |
| | | |||||
| * | Add stereoscopic rendering through multiview | Bastiaan Olij | 2021-06-13 | 2 | -7/+25 |
| | | |||||
| * | Disable 3D-only modules when 3D is disabled | Aaron Franke | 2021-06-03 | 1 | -1/+1 |
| | | |||||
| * | Rename Transform to Transform3D in core | Aaron Franke | 2021-06-03 | 2 | -6/+6 |
| | | |||||
| * | Fix typos with codespell | Rémi Verschelde | 2021-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using codespell 2.0.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn GIRD leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | ||||
| * | Replace remaining uses of `NULL` with `nullptr` | Rémi Verschelde | 2021-04-29 | 1 | -1/+1 |
| | | | | | Follow-up to #38736 (these uses were likely added after this PR was merged). | ||||
| * | Fixes #48178: WebXR broken when built with Emscripten 2.0.13 or later | David Snopek | 2021-04-28 | 1 | -2/+0 |
| | | |||||
| * | Change XRPositionalTracker to a reference and better expose it to GDNative | Bastiaan Olij | 2021-03-29 | 3 | -7/+7 |
| | | |||||
| * | Rename some more global enums (Key, Joy, MIDI) | Aaron Franke | 2021-03-23 | 1 | -1/+1 |
| | | |||||
| * | Add missing semicolons to webxr.eterns.js | Marcel Admiraal | 2021-02-21 | 1 | -2/+2 |
| | | |||||
| * | Fix WebXRInterface code sample in the class reference | Hugo Locurcio | 2021-01-30 | 1 | -61/+63 |
| | | | | | | This also fixes the code sample's indentation to look correct in the editor help. | ||||
| * | Remove reference to CanvasLayer in WebXR example, because it can cause ↵ | David Snopek | 2021-01-28 | 1 | -2/+4 |
| | | | | | rendering issues in AR. | ||||
| * | Prevent fatal error in WebXR when 'immersize-ar' loses and regains tracking | David Snopek | 2021-01-27 | 3 | -10/+32 |
| | | |||||
| * | Support mono devices in WebXR | David Snopek | 2021-01-25 | 3 | -3/+12 |
| | | |||||
| * | Merge pull request #45054 from dsnopek/webxr-yaxis-master | Rémi Verschelde | 2021-01-10 | 1 | -1/+7 |
| |\ | | | | | Invert the Y-axis on thumbsticks and trackpads in WebXR | ||||
| | * | Invert the Y-axis on thumbsticks and trackpads in WebXR | David Snopek | 2021-01-09 | 1 | -1/+7 |
| | | | |||||
| * | | Fix WebXR module. | Fabio Alessandrelli | 2021-01-10 | 1 | -3/+3 |
| |/ | | | | | Some functions and enums were renamed in 4.0 but not updated in the WebXR code. | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2021-01-06 | 2 | -71/+71 |
| | | |||||
| * | Add support for WebXR | David Snopek | 2021-01-04 | 12 | -0/+2280 |
