godot/modules/navigation/2d
smix8 eba3acadac Fix thread-use causing navigation polygon data corruption
Fixes navigation polygon  data corruption caused by thread-use that changed vertices or polygons while the navigation polygon was processed, e.g. by server region sync, navmesh baking or user thread updates.
2024-06-21 12:58:03 +02:00
..
godot_navigation_server_2d.cpp Add navigation source geometry parser callbacks 2024-04-19 12:10:57 +02:00
godot_navigation_server_2d.h Add navigation source geometry parser callbacks 2024-04-19 12:10:57 +02:00
nav_mesh_generator_2d.cpp Fix thread-use causing navigation polygon data corruption 2024-06-21 12:58:03 +02:00
nav_mesh_generator_2d.h Fix TileMapLayer navmesh baking 2024-05-02 18:06:23 +02:00