Files
DarkRP2D/external/Box2D-2.3.1/Box2D/Changes.txt
Julian Nießner d175d433a8 Added Box2D
2018-05-06 12:43:20 +02:00

5 lines
247 B
Plaintext

Version 2.3.0
Polygon creation now computes the convex hull. Vertices no longer need to be ordered.
The convex hull code will merge vertices closer than dm_linearSlop. This may lead to failure on very small polygons.
Added b2MotorJoint.
Bug fixes.