Sorry if some of these are reported. Will update if/when I find more.
contacts.cpp 516, 525
setIterations(iterations, iterations);
setIterations(velocityIterations);
should be
setIterations(iterations);
setIterations(velocityIterations, positionIterations);
Sorry if some of these are reported. Will update if/when I find more.
contacts.cpp 516, 525
contacts.h 346, 347 (tautology)
contacts.h 319 (unused variable)
collide_coarse.h 291 (suspicious delete)
collide_fine.cpp 685-687 (calculation overwritten)