summaryrefslogtreecommitdiffstats
path: root/core/math/triangulator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-281-1550/+0
|
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
| | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
* begin new serialization frameworkJuan Linietsky2015-02-151-159/+166
| | | | also got rid of STL dependency on triangulator
* New Navigation & Pathfinding support for 2DJuan Linietsky2015-02-141-0/+1543
-Added Navigation & NavigationPolygon nodes -Added corresponding visual editor -New pathfinding algorithm is modern and fast! -Similar API to 3D Pathfinding (more coherent)