summaryrefslogtreecommitdiffstats
path: root/modules/navigation/3d/nav_mesh_generator_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-5/+14
|\
| * Make use of NavigationObstacle3D's transformRie2024-11-101-5/+14
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Use `MutexLock` in more placesA Thousand Ships2024-08-291-42/+37
* 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-211-3/+4
|/
* Remove duplicated vertices after 3D NavigationMesh bakesmix82024-05-211-4/+22
* Add navigation source geometry parser callbackssmix82024-04-191-0/+60
* Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfoldersAaron Franke2024-04-151-1/+1
* Use fmod for navigation mesh border size warningsmix82024-04-131-1/+1
* Use threads for baking navigation mesh inside editorsmix82024-04-111-1/+1
* Add navigation baking crash prevention mechanismPawel Lampe2024-03-231-5/+8
* Add NavigationObstacle options to affect and carve navigation meshsmix82024-03-151-0/+91
* 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-261-0/+829