summaryrefslogtreecommitdiffstats
path: root/scene/resources/3d/navigation_mesh_source_geometry_data_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* Add bounds function to NavigationMeshSourceGeometryDatasmix82024-08-191-0/+52
* Fix thread-use causing navigation source geometry data corruptionsmix82024-06-211-19/+48
* Merge pull request #90921 from smix8/navmesh_bake_warnRémi Verschelde2024-04-221-0/+9
|\
| * Warn that navigation mesh baking from Meshes is bad for runtime performancesmix82024-04-221-0/+9
* | Add NavigationMeshSourceGeometryData append functionssmix82024-04-211-8/+18
|/
* Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfoldersAaron Franke2024-04-151-0/+325