summaryrefslogtreecommitdiffstats
path: root/doc/classes/XRServer.xml
Commit message (Collapse)AuthorAgeFilesLines
* Apply reference frame transform to OpenXRCompositionLayer nodesdevloglogan2024-05-291-0/+5
|
* OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-011-2/+2
|
* Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵Malcolm Nixon2024-04-181-149/+14
| | | | drive node positions and visibility.
* Add body tracking support.Malcolm Nixon2024-02-271-0/+48
|
* Provide generic interface for XR hand trackingDavid Snopek2024-02-231-0/+48
|
* Initial XRFaceTrackingProvider and XRFaceTracker work.Malcolm Nixon2024-02-171-0/+48
| | | | Updated to XRFaceModifier3D.
* OpenXR: Allow changing play area mode during active sessionDavid Snopek2024-01-311-0/+6
|
* Tweak XROrigin3D documentationMicky2024-01-241-1/+1
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Merge pull request #74151 from BastiaanOlij/add_world_origin_propRémi Verschelde2023-03-031-0/+4
|\ | | | | | | Add XRServer.world_origin property
| * Add XRServer.world_origin propertyBastiaan Olij2023-03-011-0/+4
| |
* | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
|/ | | | Can't stop, won't stop, they said, huh?
* Fix small mistakes throughout much of the documentationVolTer2022-10-211-3/+3
|
* Replace Array return types with TypedArray 3kobewi2022-08-241-1/+1
|
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-091-6/+6
| | | | Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-18/+18
|
* Fix tutorial links in XR classes docspython2732022-07-221-1/+1
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Improve XRInterface hooks into renderingBastiaan Olij2022-01-261-18/+0
|
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
|
* Rework XR positional trackersBastiaan Olij2021-10-171-11/+20
|
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
|
* Adding GDExtension support to XRInterfaceBastiaan Olij2021-08-261-7/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-70/+35
| | | | | | | | 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.
* Add Time singletonAaron Franke2021-06-111-2/+2
|
* Update documentation for Transform3DAaron Franke2021-06-031-2/+2
|
* Change XRPositionalTracker to a reference and better expose it to GDNativeBastiaan Olij2021-03-291-0/+45
|
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
| | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-0/+188