Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop b2d_convexdecomp. no longer necessary. | Rémi Verschelde | 2019-12-13 | 5 | -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 path | Rémi Verschelde | 2018-09-12 | 1 | -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 relevant | Aaron Franke | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | Fix 3 memory leaks | Chaosus | 2018-03-03 | 1 | -1/+6 |
| | |||||
* | Move other lone thirdparty files to thirdparty/misc | Rémi Verschelde | 2017-04-28 | 5 | -0/+2015 |
Also move Box2D ConvexDecomposition contrib code to thirdparty/b2d_convexdecomp. |