summaryrefslogtreecommitdiffstats
path: root/modules/gdnavigation
Commit message (Expand)AuthorAgeFilesLines
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-24/+13
* Merge pull request #36551 from AndreaCatania/navigation_destruction_flushRémi Verschelde2020-02-262-8/+19
|\
| * Flushes commands just before the navigation server is destroyedAndrea Catania2020-02-262-8/+19
* | Fixed remove region method.Andrea Catania2020-02-241-2/+5
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-202-3/+3
* Added utility functions to the new NavigationServer:Andrea Catania2020-02-184-4/+179
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-183-12/+12
* Fixes memory leaks in GdNavigationServer and RasterizerSceneHighEndRDHaoyu Qiu2020-02-151-3/+6
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-122-5/+5
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-1110-16/+16
* Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky2020-02-113-33/+35
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-1018-0/+3095