Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfolders | Aaron Franke | 2024-04-15 | 1 | -325/+0 |
| | |||||
* | Fix NavigationMeshSourceGeometryData merge crash | smix8 | 2024-04-10 | 1 | -0/+2 |
| | | | | Fixes crash when trying to merge with a null source geometry. | ||||
* | Add NavigationObstacle options to affect and carve navigation mesh | smix8 | 2024-03-15 | 1 | -0/+127 |
| | | | | Adds NavigationObstacle options to affect and carve navigation mesh. | ||||
* | 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. |