summaryrefslogtreecommitdiffstats
path: root/scene/3d/navigation_agent_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+2
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-2/+2
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+8
|\|
| * Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-0/+8
* | 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-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