summaryrefslogtreecommitdiffstats
path: root/scene/2d/navigation_region_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-2/+2
|\
| * Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-021-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix 2D debug navigation flickering with tile mapssmix82024-09-051-0/+1
* Fix NavigationRegion2D debug not clearing canvas itemsmix82024-06-101-0/+1
* Improve NavigationRegion2D debug performancesmix82024-05-281-24/+154
* Remove experimental constrain_avoidance from NavigationRegion2Dsmix82024-04-161-160/+0
* Add debug visual for NavigationRegion2D bake rectsmix82024-02-231-0/+13
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Fix NavigationRegion errors from signal changessmix82024-02-101-2/+10
* 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-1/+1
* Merge pull request #85258 from smix8/navregion2d_transformRémi Verschelde2023-12-041-0/+1
|\
| * Fix NavigationRegion2D transform updatesmix82023-11-231-0/+1
* | Fix missing NavigationRegion property updates in constructorsmix82023-12-041-1/+10
|/
* Fix enabling NavigationRegion3D saved disabledMalcolm Nixon2023-10-141-13/+13
* Add 2D navigation mesh bakingsmix82023-09-251-4/+31
* Add NavigationServer API to enable regions and linkssmix82023-07-261-9/+1
* Unify and streamline connecting to Resource changeskobewi2023-07-171-3/+2
* Add NavigationRegion function to change navigation mapsmix82023-06-151-34/+98
* Refactor NavigationRegion internalssmix82023-06-151-86/+92
* Make navigation mesh edge connections optionalsmix82023-05-111-1/+19
* Prevent unnecessary navigation map synchronizationssmix82023-05-111-6/+21
* Rework Navigation Avoidancesmix82023-05-101-1/+144
* Fix 2D navigation debug visuals ignoring half the ProjectSettingssmix82023-02-131-35/+55
* Hide clip_children for non-drawn CanvasItemsNinni Pipping2023-01-301-0/+1
* Rework const on NavigationServer methodsJosh Jones2023-01-071-8/+8
* 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 typo and ensure backwards compatibility for changed property namesJosh Jones2022-12-201-0/+19
* Fix Navigation API abbreviations inconsistencysmix82022-12-171-23/+23
* Move NavigationPolygon to dedicated resource filesmix82022-12-171-323/+0
* Enable assigning an owner to navigation regions and linksJosh Jones2022-12-101-0/+2
* Add detail to NavigationPolygon outline error msgsmix82022-11-101-1/+3
* Improve consistancy of NavigationRegion settersJosh Jones2022-09-211-6/+28
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-3/+3
* Merge pull request #64034 from DarkKilauea/fix-nav-region-gizmoRémi Verschelde2022-08-081-1/+1
|\
| * Fix NavigationRegion3D gizmo's odd visual behaviorJosh Jones2022-08-061-1/+1
* | Fix typo when setting NavigationRegion travel_costJosh Jones2022-08-071-1/+1
|/
* Add more detailed Navigation Debug Visualizationsmix82022-07-291-6/+24
* 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
* Expose get_mesh() for NavigationPolygon Resourcessmix82022-06-021-0/+1
* Update NavigationRegion2D when polygons of NavigationPolygon changesmix82022-05-181-0/+3
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Add get_region_rid() NavigationRegion2D and NavigationRegion3Dsmix82022-04-301-0/+6