summaryrefslogtreecommitdiffstats
path: root/modules/csg/doc_classes/CSGBox3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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?
* 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.
* Document performance limitations with CSG nodes, link to tutorialHugo Locurcio2022-02-071-0/+2
|
* Improve the default size for 3D shapes (Box, Capsule, and Cylinder)Aaron Franke2022-02-011-1/+1
|
* 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
|
* Use Vector3 instead of 3 floats for CSGBox3D dimensionsMarcel Admiraal2020-12-081-8/+2
|
* 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.