summaryrefslogtreecommitdiffstats
path: root/servers/navigation_server_3d.h
Commit message (Expand)AuthorAgeFilesLines
* Add navigation region point and segment queriessmix82024-09-101-0/+3
* Add navigation obstacles to performance monitor statssmix82024-06-251-0/+1
* Add navigation source geometry parser callbackssmix82024-04-191-0/+3
* Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfoldersAaron Franke2024-04-151-1/+3
* Add navigation path simplificationsmix82024-04-111-0/+2
* Add function to get navigation map iteration id from NavigationServersmix82024-02-221-0/+1
* Add means for fixing navmap synchronization errorsPawel Lampe2024-02-111-0/+3
* Expose `is_baking` method in navigation servers and region nodes.Pawel Lampe2024-02-051-0/+1
* Add getters to navigation serversNicholas Foo2023-12-191-0/+26
* Add NavigationServer random point queriessmix82023-12-081-0/+4
* 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-1/+3
* Add NavigationServer API to enable regions and linkssmix82023-07-261-0/+6
* Mark NavigationServer3D.region_bake_navigation_mesh() as deprecatedsmix82023-07-071-0/+2
* Add agent pause mode to NavigationServersmix82023-06-181-0/+7
* Fix various typos with codespellRémi Verschelde2023-06-161-1/+1
* Merge pull request #77412 from smix8/fix_threaded_navmesh_baking_4.xRémi Verschelde2023-06-151-0/+4
|\
| * Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-141-0/+4
* | Fix `cell_height` for navigation meshessmix82023-06-131-0/+3
|/
* Update navigation obstacle APIsmix82023-06-121-0/+6
* Make navigation mesh edge connections optionalsmix82023-05-111-0/+6
* Rework Navigation Avoidancesmix82023-05-101-17/+103
* Fix NavigationServer internals still using float instead of real_tsmix82023-03-071-3/+3
* Fix navigation debug not toggleable in scriptssmix82023-02-161-4/+5
* Allow compiling out the navigation moduleJosh Jones2023-02-091-2/+2
* Add NavigationAgent Path Debug Visualizationsmix82023-01-311-0/+23
* Use Callable for Navigation Agent callbacksJosh Jones2023-01-271-1/+1
* Rename Navigation uses of 'location' to 'position'smix82023-01-261-7/+7
* Add NavigationServer Performance Monitorsmix82023-01-081-0/+16
* Rework const on NavigationServer methodsJosh Jones2023-01-071-42/+39
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix Navigation API abbreviations inconsistencysmix82022-12-171-2/+2
* Merge pull request #69629 from smix8/agent_wild_callback_pointer_4.xRémi Verschelde2022-12-121-1/+1
|\
| * Fix Navigation agent callback wild pointer crashsmix82022-12-121-1/+1
* | Enable assigning an owner to navigation regions and linksJosh Jones2022-12-101-0/+8
|/
* Add NavigationPathQuerysmix82022-09-201-0/+9
* Added node for Navigation linksJosh Jones2022-08-261-3/+64
* Merge pull request #64354 from Mickeon/rename-navigation-distanceRémi Verschelde2022-08-251-1/+1
|\
| * Rename Navigation's `neighbor_dist` to `neightbor_distance`Micky2022-08-131-1/+1
* | Replace Array return types with TypedArray 2kobewi2022-08-231-3/+3
|/
* Fix Navigation Debug always enabledsmix82022-07-311-1/+1
* Add more detailed Navigation Debug Visualizationsmix82022-07-291-0/+62
* Merge pull request #62300 from smix8/navigation_map_force_update_4.xRémi Verschelde2022-06-241-0/+2
|\
| * Add NavigationServer map_force_update() functionsmix82022-06-231-0/+2
* | Add NavigationServer.region_owns_point() helper functionsmix82022-06-231-0/+2
* | Add Navigation function to get all navigation mapssmix82022-06-221-0/+2
|/
* Streamline Navigation layer function names.smix82022-06-151-3/+3
* Add NavigationRegion costs for pathfindingsmix82022-06-061-0/+8
* Add NavigationServer2D/3D API functions to find missing RID infosmix82022-05-121-0/+5