summaryrefslogtreecommitdiffstats
path: root/scene/2d/navigation_obstacle_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-0/+8
* Add NavigationObstacle options to affect and carve navigation meshsmix82024-03-151-2/+28
* Fix NavigationObstacle2D debug being affected by Node2D transformsmix82024-02-271-3/+30
* Fix missing NavigationObstacle property updates in constructorsmix82023-10-231-4/+4
* Fix NavigationObstacle2D debug positionsmix82023-07-121-9/+15
* Add agent pause mode to NavigationServersmix82023-06-181-0/+2
* Update navigation obstacle APIsmix82023-06-121-30/+28
* Rework Navigation Avoidancesmix82023-05-101-140/+197
* Fix NavigationObstacles not being added to avoidance simulationsmix82023-04-061-0/+7
* Improve consistency of NavigationAgent settersJosh Jones2023-02-021-0/+19
* 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
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-5/+5
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Merge pull request #64394 from smix8/navigation_obstacles_reparent_4.xRémi Verschelde2022-09-091-11/+41
|\
| * Fix NavigationObstacle 2D/3D (re)parent issuessmix82022-08-141-11/+41
* | Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-1/+1
* | Rename Navigation's `neighbor_dist` to `neightbor_distance`Micky2022-08-131-1/+1
|/
* Make Navigation Agents and Obstacles respect parent process modesmix82022-05-171-0/+20
* Merge pull request #61057 from smix8/navigation_obstacle_transform_error_4.xRémi Verschelde2022-05-161-3/+6
|\
| * Fix NavigationObstacle2D/3D get_global_transform() errorsmix82022-05-151-3/+6
* | Expose NavigationObstacle2D/3D get_rid() and add config warningsmix82022-05-151-0/+8
|/
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-1/+1
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-0/+4
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Fix NavigationObstacle errorsPawel Lampe2022-01-071-3/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Improve NavigationObstacle3D usabilityPawel Lampe2021-10-251-11/+54
* Use get_global_* functions instead of using transforms.Anilforextra2021-08-141-3/+3
* Fix some unnecessary includesAaron Franke2021-08-131-1/+0
* Use Array for node configuration warningsNathan Franke2021-04-111-7/+4
* Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière2021-03-101-76/+37
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-2/+7
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+7
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-3/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Renaming of servers for coherency.Juan Linietsky2020-03-271-10/+10
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-111-2/+2
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-0/+154