godot/modules/navigation_2d
David M. Lary 780f3d5e3b NavMap2D: check if obstacles have avoidance enabled
In NavMap2D::_update_rvo_obstacles_tree() check if the NavObstacle2D
has avoidance enabled before adding it to the tree.

This is the 2D fix for #108259
2025-07-04 10:30:49 -05:00
..
2d Fix: make nav_map_2d uses rasterizer cell scale options in 2d navigation settings 2025-06-21 16:51:17 +02:00
editor Move 2d navigation related editor plugins to navigation_2d module 2025-05-08 23:59:13 +02:00
config.py Allow to compile templates without navigation features 2025-04-01 11:53:35 -03:00
nav_agent_2d.cpp Change 2D avoidance callbacks from Vector3 to Vector2 2025-06-07 14:21:28 +02:00
nav_agent_2d.h Match avoidance defaults for NavigationAgent and NavigationServer NavAgent 2025-06-07 13:49:12 +02:00
nav_base_2d.h [Navigation] Create a dedicated 2D navigation server 2025-03-29 12:10:50 +01:00
nav_link_2d.cpp Change 2D navigation region and link updates to an async process 2025-06-11 00:51:02 +02:00
nav_link_2d.h Change 2D navigation region and link updates to an async process 2025-06-11 00:51:02 +02:00
nav_map_2d.cpp NavMap2D: check if obstacles have avoidance enabled 2025-07-04 10:30:49 -05:00
nav_map_2d.h Change 2D navigation region and link updates to an async process 2025-06-11 00:51:02 +02:00
nav_obstacle_2d.cpp [Navigation] Create a dedicated 2D navigation server 2025-03-29 12:10:50 +01:00
nav_obstacle_2d.h [Navigation] Create a dedicated 2D navigation server 2025-03-29 12:10:50 +01:00
nav_region_2d.cpp Change 2D navigation region and link updates to an async process 2025-06-11 00:51:02 +02:00
nav_region_2d.h Change 2D navigation region and link updates to an async process 2025-06-11 00:51:02 +02:00
nav_rid_2d.h [Navigation] Create a dedicated 2D navigation server 2025-03-29 12:10:50 +01:00
nav_utils_2d.h Change 2D navigation region and link updates to an async process 2025-06-11 00:51:02 +02:00
register_types.cpp Move 2d navigation related editor plugins to navigation_2d module 2025-05-08 23:59:13 +02:00
register_types.h [Navigation] Create a dedicated 2D navigation server 2025-03-29 12:10:50 +01:00
SCsub Move 2d navigation related editor plugins to navigation_2d module 2025-05-08 23:59:13 +02:00
triangle2.cpp [Navigation] Create a dedicated 2D navigation server 2025-03-29 12:10:50 +01:00
triangle2.h [Navigation] Create a dedicated 2D navigation server 2025-03-29 12:10:50 +01:00