summaryrefslogtreecommitdiffstats
path: root/thirdparty/b2d_convexdecomp
Commit message (Collapse)AuthorAgeFilesLines
* Drop b2d_convexdecomp. no longer necessary.Rémi Verschelde2019-12-135-2021/+0
| | | | | | | We now use `thirdparty/misc/triangulator.h` for all physics-related (collision, navigation) triangulation needs. Follow-up to #34293.
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2
| | | | | | This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
* [Core] Change math_2d includes to vector2 includes where relevantAaron Franke2018-08-101-1/+1
|
* Fix 3 memory leaksChaosus2018-03-031-1/+6
|
* Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-285-0/+2015
Also move Box2D ConvexDecomposition contrib code to thirdparty/b2d_convexdecomp.