Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend `NavigationMeshSourceGeometryData[23]D` to allow data merging | Pawel Lampe | 2024-03-07 | 1 | -0/+12 |
| | |||||
* | Fix linking NavigationServer2D/3D with all classes disabled in build profile | Rémi Verschelde | 2024-02-28 | 1 | -7/+0 |
| | | | | | For some reason the destructor for NavigationMeshSourceGeometryData2D/3D being implemented in the .cpp was causing linking issues. | ||||
* | Fix potential crashes in navmesh bake geometry functions | smix8 | 2023-06-19 | 1 | -0/+10 |
| | | | | Fixes potential crashes in navmesh geometry functions. | ||||
* | Fix for threaded NavigationMesh baking under new thread guards | smix8 | 2023-06-14 | 1 | -0/+181 |
Fixes threaded NavigationMesh baking under new SceneTree thread guards that blocked the process. |