virtualx-engine/modules/navigation
Josh Jones a0715b30f9 Rework const on NavigationServer methods
`const` is used on all methods, even when they cause modification of the server.  This reworks the methods of the server to only use `const` on method that don't change the state of the server.
2023-01-07 17:29:00 -08:00
..
editor One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
config.py Rename GdNavigationServer to GodotNavigationServer 2021-06-30 00:35:18 +02:00
godot_navigation_server.cpp Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
godot_navigation_server.h Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
nav_base.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
nav_link.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
nav_link.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
nav_map.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
nav_map.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
nav_region.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
nav_region.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
nav_rid.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
nav_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_mesh_generator.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_mesh_generator.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
rvo_agent.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
rvo_agent.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00