Age | Commit message (Collapse) | Author |
|
moving objects only
Note that NavigationObstacles should only be used if necessary and for moving objects only.
|
|
Exposes get_rid() function for scripting.
Adds configuration warning when obstacle is used with not intended static body parent.
|
|
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.
|
|
Fix NavigationObstacle3D to be attached to navigation map - without it
the NavigationObstacle3D is not working.
Replace radius approximation algorithm with simple "radius" property.
|
|
|
|
|
|
A few extra renames for classes which were missed in last week's PRs.
|