summaryrefslogtreecommitdiffstats
path: root/scene/2d/navigation_agent_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde2020-10-011-2/+7
|\
| * Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-2/+7
* | Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-1/+2
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-7/+13
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-9/+1
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-3/+6
* Replace NULL with nullptrlupoDharkael2020-04-021-14/+14
* Renaming of servers for coherency.Juan Linietsky2020-03-271-15/+15
* Fixes navigation path resetAndrea Catania2020-03-191-0/+1
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-6/+6
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-111-1/+1
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-0/+341