summaryrefslogtreecommitdiff
path: root/scene/2d/navigation2d.cpp
AgeCommit message (Collapse)Author
2015-04-30-some cleanupsJuan Linietsky
-added tesselation function to curve and curve2d
2015-04-21ability to get closest owner to point, for navigation and navigation2dJuan Linietsky
2015-02-19-improved pathfinding accuracyJuan Linietsky
(i hope?)
2015-02-14New Navigation & Pathfinding support for 2DJuan Linietsky
-Added Navigation & NavigationPolygon nodes -Added corresponding visual editor -New pathfinding algorithm is modern and fast! -Similar API to 3D Pathfinding (more coherent)