virtualx-engine/modules/navigation
Rémi Verschelde 25b2f1780a
Style: Harmonize header includes in modules
This applies our existing style guide, and adds a new rule to that style
guide for modular components such as platform ports and modules:

Includes from the platform port or module ("local" includes) should be listed
first in their own block using relative paths, before Godot's "core" includes
which use "absolute" (project folder relative) paths, and finally thirdparty
includes.

Includes in `#ifdef`s come after their relevant section, i.e. the overall
structure is:

- Local includes
  * Conditional local includes
- Core includes
  * Conditional core includes
- Thirdparty includes
  * Conditional thirdparty includes
2023-06-15 14:35:45 +02:00
..
editor Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
config.py
godot_navigation_server.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
godot_navigation_server.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
nav_agent.cpp Rework Navigation Avoidance 2023-05-10 05:01:58 +02:00
nav_agent.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
nav_base.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
nav_link.cpp Prevent unnecessary navigation map synchronizations 2023-05-11 07:38:16 +02:00
nav_link.h Rename Navigation uses of 'location' to 'position' 2023-01-26 18:19:03 +01:00
nav_map.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
nav_map.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
nav_obstacle.cpp Update navigation obstacle API 2023-06-12 14:26:45 +02:00
nav_obstacle.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
nav_region.cpp Fix cell_height for navigation meshes 2023-06-13 23:24:32 +02:00
nav_region.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +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 Fix for threaded NavigationMesh baking under new thread guards 2023-06-14 01:53:37 +02:00
navigation_mesh_generator.h Fix for threaded NavigationMesh baking under new thread guards 2023-06-14 01:53:37 +02:00
register_types.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Update RVO2 to git 2022.09 2023-06-13 21:13:21 -03:00