summaryrefslogtreecommitdiffstats
path: root/doc/classes/VehicleWheel3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add units to VehicleWheel3D suspension stiffness and dampingAaron Franke2024-09-171-3/+3
|
* Expose contact point and contact normal on VehicleWheel3DTestSubject062024-08-281-0/+12
| | | | | | | | | | | | | | | | | | Appease doctool by switching the order of the documentation page entries. Update doc/classes/VehicleWheel3D.xml Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> Update doc/classes/VehicleWheel3D.xml Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> Update doc/classes/VehicleWheel3D.xml Thanks, didn't see the typo in the suggested change. Brain auto corrected it. Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* 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>
* corrected tooltip information Roll Influence property of VehicleWheel3DQuincy Wofford2023-12-311-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'
* Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-201-3/+3
|
* Set VehiculeWheel3D `suspension_travel` default value to a resonable oneAdam Scott2023-03-181-1/+1
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-3/+3
|
* i18n: Sync classref translations with WeblateRémi Verschelde2022-07-181-1/+1
| | | | (cherry picked from commit 7379f2c76adfa9ce739bdee98c2feaf4169de9b8)
* 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.
* VehicleWheel can now return the surface it's colliding with.Steve Szilágyi2021-12-101-0/+7
| | | | | | | | | | Fixed PR issues. Update vehicle_body_3d.cpp Apply suggestions from code review Co-authored-by: Camille Mohr-Daurat <pouleyKetchoup@gmail.com>
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp2021-09-161-3/+3
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-6/+3
| | | | | | | | 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.
* 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/+83
A few extra renames for classes which were missed in last week's PRs.