godot/modules/navigation
smix8 83bd8fa396 Move NavRegion connections to NavMap
Moves bookkeeping for connections from region to map where connections are actually made.
2024-06-23 14:49:35 +02:00
..
2d Fix thread-use causing navigation polygon data corruption 2024-06-21 12:58:03 +02:00
3d Move NavRegion connections to NavMap 2024-06-23 14:49:35 +02:00
editor [Scene] Add SceneStringNames::pressed 2024-05-14 15:51:28 +02:00
SCsub Move 3D-only navigation code to its own subfolder 2024-02-26 04:19:12 -06:00
config.py Add 2D navigation mesh baking 2023-09-25 19:48:14 +02:00
nav_agent.cpp Add function to get navigation map iteration id from NavigationServer 2024-02-22 09:45:49 +01:00
nav_agent.h Remove self includes in some files 2024-02-27 17:10:54 +01:00
nav_base.h
nav_link.cpp Add NavigationServer API to enable regions and links 2023-07-26 01:20:15 +02:00
nav_link.h Add NavigationServer API to enable regions and links 2023-07-26 01:20:15 +02:00
nav_map.cpp Move NavRegion connections to NavMap 2024-06-23 14:49:35 +02:00
nav_map.h Move NavRegion connections to NavMap 2024-06-23 14:49:35 +02:00
nav_obstacle.cpp Add function to get navigation map iteration id from NavigationServer 2024-02-22 09:45:49 +01:00
nav_obstacle.h Add function to get navigation map iteration id from NavigationServer 2024-02-22 09:45:49 +01:00
nav_region.cpp Move NavRegion connections to NavMap 2024-06-23 14:49:35 +02:00
nav_region.h Move NavRegion connections to NavMap 2024-06-23 14:49:35 +02:00
nav_rid.h
nav_utils.h Remove unnecessary `this->` expressions 2024-01-29 09:59:18 +01:00
register_types.cpp Move 3D-only navigation code to its own subfolder 2024-02-26 04:19:12 -06:00
register_types.h