summaryrefslogtreecommitdiff
path: root/scene/3d/navigation_agent_3d.cpp
AgeCommit message (Expand)Author
2023-03-16Fix NavigationAgent3D debug path duplicated pointssmix8
2023-02-16Tweak NavigationAgent3D defaultssmix8
2023-02-14Add NavigationLink helper functions for global positionssmix8
2023-02-11Strip name prefix of navigation agent debug properties in the inspectorHaoyu Qiu
2023-02-09Merge pull request #72947 from DarkKilauea/nav-fix-avoidance-callbackRémi Verschelde
2023-02-08Fix missing avoidance updates when using same velocityJosh Jones
2023-02-08Fix NavigationAgent debug functions bindings in release buildssmix8
2023-02-02Improve consistency of NavigationAgent settersJosh Jones
2023-02-01More codespell fixes, do more changes from previous ignore listRémi Verschelde
2023-01-31Add NavigationAgent Path Debug Visualizationsmix8
2023-01-27Use Callable for Navigation Agent callbacksJosh Jones
2023-01-26Rename Navigation uses of 'location' to 'position'smix8
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29Add safety-checks before some servers `free()`Adam Scott
2022-12-21Merge pull request #69688 from smix8/navagent_stop_origin_automove_4.xRémi Verschelde
2022-12-17Add support for emitting a signal when entering a NavLinkJosh Jones
2022-12-17Fix Navigation API abbreviations inconsistencysmix8
2022-12-12Fix Navigation agent callback wild pointer crashsmix8
2022-12-06Stop NavigationAgents without a target from moving to world originsmix8
2022-10-31Merge pull request #65452 from timothyqiu/agent-targetRémi Verschelde
2022-10-27Emit target_reached signal after state is updatedSam Briels
2022-10-27Make NavigationAgent `target_location` a propertyHaoyu Qiu
2022-09-28Update NavigationAgent to use query_pathJosh Jones
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-08-13Rename Navigation's `neighbor_dist` to `neightbor_distance`Micky
2022-06-29Group NavigationAgent propertiessmix8
2022-06-20Merge pull request #62214 from smix8/navigation_layer_bitmask_helpers_4.xRémi Verschelde
2022-06-19Add navigation layer bitmask helper functionssmix8
2022-06-18Add NavigationAgent desired path distancesmix8
2022-06-15Streamline Navigation layer function names.smix8
2022-06-14Add NavigationAgent set_navigation_map() functionsmix8
2022-06-01Fix NavigationAgent reparent issuessmix8
2022-05-20Process NavigationAgent2D/3D avoidance on demand onlysmix8
2022-05-19Use suffixes for units in nodes and resourcesAaron Franke
2022-05-17Make Navigation Agents and Obstacles respect parent process modesmix8
2022-04-01Merge pull request #59331 from bartekd97/navigation-agent-layersRémi Verschelde
2022-03-28String: Remove TTR and DTR defines in non-tools buildRémi Verschelde
2022-03-20Expose navigable layers for NavigationAgent2D/3DBARTEK-PC\Bartek
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-08Improved readability for failing error conditionsDuroxxigar
2021-08-13Fix some unnecessary includesAaron Franke
2021-07-18Optimize StringName usagereduz
2021-04-27Fix NavigationAgent3D not emitting "target_reached" Signalsmix8
2021-04-19Fix broken NavigationAgent3D collision avoidance callbacksmix8
2021-04-11Use Array for node configuration warningsNathan Franke
2021-03-10Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz