summaryrefslogtreecommitdiff
path: root/scene/3d/navigation_obstacle_3d.h
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-09-09Merge pull request #64394 from smix8/navigation_obstacles_reparent_4.xRémi Verschelde
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-14Fix NavigationObstacle 2D/3D (re)parent issuessmix8
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-05-17Make Navigation Agents and Obstacles respect parent process modesmix8
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-25Improve NavigationObstacle3D usabilityPawel Lampe
2021-08-13Fix some unnecessary includesAaron Franke
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-07-10Add override keywords.Marcel Admiraal
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky