summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update version to 2.83 for an intermediate release (2014 will be a transition...Bullet-2.83-alphaErwin Coumans2014-05-164-3/+4
* update the binary premake4_osx binary, avoid the -Wl,-x flag so clang linker ...Erwin Coumans2014-05-161-0/+0
* fix uninitialized data in btMultiBodyPoint2Point, thanks to ValgrindErwin Coumans2014-05-161-12/+22
* remove a few unused variable, and add casts to avoid warningserwin coumans2014-05-164-24/+24
* remove unused/uninitialized data in BulletWorldImporterDemoErwin Coumans2014-05-152-4/+0
* Remove @workaround for sticky convex collisions in btGjkPairDetector, it suff...Erwin Coumans2014-05-152-74/+14
* Merge branch 'master' of https://github.com/bulletphysics/bullet3Erwin Coumans2014-05-151-2/+2
|\
| * Merge pull request #172 from tcShadowWalker/mastererwincoumans2014-05-151-2/+2
| |\
| | * fix gcc warning message in public header for c++11Jan-Philip Stecker2014-05-141-2/+2
* | | fix/workaround for gcc internal compiler errorErwin Coumans2014-05-151-7/+2
* | | cmake improvementsErwin Coumans2014-05-153-13/+11
|/ /
* | fix OpenGL detection on Linux, and re-add TTF project to premakeErwin Coumans2014-05-142-1/+3
|/
* more fixes in the build, related to CMake and some error (don't delete a void...Erwin Coumans2014-05-138-61/+69
* fix build (missing glut include path, #include <algorithm> for std::max in ha...Erwin Coumans2014-05-136-6/+17
* rename ObsoleteDemos back to DemosErwin Coumans2014-05-12312-322/+3933
* Merge branch 'master' of https://github.com/bulletphysics/bullet3Erwin Coumans2014-05-07172-0/+42949
|\
| * Merge pull request #170 from erwincoumans/mastererwincoumans2014-05-07172-0/+42949
| |\
| | * fix in Extras/Serialize/BulletFileLoader related to optional endian swap betw...erwin coumans2014-05-071-1/+13
| | * add the 'extras' and Bullet 2 tests, to make it easier to create a new interm...erwin coumans2014-05-07172-0/+42937
* | | only compile Bullet 3 if desired (with CMake)Erwin Coumans2014-05-072-6/+8
|/ /
* | fix Cmake under Linux (using the premake workaround)Erwin Coumans (Google)2014-05-053-3/+3
* | fix Linux buildErwin Coumans2014-05-054-6/+10
* | workaround of premake for link error on Ubuntu/Linux, seeErwin Coumans2014-05-058-5/+18
* | Merge pull request #169 from erwincoumans/mastererwincoumans2014-05-051-1/+1
|\ \ | |/
| * Merge branch 'master' of https://github.com/erwincoumans/bullet3erwin coumans2014-05-059-5/+265
| |\
| * | fix type, BulletCollisions -> BulletCollisionerwin coumans2014-05-051-1/+1
* | | re-enable the fix for broken friction in Clang (got accidently undone in a re...Erwin Coumans2014-05-032-4/+7
* | | fix Linux builderwincoumans2014-05-034-136/+179
* | | fix OSX buildErwin Coumans2014-05-031-1/+5
* | | Only enable SSE4 for Visual Studio 2012 or later (_MSC_FULL_VER >= 170050727)...erwincoumans2014-05-015-13/+39
* | | Added SSE4/FMA optimized constraint row solver implementation for btSequentia...Erwin Coumans2014-05-015-68/+300
* | | Introduce kF_UseGjkConvexCastRaytest, and make kF_UseSubSimplexConvexCastRayt...Erwin Coumans2014-05-0110-48/+86
* | | work-around what appears to be a bug in Clang 3.4. Todo: create a small repro...Erwin Coumans2014-04-291-2/+2
* | | fix a potential bug in CProfileNode destructor, if the SDK is included/used m...Erwin Coumans2014-04-281-2/+1
* | | fix CMake build on Mac OSXErwin Coumans2014-04-286-19/+39
* | | Merge pull request #161 from XBog/mastererwincoumans2014-04-131-4/+5
|\ \ \
| * | | subdivion backface shouldnt be in frontXBog2014-04-121-4/+5
* | | | minor fix in GL3+ renderingErwin Coumans2014-04-123-41/+95
|/ / /
* | | avoid allocations in renderer (messes up AMD buggy OpenGL driver)erwincoumans2014-04-094-4/+17
* | | Merge branch 'master' of https://github.com/bulletphysics/bullet3erwincoumans2014-04-0921-28/+2869
|\ \ \
| * \ \ Merge pull request #159 from xantares/mastererwincoumans2014-04-0912-10/+32
| |\ \ \
| | * | | Fix linux|mingw shared|static buildxantares2014-04-0912-10/+32
| * | | | Merge pull request #160 from rtrius/plbvh_raycasterwincoumans2014-04-0921-28/+2869
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Avoid memory leak with validation broadphase in PairBench.Jackson Lee2014-03-221-0/+8
| | * | | Add overlapping pairs validation to PairBench.Jackson Lee2014-03-194-8/+122
| | * | | Clean up plbvhCalculateOverlappingPairs kernel.Jackson Lee2014-03-142-33/+22
| | * | | Add access to overlapping pairs b3OpenCLArray.Jackson Lee2014-03-139-18/+29
| | * | | Fix PLBVH symmetry optimization for calculateOverlappingPairs().Jackson Lee2014-03-134-16/+106
| | * | | Add PLBVH documentation/slides.Jackson Lee2014-03-132-1/+3
| | * | | Fix PLBVH raycast when only 1 small AABB is added to the tree.Jackson Lee2014-03-111-0/+14