summaryrefslogtreecommitdiff
path: root/modules/gdnavigation/nav_map.cpp
AgeCommit message (Expand)Author
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-19Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10Revert "Renamed plane's d to distance"Rémi Verschelde
2020-05-10Renamed plane's d to distanceMarcus Elg
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30doc: Update classref with node renamesRémi Verschelde
2020-03-11Fix various typosluz.paz
2020-03-06Added error to notify that the Navigation triangle merging failed due to inco...Andrea Catania
2020-02-24Fixed remove region method.Andrea Catania
2020-02-18Added utility functions to the new NavigationServer:Andrea Catania
2020-02-11Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde
2020-02-10- Integrated NavigationServer and Navigation2DServer.Andrea Catania