summaryrefslogtreecommitdiff
path: root/modules/gdnavigation/navigation_mesh_generator.cpp
AgeCommit message (Expand)Author
2020-12-28Merge pull request #44183 from madmiraal/box_shape-sizeRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-08Use box size instead of extents for Shape dimensionsMarcel Admiraal
2020-12-05Rename CubeMesh BoxMeshMarcel Admiraal
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-02-27Renamed PlaneShape to WorldMarginShapeAndrea Catania
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-10- Integrated NavigationServer and Navigation2DServer.Andrea Catania