| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
|\| |
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
|
|
|
|
|
| |
The counter is now incremented at the start of a physics tick rather than at the end.
Co-authored-by: lawnjelly <lawnjelly@gmail.com>
|
| |
|
|
|
|
| |
Adds navigation path simplification for NavigationServer and NavigationAgent.
|
|
|
|
| |
This reverts commit d3852deaa450d77edb30df2bb1c77bd7bc45befc.
|
| |
|
|
|
|
|
|
| |
Add virtual functions and bind to navigation servers
Implement getters
Add documentation
|
|\
| |
| |
| |
| |
| | |
ershn/fix_navigation_agents_is_target_reached_behavior
Make `target_desired_distance` affect the navigation of `NavigationAgent2D/3D`
|
| |
| |
| |
| | |
When the target is reachable, stop the navigation only when the target is reached.
|
|\ \
| |/
|/|
| | |
Fix missing NavigationAgent property updates in constructor
|
| |
| |
| |
| | |
Fixes missing NavigationAgent property updates in constructor.
|
|/
|
|
| |
Solves race condition between AThousandShips and Akien.
|
|
|
|
| |
Fixes NavigationAgent3D stored y-axis velocity and makes it optional.
|
| |
|
|\
| |
| |
| | |
Fix crash in `NavigationAgent3D`
|
| | |
|
|\ \
| | |
| | |
| | | |
Fix NavigationAgent position not always updating
|
| |/
| |
| |
| | |
Fixes NavigationAgent position not always updating.
|
|/
|
|
| |
Fixes NavigationAgent continues avoidance velocity.
|
|
|
|
| |
Adds agent pause mode to NavigationServer.
|
|
|
|
| |
Rework Navigation Avoidance.
|
|
|
|
| |
Exposes the path postprocessing and pathfinding algorithm options of the NavigationAgent internal NavigationPathQueryParameters object.
|
|
|
|
| |
Fixes duplicated points in NavigationAgent3D debug path.
|
|
|
|
| |
Tweaks default values for NavigationAgent3D to work better out of the box within a new 3D project.
|
|
|
|
|
|
| |
Adds helper functions to set the links start and end position with global positions or get them as global positions.
Adds global start and end position for the navigation link to the 'link_reached' signal of NavigationAgent. That signal gets emitted when a navigation link waypoint is reached. Requires that 'owner' meta data is enabled on the NavigationAgent.
|
| |
|
|\
| |
| |
| | |
Fix missing avoidance updates when using same velocity
|
| |
| |
| |
| |
| |
| | |
When using avoidance, if you set the same velocity for the agent, you won't get an update from the avoidance system.
This changes both the `set_target_position` and `set_velocity` setters to always accept user provided values, even if they are the same. This ensures that repathing and avoidance logic is always run when the user expects.
|
|/
|
|
| |
Fixes that certain NavigationAgent debug functions bindings were not available in release builds.
|
| |
|
| |
|
|
|
|
| |
Adds path debug visuals for NavigationAgent2D, NavigationAgent3D and NavigationServer.
|
| |
|
|
|
|
| |
Contrary to the entire rest of the engine NavigationAgent's and NavigationLinks decided to deal with locations instead of positions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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".
|
| |
|
|\
| |
| | |
Stop NavigationAgents without a target from moving to world origin
|
| |
| |
| |
| | |
Stops NavigationAgents moving to the world origin without anyone telling them to do so.
|
| | |
|
| |
| |
| |
| | |
Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav".
|
|/
|
|
| |
Fixes crash in sanitizer builds when callback agent or object are already freed.
|
|\
| |
| |
| | |
Make NavigationAgent `target_location` a property
|
| | |
|
|/ |
|
|
|
|
| |
This paves the way for having agents respond to link traversal.
|