| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Adds point and segment queries for regions, e.g. closet point, point normal, or segment intersection.
|
| |
|
|
|
|
| |
Adds navigation obstacle count to navigation performance monitor.
|
|
|
|
| |
Adds navigation source geometry parser callbacks so that externals can hook their own geometry into the navigation mesh baking process.
|
| |
|
|
|
|
| |
Adds navigation path simplification for NavigationServer and NavigationAgent.
|
|
|
|
| |
Fixes NavigationServer.set_debug_enabled() doing nothing because it was not updated for newer dirty flags.
|
| |
|
| |
|
|
|
|
| |
Adds function to get navigation map iteration id from NavigationServer.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Add virtual functions and bind to navigation servers
Implement getters
Add documentation
|
|
|
|
| |
Adds query functions to get random points on navigation mesh to the NavigationServer.
|
|
|
|
| |
This makes them easier to see in their intended colors in scenes with fog.
|
|
|
|
| |
Adds multi-threaded NavMesh baking to NavigationServer.
|
|
|
|
| |
Adds NavigationServer API to enable regions and links.
|
|\
| |
| |
| | |
Add ProjectSettings navigation map default up
|
| |
| |
| |
| | |
Adds ProjectSettings navigation map default up.
|
| |
| |
| |
| | |
Changes 2D navigation ProjectSettings from integers to floats.
|
| |
| |
| |
| | |
Marks NavigationServer3D.region_bake_navigation_mesh() as deprecated.
|
| |
| |
| |
| |
| |
| | |
bake functions
Adds missing default Callables for new NavigationServer geometry parse and bake functions.
|
|/
|
|
| |
Adds agent pause mode to NavigationServer.
|
|\
| |
| |
| | |
Fix for threaded NavigationMesh baking under new thread guards
|
| |
| |
| |
| | |
Fixes threaded NavigationMesh baking under new SceneTree thread guards that blocked the process.
|
|/
|
|
| |
Fixes `cell_height` for navigation meshes.
|
|
|
|
| |
Updates navigation obstacle API.
|
|
|
|
| |
Makes navigation mesh edge connections optional.
|
|
|
|
| |
Rework Navigation Avoidance.
|
|
|
|
| |
Fixes NavigationMesh debug visuals for non-triangulated meshes.
|
|\
| |
| |
| | |
Make navigation ProjectSettings always visible
|
| |
| |
| |
| | |
Makes navigation ProjectSettings always visible.
|
|/
|
|
| |
Fixes that some NavigationServer internals still used float instead of real_t in some parts.
|
|
|
|
| |
Fixes that navigation debug was not toggleable in script while even the docs mentioned it.
|
|
|
|
| |
Unbinds NavigationServer3D.process().
|
| |
|
|
|
|
| |
Adds path debug visuals for NavigationAgent2D, NavigationAgent3D and NavigationServer.
|
|
|
|
| |
Changes that the default navigation maps of World resources are only created on first use.
|
| |
|
|
|
|
| |
Contrary to the entire rest of the engine NavigationAgent's and NavigationLinks decided to deal with locations instead of positions.
|
|
|
|
| |
Adds Performance Monitor for NavigationServer3D.
|
|
|
| |
`const` is used on all methods, even when they cause modification of the server. This reworks the methods of the server to only use `const` on method that don't change the state of the server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As many open source projects have started doing it, we're removing the
current year from the copyright notice, so that we don't need to bump
it every year.
It seems like only the first year of publication is technically
relevant for copyright notices, and even that seems to be something
that many companies stopped listing altogether (in a version controlled
codebase, the commits are a much better source of date of publication
than a hardcoded copyright statement).
We also now list Godot Engine contributors first as we're collectively
the current maintainers of the project, and we clarify that the
"exclusive" copyright of the co-founders covers the timespan before
opensourcing (their further contributions are included as part of Godot
Engine contributors).
Also fixed "cf." Frenchism - it's meant as "refer to / see".
|
| |
|
|
|
|
| |
Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav".
|
|\
| |
| |
| | |
Fix Navigation agent callback wild pointer crash
|
| |
| |
| |
| | |
Fixes crash in sanitizer builds when callback agent or object are already freed.
|
|/
|
| |
This allows users of the server APIs to get back the nodes that created certain regions and links.
|