summaryrefslogtreecommitdiffstats
path: root/scene/2d/navigation_link_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 super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* Add NavigationLink function to change navigation mapsmix82024-08-151-40/+93
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Fix missing NavigationLink property updates in constructorsmix82023-10-231-0/+12
* Add NavigationServer API to enable regions and linkssmix82023-07-261-9/+1
* Prevent unnecessary navigation map synchronizationssmix82023-05-111-13/+21
* Add NavigationLink helper functions for global positionssmix82023-02-141-0/+38
* Merge pull request #72115 from AThousandShips/clip_children_fixRémi Verschelde2023-01-301-0/+1
|\
| * Hide clip_children for non-drawn CanvasItemsNinni Pipping2023-01-301-0/+1
* | Rename Navigation uses of 'location' to 'position'smix82023-01-261-26/+52
|/
* 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
* Enable assigning an owner to navigation regions and linksJosh Jones2022-12-101-0/+2
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* handled edge case where navigation_link_2d is outside of the tree when callin...Trashtalk2022-09-071-0/+4
* Fix build after merge of #63479Rémi Verschelde2022-09-021-3/+3
* Added node for Navigation linksJosh Jones2022-08-261-0/+284