summaryrefslogtreecommitdiffstats
path: root/servers/navigation_server_3d_dummy.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Add navigation region point and segment queriessmix82024-09-101-0/+3
| | | | Adds point and segment queries for regions, e.g. closet point, point normal, or segment intersection.
* Add navigation source geometry parser callbackssmix82024-04-191-0/+3
| | | | Adds navigation source geometry parser callbacks so that externals can hook their own geometry into the navigation mesh baking process.
* Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfoldersAaron Franke2024-04-151-0/+2
|
* Add navigation path simplificationsmix82024-04-111-0/+2
| | | | Adds navigation path simplification for NavigationServer and NavigationAgent.
* Add function to get navigation map iteration id from NavigationServersmix82024-02-221-0/+8
| | | | Adds function to get navigation map iteration id from NavigationServer.
* 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 virtual functions and bind to navigation servers Implement getters Add documentation
* Add NavigationServer random point queriessmix82023-12-081-0/+2
| | | | Adds query functions to get random points on navigation mesh to the NavigationServer.
* Add 2D navigation mesh bakingsmix82023-09-251-0/+1
| | | | Adds 2D navigation mesh baking.
* Add multi-threaded NavMesh baking to NavigationServersmix82023-08-071-2/+3
| | | | Adds multi-threaded NavMesh baking to NavigationServer.
* Move navigation mesh baking to NavigationServersmix82023-08-031-0/+2
| | | | Moves navigation mesh baking to NavigationServer.
* Add NavigationServer API to enable regions and linkssmix82023-07-261-0/+4
| | | | Adds NavigationServer API to enable regions and links.
* Mark NavigationServer3D.region_bake_navigation_mesh() as deprecatedsmix82023-07-071-0/+2
| | | | Marks NavigationServer3D.region_bake_navigation_mesh() as deprecated.
* Add agent pause mode to NavigationServersmix82023-06-181-0/+4
| | | | Adds agent pause mode to NavigationServer.
* 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 guards
| * Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-141-0/+2
| | | | | | | | Fixes threaded NavigationMesh baking under new SceneTree thread guards that blocked the process.
* | Fix `cell_height` for navigation meshessmix82023-06-131-0/+2
|/ | | | Fixes `cell_height` for navigation meshes.
* Update navigation obstacle APIsmix82023-06-121-0/+6
| | | | Updates navigation obstacle API.
* Make navigation mesh edge connections optionalsmix82023-05-111-0/+4
| | | | Makes navigation mesh edge connections optional.
* Rework Navigation Avoidancesmix82023-05-101-4/+20
| | | | Rework Navigation Avoidance.
* Fix navigation debug not toggleable in scriptssmix82023-02-161-0/+2
| | | | Fixes that navigation debug was not toggleable in script while even the docs mentioned it.
* Allow compiling out the navigation moduleJosh Jones2023-02-091-0/+117