behaviour-tree-test/modules/navigation_2d/2d
Rémi Verschelde ad4b910a10
Minimize include dependencies of display_server.h
- Removes `native_menu.h` dependency from `display_server.h`.
  It's now forward-declared in all DisplayServer implementations and should
  be included in the .cpp's.
- Removes some unused `rb_set.h` and `rb_map.h` dependencies, which leads to
  having to include them explicitly in half the scene and editor codebase...
  which shows how much we depend on `display_server.h`.
- Forward-declare `input_event.h`, so now we need only `keyboard.h`.
2026-02-17 19:45:31 +01:00
..
godot_navigation_server_2d.cpp Don't right-align escaped newlines, e.g. for #define. This has previously led to long diffs in the commit history. 2026-02-04 19:31:28 +01:00
godot_navigation_server_2d.h Don't right-align escaped newlines, e.g. for #define. This has previously led to long diffs in the commit history. 2026-02-04 19:31:28 +01:00
nav_base_iteration_2d.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
nav_map_builder_2d.cpp Make navmesh rasterization errors more lenient 2025-09-25 20:18:18 +02:00
nav_map_builder_2d.h Rename nav_2d namespace to Nav2D to match Nav3D 2025-05-12 16:59:53 -07:00
nav_map_iteration_2d.h Change 2D navigation region and link updates to an async process 2025-06-11 00:51:02 +02:00
nav_mesh_generator_2d.cpp Make LocalVector copy constructor explicit. 2026-01-23 20:52:03 +01:00
nav_mesh_generator_2d.h Make LocalVector copy constructor explicit. 2026-01-23 20:52:03 +01:00
nav_mesh_queries_2d.cpp Minimize include dependencies of display_server.h 2026-02-17 19:45:31 +01:00
nav_mesh_queries_2d.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
nav_region_builder_2d.cpp Make navmesh rasterization errors more lenient 2025-09-25 20:18:18 +02:00
nav_region_builder_2d.h Change 2D navigation region and link updates to an async process 2025-06-11 00:51:02 +02:00
nav_region_iteration_2d.h Change 2D navigation region and link updates to an async process 2025-06-11 00:51:02 +02:00