summaryrefslogtreecommitdiffstats
path: root/modules/navigation/navigation_mesh_generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move 3D-only navigation code to its own subfolderAaron Franke2024-02-261-78/+0
* Move navigation mesh baking to NavigationServersmix82023-08-031-717/+3
* Fix NavigationMesh not clearing old polygonssmix82023-06-231-0/+1
* Fix potential crashes in navmesh bake geometry functionssmix82023-06-191-0/+10
* Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-141-183/+137
* Fix NavigationMesh baking for HeightMapShapesmix82023-04-181-4/+4
* Use range iterators in LocalVector loopskobewi2023-01-211-6/+2
* Merge pull request #70904 from huangjiaminhhh/masterRémi Verschelde2023-01-121-3/+3
|\
| * Fix for navmesh baking. Error message: Condition “!shapes.has(p_owner)” i...huangjiamin2023-01-031-3/+3
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Fix typo and ensure backwards compatibility for changed property namesJosh Jones2022-12-201-3/+3
* Fix Navigation API abbreviations inconsistencysmix82022-12-171-51/+51
* Optimize Convex CollisionJuan Linietsky2022-10-131-6/+6
* Exclude disabled CollisionShapes from Navigationmesh bakingsmix82022-09-141-0/+3
* Replace AABB has_no_volume with has_volumeAaron Franke2022-09-041-5/+1
* Add NavigationMesh baking for HeightMapShapesmix82022-08-051-0/+89
* Merge pull request #62293 from smix8/navigation_disable_editorprogress_bake_4.xRémi Verschelde2022-06-231-0/+7
|\
| * Disable thread-unsafe EditorProgress for navmesh bakingsmix82022-06-221-0/+7
* | Implement NavigationMesh bake areasmix82022-06-231-0/+15
|/
* Add warnings when NavigationMesh bake settings result in precision losssmix82022-06-041-0/+25
* Fix MultiMeshInstance crash in navmesh baking when MultiMesh Resource is emptysmix82022-05-271-8/+10
* Clamp NavigationMesh sample_distance above zerosmix82022-05-161-1/+1
* Add Warning to NavigationMesh bake when source geometry is suspiciously bigsmix82022-05-111-0/+8
* Use CollisionObject3D API when baking the navmesh with static colliders, inst...trollodel2022-05-021-8/+10
* Fix navmesh bakingPawel Lampe2022-04-081-50/+54
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Fix transforms involved into navmesh bakingPawel Lampe2022-01-311-14/+9
* Consider gridmap collisions in navigation bakerafallus2022-01-161-8/+94
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* NavigationMeshInstance: Fix typo to 'vertices'Rémi Verschelde2021-12-031-24/+24
* Let MultiMeshInstances affect NavigationMeshesCarlo Cabanilla2021-12-021-0/+16
* Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-1/+2
* Merge pull request #52367 from Duroxxigar/improve-nav-error-messagesRémi Verschelde2021-10-211-1/+1
|\
| * Improved readability for failing error conditionsDuroxxigar2021-10-081-1/+1
* | Rename WorldMarginShape to WorldBoundaryShapePouleyKetchoupp2021-09-141-1/+1
|/
* Make radius & height in CapsuleShape3D independentPouleyKetchoupp2021-08-111-1/+1
* Improve NavigationMesh typing, parameter validation and documentationHaoyu Qiu2021-08-111-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Misc cleanup of header includesRémi Verschelde2021-07-151-1/+1
* Rename `GdNavigationServer` to `GodotNavigationServer`Rémi Verschelde2021-06-301-0/+583