godot/modules/navigation
smix8 534ff93b05 Exclude disabled CollisionShapes from Navigationmesh baking
Excludes disabled CollisionShapes from the geometry parsing for the NavigationMesh baking.
2022-09-14 10:41:33 +02:00
..
editor Rename EditorInterface.get_editor_main_control to get_editor_main_screen 2022-09-07 03:01:58 +03:00
config.py Rename GdNavigationServer to GodotNavigationServer 2021-06-30 00:35:18 +02:00
godot_navigation_server.cpp Added node for Navigation links 2022-08-26 22:05:15 -07:00
godot_navigation_server.h Added node for Navigation links 2022-08-26 22:05:15 -07:00
nav_base.h Added node for Navigation links 2022-08-26 22:05:15 -07:00
nav_link.cpp Added node for Navigation links 2022-08-26 22:05:15 -07:00
nav_link.h Added node for Navigation links 2022-08-26 22:05:15 -07:00
nav_map.cpp Added node for Navigation links 2022-08-26 22:05:15 -07:00
nav_map.h Added node for Navigation links 2022-08-26 22:05:15 -07:00
nav_region.cpp Added node for Navigation links 2022-08-26 22:05:15 -07:00
nav_region.h Added node for Navigation links 2022-08-26 22:05:15 -07:00
nav_rid.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
nav_utils.h Added node for Navigation links 2022-08-26 22:05:15 -07:00
navigation_mesh_generator.cpp Exclude disabled CollisionShapes from Navigationmesh baking 2022-09-14 10:41:33 +02:00
navigation_mesh_generator.h Fix navmesh baking 2022-04-08 21:01:59 +02:00
register_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
rvo_agent.cpp Fix crash of navigation agents callback when object is invalid 2022-06-14 13:04:02 +02:00
rvo_agent.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
SCsub Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00