summaryrefslogtreecommitdiffstats
path: root/scene/3d/navigation_obstacle_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-5/+27
|\
| * Fix obstacle avoidance and 3D editor ignoring transformRie2024-11-161-5/+27
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-163/+179
|\|
| * Improve NavigationObstacle3D editor toolingsmix82024-11-121-159/+150
| * Merge pull request #96730 from tracefree/properly_transforming_obstaclesThaddeus Crews2024-11-111-4/+29
| |\
| | * Make use of NavigationObstacle3D's transformRie2024-11-101-4/+29
| * | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-4/+4
| |/
* | 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
|/
* Add NavigationObstacle options to affect and carve navigation meshsmix82024-03-151-3/+28
* Fix NavigationObstacle3D debug not reacting to visiblity changessmix82024-02-291-0/+13
* Split monolithic physics class filessmix82024-02-271-2/+0
* Fix missing NavigationObstacle property updates in constructorsmix82023-10-231-7/+5
* Merge pull request #83701 from smix8/obstacle_height_4.xRémi Verschelde2023-10-211-0/+2
|\
| * Fix NavigationObstacle3D heightsmix82023-10-211-0/+2
* | Fix NavigationObstacle3D debug being affected by rotation and scalesmix82023-09-301-2/+6
|/
* Add agent pause mode to NavigationServersmix82023-06-181-0/+2
* Update navigation obstacle APIsmix82023-06-121-37/+27
* Rework Navigation Avoidancesmix82023-05-101-135/+429
* 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-1/+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
* 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 Array for node configuration warningsNathan Franke2021-04-111-8/+5
* Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière2021-03-101-84/+46
* 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-4/+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