Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Overhaul the top sections of the class reference (Physics classes) | VolTer | 2023-05-20 | 1 | -5/+4 |
| | |||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Steering on VehicleBody is in radians while interface is in degrees. ↵ | Bastiaan Olij | 2023-02-27 | 1 | -1/+2 |
| | | | | Improved documentation to clear this up. | ||||
* | Warn against using non-uniform scale for 3D physics | Ricardo Buring | 2022-10-24 | 1 | -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 physics | fabriceci | 2022-08-26 | 1 | -4/+4 |
| | |||||
* | Fix typo in VehicleBody3D.xml | snailrhymer | 2022-07-16 | 1 | -1/+1 |
| | |||||
* | Use suffixes for units in nodes and resources | Aaron Franke | 2022-05-19 | 1 | -1/+1 |
| | |||||
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -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 definition | Yuri Sizov | 2021-12-03 | 1 | -1/+1 |
| | | | | Co-authored-by: Josh DeGraw <joshmdegraw@gmail.com> | ||||
* | Don't generate empty doc sections and reduce code duplication | Aaron Franke | 2021-09-20 | 1 | -4/+0 |
| | |||||
* | Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | PouleyKetchoupp | 2021-09-16 | 1 | -3/+3 |
| | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2020-12-04 | 1 | -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 reference | Aaron Franke | 2020-10-01 | 1 | -0/+1 |
| | |||||
* | Document VehicleBody3D and VehicleWheel3D limitations | Hugo Locurcio | 2020-07-14 | 1 | -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 renames | Rémi Verschelde | 2020-03-30 | 1 | -0/+31 |
A few extra renames for classes which were missed in last week's PRs. |