Files
test/source
Sergey Sharybin 6366a8c611 Fix crash happening in particle code caused by non-reentrant qsort()
Particle system code used global variable to sort hair by orig index,
which is not safe for threading at all.

Replaced this with usage of reentrant version of qsort, which is
now implemented in BLI. It was moved from recast navigation code
to BLI, so more areas could use it (if needed).
2013-08-12 14:37:23 +00:00
..
2012-12-17 08:01:43 +00:00
2012-12-17 08:01:43 +00:00