Commit History

Author SHA1 Message Date
  smix8 e243dfa9f6 Fix NavigationAgent enable avoidance crash 2 years ago
  smix8 ac1b26c7c5 Fix agents with disabled avoidance getting added to avoidance simulation 2 years ago
  smix8 0d80705f11 Rename NavigationServer internal RvoAgent to NavAgent 2 years ago
  smix8 bf1571979c Rename Navigation uses of 'location' to 'position' 2 years ago
  Rémi Verschelde 5b1df48c6c Convert en_GB spelling to en_US with codespell 2 years ago
  kobewi 615c517034 Use range iterators in LocalVector loops 2 years ago
  smix8 9802914f97 Add NavigationServer Performance Monitor 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  Josh Jones 5d8ba2b2d1 Add support for emitting a signal when entering a NavLink 3 years ago
  Sean 9b525da531 Fix crash in navigation 3d when target is not reachable 3 years ago
  Haoyu Qiu 9d58454567 Fix heap-use-after-free in `NavMap::get_path()` 3 years ago
  Josh Jones 3dd59013f4 Added node for Navigation links 3 years ago
  smix8 8d4922cfb1 Replace Navigation std::vector use with LocalVector 3 years ago
  Juan Linietsky c7255388e1 Remove ThreadWorkPool, replace by WorkerThreadPool 3 years ago
  K. S. Ernest (iFire) Lee 67052af918 Print NavMap error only once for invalid NavMesh. 3 years ago
  smix8 245da150e7 Streamline Navigation layer function names. 3 years ago
  smix8 cfdfd304f1 Add NavigationRegion costs for pathfinding 3 years ago
  reduz 746dddc067 Replace most uses of Map by HashMap 3 years ago
  bruvzg 40f0b23482 Create NavMap thread pool only when it's used, to prevent creating excessive amount of running threads. 3 years ago
  Rémi Verschelde c45202a89b Merge pull request #60359 from adamscott/nav-map-thread-work-pool 3 years ago
  Pawel Lampe 66856d5fb0 Fix crash in `GodotNavigationServer::map_get_path` 3 years ago
  Adam Scott 732102cbc5 Use ThreadWorkPool instead of thread_process_array in NavMap 3 years ago
  kleonc 9ab69b89f8 NavMap::get_path Fix not resetting least_cost_id 3 years ago
  Pawel Lampe dcab82ad43 Fix get_simple_path behavior in 2D & 3D 3 years ago
  kleonc 5422d863e1 NavMap Fix polygons being treated like triangle strips instead of triangle fans 3 years ago
  Rémi Verschelde ba2bdc478b Style: Remove inconsistently used `@author` docstrings 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  Lightning_A c63b18507d Use range iterators for `Map` 4 years ago
  Anilforextra fc9767abb1 Use functions defined in the their classes. 4 years ago
  Aaron Franke 78b0a7da03 Use is_equal_approx in more places 4 years ago