summaryrefslogtreecommitdiffstats
path: root/doc/classes/VehicleBody3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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-5/+4
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Steering on VehicleBody is in radians while interface is in degrees. ↵Bastiaan Olij2023-02-271-1/+2
| | | | Improved documentation to clear this up.
* Warn against using non-uniform scale for 3D physicsRicardo Buring2022-10-241-0/+1
| | | | | | | Using non-uniform scale is known to cause many issues. Add warnings to the editor and to the class reference. Also remove the warning from SoftBody3D since it is not relevant there: it simulates in global space.
* Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-4/+4
|
* Fix typo in VehicleBody3D.xmlsnailrhymer2022-07-161-1/+1
|
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-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.
* Make overridden properties link to parent definitionYuri Sizov2021-12-031-1/+1
| | | | Co-authored-by: Josh DeGraw <joshmdegraw@gmail.com>
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
|
* Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp2021-09-161-3/+3
|
* doc: Sync classref with current sourceRémi Verschelde2020-12-041-1/+0
| | | | | | | | And fixups: - Add missing bindings in RenderingServer - Remove duplicate ArrayMesh enum bindings (they're in Mesh already) - Remove redundant _unhandled_key_input binding in Control (it's in Node already)
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+1
|
* Document VehicleBody3D and VehicleWheel3D limitationsHugo Locurcio2020-07-141-0/+1
| | | | | | | These classes have dozens of open bugs and missing features which may not be fixed anytime soon. It's probably better to document it upfront at this point.
* doc: Update classref with node renamesRémi Verschelde2020-03-301-0/+31
A few extra renames for classes which were missed in last week's PRs.