summaryrefslogtreecommitdiffstats
path: root/modules/navigation/nav_agent.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
| | | | - Set clang-format `Standard` rule to `c++20`
* Add function to get navigation map iteration id from NavigationServersmix82024-02-221-2/+2
| | | | Adds function to get navigation map iteration id from NavigationServer.
* Fix various spelling errorsRobert Yevdokimov2024-01-041-2/+2
|
* Add vararg call() method to C++ Callablekobewi2023-10-051-6/+1
|
* Fix NavObjects map assignmentssmix82023-06-251-0/+15
| | | | Fixes NavObject map assignments.
* Add agent pause mode to NavigationServersmix82023-06-181-0/+20
| | | | Adds agent pause mode to NavigationServer.
* Rework Navigation Avoidancesmix82023-05-101-8/+282
| | | | Rework Navigation Avoidance.
* Rename NavigationServer internal RvoAgent to NavAgentsmix82023-02-011-0/+70
Renames the NavigationServer internal RvoAgent to NavAgent.