summaryrefslogtreecommitdiffstats
path: root/scene/3d/navigation_agent_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fix physics tick counterRicardo Buring2024-07-071-3/+0
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+1
* Add navigation path simplificationsmix82024-04-111-0/+26
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Add getters to navigation serversNicholas Foo2023-12-191-2/+2
* Merge pull request #82561 from ershn/fix_navigation_agents_is_target_reached_...Yuri Sizov2023-12-141-85/+137
|\
| * Make target_desired_distance affect the navigation of NavigationAgent2D/3DErshn2023-11-291-85/+137
* | Merge pull request #83814 from smix8/navagent_propertiesRémi Verschelde2023-12-041-6/+8
|\ \ | |/ |/|
| * Fix missing NavigationAgent property updates in constructorsmix82023-10-231-6/+8
* | Solve race condition between AThousandShips and Akiensmix82023-10-211-5/+3
|/
* Fix NavigationAgent3D stored y-axis velocity and make it optionalsmix82023-10-211-1/+26
* [Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-2/+2
* Merge pull request #78939 from Scony/navi-crash-fixRémi Verschelde2023-07-031-1/+1
|\
| * Fix crash in 'NavigationAgent3D', fixes #78910Pawel Lampe2023-07-021-1/+1
* | Merge pull request #78857 from smix8/navagent_pos_fix_4.xRémi Verschelde2023-07-031-1/+3
|\ \
| * | Fix NavigationAgent position not always updatingsmix82023-06-301-1/+3
| |/
* / Fix NavigationAgent continues avoidance velocitysmix82023-06-291-0/+5
|/
* Add agent pause mode to NavigationServersmix82023-06-181-12/+4
* Rework Navigation Avoidancesmix82023-05-101-60/+222
* Expose NavigationAgent path postprocessing and pathfinding algorithm optionssmix82023-03-251-0/+28
* Fix NavigationAgent3D debug path duplicated pointssmix82023-03-161-19/+21
* Tweak NavigationAgent3D defaultssmix82023-02-161-9/+9
* Add NavigationLink helper functions for global positionssmix82023-02-141-0/+16
* Strip name prefix of navigation agent debug properties in the inspectorHaoyu Qiu2023-02-111-1/+1
* Merge pull request #72947 from DarkKilauea/nav-fix-avoidance-callbackRémi Verschelde2023-02-091-6/+5
|\
| * Fix missing avoidance updates when using same velocityJosh Jones2023-02-081-6/+5
* | Fix NavigationAgent debug functions bindings in release buildssmix82023-02-081-3/+9
|/
* Improve consistency of NavigationAgent settersJosh Jones2023-02-021-24/+114
* More codespell fixes, do more changes from previous ignore listRémi Verschelde2023-02-011-1/+1
* Add NavigationAgent Path Debug Visualizationsmix82023-01-311-0/+180
* Use Callable for Navigation Agent callbacksJosh Jones2023-01-271-3/+5
* Rename Navigation uses of 'location' to 'position'smix82023-01-261-16/+16
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
* Merge pull request #69688 from smix8/navagent_stop_origin_automove_4.xRémi Verschelde2022-12-211-1/+6
|\
| * Stop NavigationAgents without a target from moving to world originsmix82022-12-061-1/+6
* | Add support for emitting a signal when entering a NavLinkJosh Jones2022-12-171-4/+60
* | Fix Navigation API abbreviations inconsistencysmix82022-12-171-12/+12
* | Fix Navigation agent callback wild pointer crashsmix82022-12-121-3/+3
|/
* Merge pull request #65452 from timothyqiu/agent-targetRémi Verschelde2022-10-311-0/+2
|\
| * Make NavigationAgent `target_location` a propertyHaoyu Qiu2022-10-271-0/+2
* | Emit target_reached signal after state is updatedSam Briels2022-10-271-1/+1
|/
* Update NavigationAgent to use query_pathJosh Jones2022-09-281-9/+33
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Rename Navigation's `neighbor_dist` to `neightbor_distance`Micky2022-08-131-7/+7
* Group NavigationAgent propertiessmix82022-06-291-4/+7
* Merge pull request #62214 from smix8/navigation_layer_bitmask_helpers_4.xRémi Verschelde2022-06-201-0/+21
|\