summaryrefslogtreecommitdiffstats
path: root/modules/navigation/nav_map.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make navigation mesh edge connections optionalsmix82023-05-111-1/+11
* Prevent unnecessary navigation map synchronizationssmix82023-05-111-0/+12
* Rework Navigation Avoidancesmix82023-05-101-33/+209
* Merge pull request #74558 from smix8/navserver_real_t_4.xRémi Verschelde2023-04-031-19/+19
|\
| * Fix NavigationServer internals still using float instead of real_tsmix82023-03-071-19/+19
* | Fix NavigationAgent enable avoidance crashsmix82023-04-011-0/+1
* | Fix agents with disabled avoidance getting added to avoidance simulationsmix82023-03-141-3/+3
|/
* Rename NavigationServer internal RvoAgent to NavAgentsmix82023-02-011-9/+9
* Rename Navigation uses of 'location' to 'position'smix82023-01-261-2/+2
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-2/+2
* Use range iterators in LocalVector loopskobewi2023-01-211-34/+23
* Add NavigationServer Performance Monitorsmix82023-01-081-0/+33
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add support for emitting a signal when entering a NavLinkJosh Jones2022-12-171-4/+81
* Fix crash in navigation 3d when target is not reachableSean2022-10-021-0/+1
* Fix heap-use-after-free in `NavMap::get_path()`Haoyu Qiu2022-09-281-11/+9
* Added node for Navigation linksJosh Jones2022-08-261-10/+154
* Replace Navigation std::vector use with LocalVectorsmix82022-07-281-37/+37
* Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky2022-07-251-10/+3
* Print NavMap error only once for invalid NavMesh.K. S. Ernest (iFire) Lee2022-06-161-1/+1
* Streamline Navigation layer function names.smix82022-06-151-3/+3
* Add NavigationRegion costs for pathfindingsmix82022-06-061-3/+13
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Create NavMap thread pool only when it's used, to prevent creating excessive ...bruvzg2022-04-261-1/+3
* Merge pull request #60359 from adamscott/nav-map-thread-work-poolRémi Verschelde2022-04-261-2/+9
|\
| * Use ThreadWorkPool instead of thread_process_array in NavMapAdam Scott2022-04-191-2/+9
* | Fix crash in `GodotNavigationServer::map_get_path`Pawel Lampe2022-04-221-3/+3
|/
* NavMap::get_path Fix not resetting least_cost_idkleonc2022-04-141-2/+3
* Fix get_simple_path behavior in 2D & 3DPawel Lampe2022-04-051-2/+6
* NavMap Fix polygons being treated like triangle strips instead of triangle fanskleonc2022-02-131-69/+25
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-4/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-6/+6
* Use functions defined in the their classes.Anilforextra2021-09-291-2/+2
* Use is_equal_approx in more placesAaron Franke2021-07-211-3/+3
* Rename `GdNavigationServer` to `GodotNavigationServer`Rémi Verschelde2021-06-301-0/+764