| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[GodotPhysics] Fix raycasts don't reliably collide with HeightMapShape3D
|
| |
| |
| |
| | |
HeightMapShape3D, by fixing the value bounds_grid_width and bounds_grid_depth passed
|
| |
| |
| |
| | |
• `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
|
| |
| |
| |
| | |
- Set clang-format `Standard` rule to `c++20`
|
|\ \
| | |
| | |
| | | |
Style: Add `WARNING:` as new comment admonition
|
| |/ |
|
|/ |
|
|
If the module is enabled (default), 3D physics works as it did before.
If the module is disabled and no other 3D physics server is registered
(via a module or GDExtension), then we fall back to a dummy
implementation which effectively disables 3D physics functionality (and
a warning is printed).
The dummy 3D physics server can also be selected explicitly, in which
case no warning is printed.
|