summaryrefslogtreecommitdiffstats
path: root/doc/classes/Joint3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #87446 from Mickeon/documentation-Joint-tweaksRémi Verschelde2024-05-291-5/+7
|\ | | | | | | Tweak Joint2D and Joint3D documentation for consistency
| * Tweak Joint2D and Joint3D documentation for consistencyMicky2024-04-081-5/+7
| |
* | Update links to outdated asset library demosskyace652024-04-071-1/+1
|/ | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com>
* Expose the get_rid method of Joint2D and Joint3DDragos Daian2023-08-271-0/+8
| | | | | | | | | | | | update occurance of get_joint Update documentation as per feedback. update update Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* 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'
* Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-201-2/+2
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Rename properties unnecessarily using slash (`/`) in their namesRémi Verschelde2022-08-231-4/+4
| | | | | | | | | This is a legacy of Godot 2 days before the inspector had support for groups. "Properties" with a slash in their name can't be accessed from script unless using `set()`/`get()` so they were not actual properties as far as script languages are concerned. Part of #17558.
* 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.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
|
* Fix confusing SliderJoint3D brief descriptionHugo Locurcio2020-12-241-1/+1
|
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+1
|
* doc: Update classref with node renamesRémi Verschelde2020-03-301-0/+29
A few extra renames for classes which were missed in last week's PRs.