summaryrefslogtreecommitdiffstats
path: root/servers/navigation_server_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make navigation mesh edge connections optionalsmix82023-05-111-0/+6
* Rework Navigation Avoidancesmix82023-05-101-11/+265
* Fix NavigationMesh debug visuals for non-triangulated meshessmix82023-04-161-0/+1
* Merge pull request #75579 from smix8/make_navigation_projectsettings_basic_4.xRémi Verschelde2023-04-051-6/+6
|\
| * Make navigation ProjectSettings always visiblesmix82023-04-021-6/+6
* | Fix NavigationServer internals still using float instead of real_tsmix82023-03-071-2/+2
|/
* Fix navigation debug not toggleable in scriptssmix82023-02-161-16/+21
* Unbind NavigationServer3D.process()smix82023-02-141-1/+0
* Allow compiling out the navigation moduleJosh Jones2023-02-091-14/+16
* Add NavigationAgent Path Debug Visualizationsmix82023-01-311-0/+98
* Create default World navigation maps on demand onlysmix82023-01-301-2/+8
* Use Callable for Navigation Agent callbacksJosh Jones2023-01-271-1/+1
* Rename Navigation uses of 'location' to 'position'smix82023-01-261-4/+4
* Add NavigationServer Performance Monitorsmix82023-01-081-0/+12
* Rework const on NavigationServer methodsJosh Jones2023-01-071-5/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add support for emitting a signal when entering a NavLinkJosh Jones2022-12-171-0/+3
* Fix Navigation API abbreviations inconsistencysmix82022-12-171-3/+3
* 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/+4
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-15/+5
* Add NavigationPathQuerysmix82022-09-201-0/+13
* Added node for Navigation linksJosh Jones2022-08-261-0/+101
* 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
* | Fix a typo in navigation server documentationYuri Sizov2022-08-171-1/+1
|/
* Fix Editor Navigation debug edge connection visualssmix82022-08-091-0/+6
* Add more detailed Navigation Debug Visualizationsmix82022-07-291-0/+257
* 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/+1
* | 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/+4
* Add NavigationServer2D/3D API functions to find missing RID infosmix82022-05-121-0/+5
* Rename NavigationServer's free method to free_ridHaoyu Qiu2022-04-081-1/+1
* Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde2022-01-121-4/+0
|\
| * Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-4/+0
* | NavigationServer: Restore constness for thread safe `get_singleton`Rémi Verschelde2022-01-051-1/+1
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Allow Navigation to be more flexibleGilles Roudière2021-03-151-1/+6
* Implement Navigation layersGilles Roudière2021-03-101-1/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* More server renames for consistency after #37361Rémi Verschelde2020-03-281-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-0/+107