summaryrefslogtreecommitdiffstats
path: root/doc/classes/CollisionPolygon3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add further details on properties returning `Packed*Array`A Thousand Ships2024-04-081-1/+0
|
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
|
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
| | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors.
* 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-4/+3
|
* Fix concave/convex polygon shape documentationRicardo Buring2023-03-051-5/+5
| | | | | Removes some outdated/incorrect/duplicated info, adds correct info. Also removes no longer applicable "editor-only helper" statements.
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* 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.
* Improve documentation related to physics collision shapesHugo Locurcio2022-03-021-2/+3
| | | | | | - Document using convex decomposition in the editor. - Mention that "trimesh" is synonymous with a concave collision shape. - Add performance hints for each collision shape.
* 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
|
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
|
* Implement CollisionPolygon3D marginhoontee2021-02-111-0/+3
|
* doc: Update classref with node renamesRémi Verschelde2020-03-301-0/+27
A few extra renames for classes which were missed in last week's PRs.