summaryrefslogtreecommitdiffstats
path: root/doc/classes/XRController3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix more miscellaneous oddities around the class referenceMicky2024-11-121-2/+2
|
* Expose profile_changed signal to XRController3DLogan Lang2024-03-061-0/+6
|
* 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'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Rename getters and signals on XR nodes to be consistant with input typesBastiaan Olij2023-01-231-12/+19
|
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-091-3/+3
| | | | Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-9/+9
|
* Fix tutorial links in XR classes docspython2732022-07-221-1/+1
|
* Implementing OpenXR driverBastiaan Olij2022-02-231-6/+0
|
* 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.
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
|
* Rework XR positional trackersBastiaan Olij2021-10-171-41/+27
|
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
|
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-24/+12
| | | | | | | | 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.
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-7/+7
|
* Rename XRPositionalTracker methodsMarcel Admiraal2020-12-211-1/+1
| | | | | | | | | | Renames: - set_type() -> set_tracker_type() - set_name() -> set_tracker_name() - get_tracks_orientation() - `is_tracking_orientation() - get_tracks_position() -> `is_tracking_position() - get_hand() -> get_tracker_hand() - set_hand() -> set_tracker_hand()
* Rename XRController signal button_release to button_releasedMarcel Admiraal2020-12-081-1/+1
|
* 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.)
* Update game controller enums.Marcel Admiraal2020-05-131-1/+1
|
* Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-0/+106