summaryrefslogtreecommitdiffstats
path: root/scene/2d/navigation_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-10/+10
* Added missing destructor for Navigation2DDominik 'dreamsComeTrue' Jasiński2020-02-251-0/+4
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* Added utility functions to the new NavigationServer:Andrea Catania2020-02-181-1/+11
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-686/+28
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Replace vector == and is_zero_approx(distance) with is_equal_approxAaron Franke2019-10-141-6/+6
* Replace is_zero_approx(A.distance_to(B)) with A==BPaul Trojahn2019-08-191-2/+2
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-1/+0
* Use approximate equallity methods in many placesAaron Franke2019-04-251-6/+6
* Scene: Ensure classes match their header filenameRémi Verschelde2019-02-121-0/+739