summaryrefslogtreecommitdiffstats
path: root/scene/2d/navigation_agent_2d.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix physics tick counterRicardo Buring2024-07-071-2/+0
* Add navigation path simplificationsmix82024-04-111-0/+8
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-1/+1
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-1/+1
* Make target_desired_distance affect the navigation of NavigationAgent2D/3DErshn2023-11-291-2/+15
* Add agent pause mode to NavigationServersmix82023-06-181-1/+0
* Fix various typos with codespellRémi Verschelde2023-06-161-1/+1
* Rework Navigation Avoidancesmix82023-05-101-44/+70
* Expose NavigationAgent path postprocessing and pathfinding algorithm optionssmix82023-03-251-0/+12
* Allow negative NavigationAgent2D path debug line_width for thin linessmix82023-03-161-1/+1
* Fix NavigationAgent debug functions bindings in release buildssmix82023-02-081-5/+5
* Improve consistency of NavigationAgent settersJosh Jones2023-02-021-1/+0
* Add NavigationAgent Path Debug Visualizationsmix82023-01-311-0/+31
* Rename Navigation uses of 'location' to 'position'smix82023-01-261-5/+5
* Tweak NavigationAgent2D defaultssmix82023-01-111-9/+9
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #69688 from smix8/navagent_stop_origin_automove_4.xRémi Verschelde2022-12-211-0/+1
|\
| * Stop NavigationAgents without a target from moving to world originsmix82022-12-061-0/+1
* | Add support for emitting a signal when entering a NavLinkJosh Jones2022-12-171-4/+14
* | Fix Navigation API abbreviations inconsistencysmix82022-12-171-4/+4
|/
* Update NavigationAgent to use query_pathJosh Jones2022-09-281-4/+5
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-1/+1
* Rename Navigation's `neighbor_dist` to `neightbor_distance`Micky2022-08-131-4/+4
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Merge pull request #62214 from smix8/navigation_layer_bitmask_helpers_4.xRémi Verschelde2022-06-201-0/+3
|\
| * Add navigation layer bitmask helper functionssmix82022-06-191-0/+3
* | Add NavigationAgent desired path distancesmix82022-06-181-0/+6
|/
* Streamline Navigation layer function names.smix82022-06-151-3/+3
* Add NavigationAgent set_navigation_map() functionsmix82022-06-141-0/+4
* Fix NavigationAgent reparent issuessmix82022-06-011-0/+2
* Process NavigationAgent2D/3D avoidance on demand onlysmix82022-05-201-0/+4
* Make Navigation Agents and Obstacles respect parent process modesmix82022-05-171-0/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-7/+7
* Expose navigable layers for NavigationAgent2D/3DBARTEK-PC\Bartek2022-03-201-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix some unnecessary includesAaron Franke2021-08-131-1/+0
* put distance check to target into functionsmix82021-04-271-0/+1
* Use Array for node configuration warningsNathan Franke2021-04-111-1/+1
* Implement Navigation layersGilles Roudière2021-03-101-0/+5
* Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière2021-03-101-10/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Add override keywords.Marcel Admiraal2020-07-101-1/+1
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-7/+7
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-111-1/+1
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-0/+150