summaryrefslogtreecommitdiffstats
path: root/scene/3d/navigation_region_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-4/+4
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-4/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* Change 3D navigation edge connection margin debug to only show virtual edgesmix82024-06-091-8/+9
* Fix NavigationRegion3D not reacting to runtime debug enabled changesmix82024-05-231-2/+2
* Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfoldersAaron Franke2024-04-151-1/+1
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Fix NavigationRegion errors from signal changessmix82024-02-101-4/+11
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Expose `is_baking` method in navigation servers and region nodes.Pawel Lampe2024-02-051-0/+5
* Update deferred calls to use Callableskobewi2024-01-091-2/+1
* Fix missing NavigationRegion property updates in constructorsmix82023-12-041-1/+10
* Fix enabling NavigationRegion3D saved disabledMalcolm Nixon2023-10-141-6/+6
* Add multi-threaded NavMesh baking to NavigationServersmix82023-08-071-45/+8
* Move navigation mesh baking to NavigationServersmix82023-08-031-5/+1
* Add NavigationServer API to enable regions and linkssmix82023-07-261-9/+1
* Merge pull request #79465 from smix8/navregion_bake_deferred_4.xYuri Sizov2023-07-181-2/+10
|\
| * Make NavigationRegion3D baking NavMesh on the main thread not finish deferredsmix82023-07-141-2/+10
* | Unify and streamline connecting to Resource changeskobewi2023-07-171-4/+3
|/
* Add NavigationRegion function to change navigation mapsmix82023-06-151-35/+79
* Merge pull request #77412 from smix8/fix_threaded_navmesh_baking_4.xRémi Verschelde2023-06-151-1/+12
|\
| * Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-141-1/+12
* | Refactor NavigationRegion internalssmix82023-06-151-13/+11
|/
* Make navigation mesh edge connections optionalsmix82023-05-111-0/+25
* Prevent unnecessary navigation map synchronizationssmix82023-05-111-5/+18
* Rework Navigation Avoidancesmix82023-05-101-4/+4
* Merge pull request #76004 from mashumafi/wait-nav-region-threadMax Hilbrunner2023-05-051-0/+4
|\
| * Wait for navigation baking to finish before destructionmashumafi2023-05-021-0/+4
* | Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
* | Fix NavigationMesh debug visuals for non-triangulated meshessmix82023-04-161-25/+58
|/
* Rework const on NavigationServer methodsJosh Jones2023-01-071-13/+13
* 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/+3
* Fix typo and ensure backwards compatibility for changed property namesJosh Jones2022-12-201-0/+19
* Fix Navigation API abbreviations inconsistencysmix82022-12-171-22/+22
* Enable assigning an owner to navigation regions and linksJosh Jones2022-12-101-0/+2
* Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-6/+1
* Improve consistancy of NavigationRegion settersJosh Jones2022-09-211-7/+26
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Remove / Replace old Navigation Debug Visualizationsmix82022-09-071-0/+1
* Fix NavigationRegion3D debug mesh rendering twice in Editorsmix82022-08-091-0/+6
* Merge pull request #64034 from DarkKilauea/fix-nav-region-gizmoRémi Verschelde2022-08-081-1/+4
|\
| * Fix NavigationRegion3D gizmo's odd visual behaviorJosh Jones2022-08-061-1/+4
* | Fix typo when setting NavigationRegion travel_costJosh Jones2022-08-071-1/+1
|/
* Add more detailed Navigation Debug Visualizationsmix82022-07-291-29/+310
* Add navigation layer bitmask helper functionssmix82022-06-191-0/+21
* Streamline Navigation layer function names.smix82022-06-151-7/+7
* Add NavigationRegion costs for pathfindingsmix82022-06-061-0/+30