summaryrefslogtreecommitdiffstats
path: root/servers/navigation_server_2d.cpp
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/+1
* Add navigation source geometry parser callbackssmix82024-04-191-0/+3
* Add navigation path simplificationsmix82024-04-111-0/+2
* Add function to get navigation map iteration id from NavigationServersmix82024-02-221-0/+1
* 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/+18
* Add NavigationServer random point queriessmix82023-12-081-0/+3
* Add 2D navigation mesh bakingsmix82023-09-251-377/+129
* Add NavigationServer API to enable regions and linkssmix82023-07-261-0/+8
* Add agent pause mode to NavigationServersmix82023-06-181-0/+8
* Update navigation obstacle APIsmix82023-06-121-0/+8
* Make navigation mesh edge connections optionalsmix82023-05-111-0/+10
* Rework Navigation Avoidancesmix82023-05-101-8/+140
* Fix NavigationServer internals still using float instead of real_tsmix82023-03-071-2/+2
* Fix navigation debug not toggleable in scriptssmix82023-02-161-1/+5
* Fix 2D navigation debug visuals ignoring half the ProjectSettingssmix82023-02-131-0/+32
* Add NavigationAgent Path Debug Visualizationsmix82023-01-311-0/+36
* Use Callable for Navigation Agent callbacksJosh Jones2023-01-271-33/+6
* Rename Navigation uses of 'location' to 'position'smix82023-01-261-8/+8
* Rework const on NavigationServer methodsJosh Jones2023-01-071-58/+62
* 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-4/+4
* Merge pull request #69629 from smix8/agent_wild_callback_pointer_4.xRémi Verschelde2022-12-121-6/+2
|\
| * Fix Navigation agent callback wild pointer crashsmix82022-12-121-6/+6
* | Enable assigning an owner to navigation regions and linksJosh Jones2022-12-101-0/+12
|/
* Add NavigationPathQuerysmix82022-09-201-0/+11
* Added node for Navigation linksJosh Jones2022-08-261-0/+63
* Merge pull request #64354 from Mickeon/rename-navigation-distanceRémi Verschelde2022-08-251-2/+2
|\
| * Rename Navigation's `neighbor_dist` to `neightbor_distance`Micky2022-08-131-2/+2
* | Replace Array return types with TypedArray 2kobewi2022-08-231-3/+3
* | Fix a typo in navigation server documentationYuri Sizov2022-08-171-1/+1
|/
* Add NavigationServer2D debug functionssmix82022-08-091-0/+41
* Merge pull request #62300 from smix8/navigation_map_force_update_4.xRémi Verschelde2022-06-241-0/+6
|\
| * Add NavigationServer map_force_update() functionsmix82022-06-231-0/+6
* | Add NavigationServer.region_owns_point() helper functionsmix82022-06-231-0/+2
* | Add Navigation function to get all navigation mapssmix82022-06-221-0/+4
|/
* Streamline Navigation layer function names.smix82022-06-151-5/+5
* Add NavigationRegion costs for pathfindingsmix82022-06-061-0/+10
* Add NavigationServer2D/3D API functions to find missing RID infosmix82022-05-121-0/+13
* Fix cppcheck const parametersMarkus Sauermann2022-04-281-2/+2
* 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/+1
|\
| * Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-4/+1
* | 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
* Optimize StringName usagereduz2021-07-181-1/+1
* Rename files and the exposed name for Transform3DAaron Franke2021-06-031-1/+1