summaryrefslogtreecommitdiffstats
path: root/modules/navigation/3d
Commit message (Expand)AuthorAgeFilesLines
* Add navigation region point and segment queriessmix82024-09-102-0/+24
* Move NavigationServer mesh queries to dedicated filesmix82024-09-032-0/+769
* Use `MutexLock` in more placesA Thousand Ships2024-08-291-42/+37
* Merge pull request #93498 from smix8/connection_relocationRémi Verschelde2024-08-191-6/+15
|\
| * Move NavRegion connections to NavMapsmix82024-06-231-6/+15
* | Add navigation obstacles to performance monitor statssmix82024-06-252-0/+7
|/
* Merge pull request #93407 from smix8/lock_this_geometry_upRémi Verschelde2024-06-211-9/+13
|\
| * Fix thread-use causing navigation source geometry data corruptionsmix82024-06-211-9/+13
* | Fix thread use causing navigation mesh data corruptionsmix82024-06-212-4/+5
|/
* Remove duplicated vertices after 3D NavigationMesh bakesmix82024-05-211-4/+22
* [Core] Add `LocalVector::has` for convenienceA Thousand Ships2024-05-061-1/+1
* Add navigation source geometry parser callbackssmix82024-04-194-0/+100
* Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfoldersAaron Franke2024-04-152-2/+2
* Use fmod for navigation mesh border size warningsmix82024-04-131-1/+1
* Merge pull request #90508 from smix8/thread_bakeRémi Verschelde2024-04-121-1/+1
|\
| * Use threads for baking navigation mesh inside editorsmix82024-04-111-1/+1
* | Add navigation path simplificationsmix82024-04-112-0/+136
|/
* Add navigation baking crash prevention mechanismPawel Lampe2024-03-231-5/+8
* Add NavigationObstacle options to affect and carve navigation meshsmix82024-03-152-0/+92
* Disable all 3D nodes, physics, and resources when compiling without 3DAaron Franke2024-03-111-2/+3
* Split monolithic physics class filessmix82024-02-271-1/+1
* Move 3D-only resources to their own folderAaron Franke2024-02-261-10/+10
* Move 3D-only navigation code to its own subfolderAaron Franke2024-02-266-0/+2793