godot/modules/navigation
2023-11-17 21:20:14 +01:00
..
editor [Modules] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-26 16:44:52 +02:00
config.py Add 2D navigation mesh baking 2023-09-25 19:48:14 +02:00
godot_navigation_server.cpp [Modules] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-26 16:44:52 +02:00
godot_navigation_server.h Add 2D navigation mesh baking 2023-09-25 19:48:14 +02:00
godot_navigation_server_2d.cpp Add 2D navigation mesh baking 2023-09-25 19:48:14 +02:00
godot_navigation_server_2d.h Add 2D navigation mesh baking 2023-09-25 19:48:14 +02:00
nav_agent.cpp Add vararg call() method to C++ Callable 2023-10-05 11:35:29 +02:00
nav_agent.h Add agent pause mode to NavigationServer 2023-06-18 12:37:03 +02:00
nav_base.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
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 Fix memory leak in 'NavigationServer3D' involving static obstacles 2023-11-17 21:20:14 +01:00
nav_map.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
nav_mesh_generator_2d.cpp Fix potential crashes with TileMap navmesh baking 2023-10-24 14:51:52 +02:00
nav_mesh_generator_2d.h Add 2D navigation mesh baking 2023-09-25 19:48:14 +02:00
nav_mesh_generator_3d.cpp Fix hole in heightmap navigation mesh baking 2023-10-22 18:23:43 +02:00
nav_mesh_generator_3d.h Add multi-threaded NavMesh baking to NavigationServer 2023-08-07 17:14:37 +02:00
nav_obstacle.cpp Add agent pause mode to NavigationServer 2023-06-18 12:37:03 +02:00
nav_obstacle.h Add agent pause mode to NavigationServer 2023-06-18 12:37:03 +02:00
nav_region.cpp Fix NavRegion sync error messages 2023-10-18 21:09:48 +02:00
nav_region.h Add NavigationServer API to enable regions and links 2023-07-26 01:20:15 +02:00
nav_rid.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
nav_utils.h Fix NavigationServer internals still using float instead of real_t 2023-03-07 22:10:48 +01:00
navigation_mesh_generator.cpp Move navigation mesh baking to NavigationServer 2023-08-03 19:49:07 +02:00
navigation_mesh_generator.h Move navigation mesh baking to NavigationServer 2023-08-03 19:49:07 +02:00
register_types.cpp Add 2D navigation mesh baking 2023-09-25 19:48:14 +02:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Revert "Update RVO2 to git 2022.09" 2023-06-29 12:50:49 +02:00