summaryrefslogtreecommitdiffstats
path: root/modules/mobile_vr
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
* Rebrand preambles to RedotSpartan3222024-10-134-0/+8
* Fix type-o in `MobileVRInterface` sample code in docs: `xr` -> `use_xr`David Snopek2024-07-311-1/+1
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-033-3/+70
* Merge pull request #91140 from RadiantUwU/add-mobile-vr-screen-rectRémi Verschelde2024-05-023-3/+25
|\
| * Implement offset_rect property to MobileVRInterface to allow changing screen ...Radiant2024-05-023-3/+25
* | MobileVR: orientation is progressive and needs to be initialisedBastiaan Olij2024-04-291-1/+1
|/
* 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
* Add a get_system_info method to XRInterfaceBastiaan Olij2023-03-152-0/+10
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-023-3/+3
* Implement Vector4, Vector4i, Projectionreduz2022-07-232-3/+3
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-1/+1
* Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde2022-05-042-4/+14
|\
| * Refactor module initializationreduz2022-05-042-4/+14
* | Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-3/+3
* | Rename Basis "elements" to "rows"Aaron Franke2022-04-291-3/+3
|/
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Improve XRInterface hooks into renderingBastiaan Olij2022-01-262-2/+2
* Adding a tracking confidence state to XRPoseBastiaan Olij2022-01-202-1/+4
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-3/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* Make overridden properties link to parent definitionYuri Sizov2021-12-031-1/+1
* Add support for returning the play area from XRInterfaceBastiaan Olij2021-10-193-0/+18
* Rework XR positional trackersBastiaan Olij2021-10-172-17/+44
* Improve unregistering XR interfaces so we don't get crashes in GDExtensions b...Bastiaan Olij2021-09-281-1/+16
* Change to using doubles in XR classesBastiaan Olij2021-09-212-38/+38
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
* Add source rectangle to blitBastiaan Olij2021-08-291-5/+5
* Adding GDExtension support to XRInterfaceBastiaan Olij2021-08-262-35/+13
* Add constant to vector function parameters that don't actually modify their i...Ricard Rovira Cubeles2021-08-151-4/+4
* Implement the ability to disable classesreduz2021-07-131-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Add stereoscopic rendering through multiviewBastiaan Olij2021-06-132-22/+79
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-2/+2
* Disable 3D-only modules when 3D is disabledAaron Franke2021-06-031-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-032-4/+4
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-6/+6
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-082-25/+15
* Update copyright statements to 2021Rémi Verschelde2021-01-014-8/+8
* Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)2020-08-161-3/+5
* Add override keywords.Marcel Admiraal2020-07-101-12/+12
* Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde2020-05-192-7/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-6/+12
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-7/+13
* Rename InputFilter back to InputRémi Verschelde2020-04-281-2/+3
* Renaming all ARVR nodes to XRBastiaan Olij2020-04-094-34/+34
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1