summaryrefslogtreecommitdiffstats
path: root/scene/2d/navigation_link_2d.h
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
|/
* Add NavigationLink function to change navigation mapsmix82024-08-151-0/+13
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-1/+1
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-1/+1
* Fix missing NavigationLink property updates in constructorsmix82023-10-231-0/+1
* Prevent unnecessary navigation map synchronizationssmix82023-05-111-0/+2
* Add NavigationLink helper functions for global positionssmix82023-02-141-0/+6
* Rename Navigation uses of 'location' to 'position'smix82023-01-261-6/+11
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-3/+3
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-1/+1
* Added node for Navigation linksJosh Jones2022-08-261-0/+88