bullet3/Extras
ejcoumans 661176bfed coding convention in Bullet is to keep return type on same line as method:
btClassName
{
  void myTest();
};

void myTest()
{

}

int getNumObjects()
{
}
2008-02-07 08:12:08 +00:00
..
AlgebraicCCD replaced btSimdMinMax.h by btMinMax.h in a few remaining places 2007-10-19 20:48:06 +00:00
AlternativeCollisionAlgorithms fixed optional lib dependency in Jam build system for Extras/boxbox and Extras/quickstep 2007-10-20 15:35:36 +00:00
BulletColladaConverter coding convention in Bullet is to keep return type on same line as method: 2008-02-07 08:12:08 +00:00
BulletMultiThreaded Define spu_printf for Linux 2008-02-05 18:58:28 +00:00
BulletX 2007-06-13 05:00:42 +00:00
COLLADA_DOM make source compile under MinGW32 2008-01-30 01:09:01 +00:00
ConvexDecomposition First commit of 2008, Happy New Year! 2008-01-03 04:42:00 +00:00
EPA replaced btSimdMinMax.h by btMinMax.h in a few remaining places 2007-10-19 20:48:06 +00:00
ExtraSolid35 Fix interface for comparison/integration files in alternative EPA solvers. 2007-02-21 21:00:16 +00:00
freeglut add freeglut (work in progress) 2007-12-14 01:46:49 +00:00
GIMPACT First commit of 2008, Happy New Year! 2008-01-03 04:42:00 +00:00
GIMPACTUtils added CMake support for AllBulletDemos 2007-12-14 08:35:35 +00:00
glui Stop MSVC 8/9 from moaning 2007-12-15 03:41:07 +00:00
GPUphysics made 'calculateLocalInertia' const, thanks to cgripeos, see http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=1514 2007-10-13 23:41:37 +00:00
LibXML missing return in main.cpp 2008-02-05 06:14:51 +00:00
quickstep error C2086: 'j' : redefinition 2008-02-05 06:35:25 +00:00
SATConvexCollision Replaced most STL std::vector with btAlignedObjectArray. 2006-12-06 04:22:36 +00:00
simdmathlibrary patch to allow building of SPU version 2007-08-21 03:41:42 +00:00
vectormathlibrary converted files to UNIX EOL 2007-08-21 04:06:39 +00:00
CMakeLists.txt added CMake support for AllBulletDemos 2007-12-14 08:35:35 +00:00
Jamfile get SequentialThreadSupport to compile on the Mac 2007-12-14 06:21:51 +00:00
test_BulletOde.cpp Refactoring: another huge number of changes, renamed methods to start with lower-case. 2006-09-28 01:11:16 +00:00