summaryrefslogtreecommitdiffstats
path: root/scene/3d/navigation_link_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+2
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-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-31/+75
* 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-16/+24
* Rework Navigation Avoidancesmix82023-05-101-1/+1
* Add NavigationLink helper functions for global positionssmix82023-02-141-0/+38
* Rename Navigation uses of 'location' to 'position'smix82023-01-261-36/+62
* Rework const on NavigationServer methodsJosh Jones2023-01-071-4/+4
* 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/+2
* 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
* Added node for Navigation linksJosh Jones2022-08-261-0/+389