summaryrefslogtreecommitdiffstats
path: root/servers/navigation_server_3d_dummy.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add navigation region point and segment queriessmix82024-09-101-0/+3
* Add navigation source geometry parser callbackssmix82024-04-191-0/+3
* Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfoldersAaron Franke2024-04-151-0/+2
* Add navigation path simplificationsmix82024-04-111-0/+2
* Add function to get navigation map iteration id from NavigationServersmix82024-02-221-0/+8
* Add means for fixing navmap synchronization errorsPawel Lampe2024-02-111-0/+2
* Expose `is_baking` method in navigation servers and region nodes.Pawel Lampe2024-02-051-0/+2
* Add getters to navigation serversNicholas Foo2023-12-191-0/+20
* Add NavigationServer random point queriessmix82023-12-081-0/+2
* Add 2D navigation mesh bakingsmix82023-09-251-0/+1
* Add multi-threaded NavMesh baking to NavigationServersmix82023-08-071-2/+3
* Move navigation mesh baking to NavigationServersmix82023-08-031-0/+2
* Add NavigationServer API to enable regions and linkssmix82023-07-261-0/+4
* Mark NavigationServer3D.region_bake_navigation_mesh() as deprecatedsmix82023-07-071-0/+2
* Add agent pause mode to NavigationServersmix82023-06-181-0/+4
* Merge pull request #77412 from smix8/fix_threaded_navmesh_baking_4.xRémi Verschelde2023-06-151-0/+2
|\
| * Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-141-0/+2
* | Fix `cell_height` for navigation meshessmix82023-06-131-0/+2
|/
* Update navigation obstacle APIsmix82023-06-121-0/+6
* Make navigation mesh edge connections optionalsmix82023-05-111-0/+4
* Rework Navigation Avoidancesmix82023-05-101-4/+20
* Fix navigation debug not toggleable in scriptssmix82023-02-161-0/+2
* Allow compiling out the navigation moduleJosh Jones2023-02-091-0/+117