Age | Commit message (Collapse) | Author |
|
Documents Navigation radius property, especially that it affects avoidance only.
|
|
|
|
Adds helper functions to work with the navigation layer bitmask.
|
|
Add NavigationAgent desired path distance
|
|
Streamline Navigation layer function names.
|
|
Add NavigationAgent set_navigation_map() and get_navigation_map() function.
|
|
Document the correct use of NavigationAgent path functions.
|
|
Document that NavigationAgent height offset is mostly a placebo.
|
|
Changes NavigationAgent avoidance callback to a toggle that is disabled by default.
Also fixes a few missing descriptions / wrong warnings.
|
|
|
|
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.
|
|
|
|
For the time being we don't support writing a description for those, preferring
having all details in the method's description.
Using self-closing tags saves half the lines, and prevents contributors from
thinking that they should write the argument or return documentation there.
|
|
And typo fix from https://github.com/godotengine/godot-docs/pull/4882.
|
|
|
|
|
|
A few extra renames for classes which were missed in last week's PRs.
|