Revision 08e0ec9...

Go back to digest for 23rd December 2012

Bug Fixes in Games

Jaime Torres Amate committed changes in [kolf/KDE/4.10] external/Box2D/Collision/Shapes/b2PolygonShape.cpp:

fix a crash in box2d (that also crashes kolf)

with some data extracted from a kolf course, box2d calculates a
negative area, that is not possible in Real*Real vector space.

fixed using the abs area of each triangle.

Also filled a bug in box2d (I have had to use okteta to bypass their
captcha).


FIXED-IN: 4.10
REVIEW: 107739

File Changes

Modified 1 files
  • external/Box2D/Collision/Shapes/b2PolygonShape.cpp
1 files changed in total