summaryrefslogtreecommitdiffstats
path: root/modules/gdnavigation/gd_navigation_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-2/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-42/+42
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Fix various typosluz.paz2020-03-111-1/+1
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-21/+11
* Flushes commands just before the navigation server is destroyedAndrea Catania2020-02-261-7/+16
* Added utility functions to the new NavigationServer:Andrea Catania2020-02-181-4/+32
* 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-121-1/+1
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-111-1/+1
* Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky2020-02-111-29/+29
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-0/+472