Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-26Bullet: Update to svn r2719Sergej Reich
2013-10-25bullet: Update to version 2.82 (bullet revision 2705)Sergej Reich
2013-05-07bullet: Don't use sse in api for windows.Sergej Reich
2013-03-07bullet: Update to current svn, r2636Sergej Reich
2012-12-15Hi there, it has been a while, just curious if my SVN account still works :)Erwin Coumans
2012-06-08Update Bullet to version 2.80 (bullet svn revision 2537)Sergej Reich
2012-05-29BGE patch #28476: Character object physics typeBenoit Bolsee
2012-04-24Peer pressure :) Fix some very public (but probably harmless) errors in exter...Erwin Coumans
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-03-29fixes in Bullet stuff, roll influence for raycast vehicles was broken,Erwin Coumans
2011-03-12update Bullet physics sdk to latest trunk/version 2.78Erwin Coumans
2011-02-27doxygen: fixesNathan Letwory
2011-02-22doxygen: add bullet to extern libs, some small changes in page names, and fix...Nathan Letwory
2011-01-16fix for using un-initialized stack memory with bullet triangle mesh collisions.Campbell Barton
2010-12-23remove bullet CMakeLists.txt files, blender uses its own.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-09-03Fix [#23569] Convex hull bounds crash BlenderNathan Letwory
2010-02-04Add btBvhTriangleMeshShape::buildOptimizedBvh() in preparation of next commit...Benoit Bolsee
2010-01-06Bullet: rework softbody raytest patch after approval by Erwin.Benoit Bolsee
2009-11-28BGE: ray casting works on soft body, the hit polygon is also returned. The mo...Benoit Bolsee
2009-11-05Fix for bug #19817: cloth simulation with collision slow on Mac.Brecht Van Lommel
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-03-03Upgraded to Bullet 2.74. The upgrade introduced a few bugs, which need to be ...Erwin Coumans
2009-01-14Bullet bug fix: bad pointer in btCompoundShape::addChildShape() - patch submi...Benoit Bolsee
2008-10-04Move the Solaris workaround in btScalar behind the sun define, to only make s...Erwin Coumans
2008-10-02Maybe not needed, I was running into some problems thoughKent Mein
2008-10-01add setUnscaledRadius for btSphereShapeErwin Coumans
2008-09-29added anisotropic friction support for Bullet. Both for static and dynamic ob...Erwin Coumans
2008-09-27fixed some outstanding issues with Bullet soft bodies: Erwin Coumans
2008-09-26support concave soft bodies, preliminary. could be used for cloth too. need v...Erwin Coumans
2008-09-26Allow Bullet soft bodies to be created using a AddObject actuator. Added a fa...Erwin Coumans
2008-09-24Created a KX_SoftBodyDeformer for real-time soft bodies.Erwin Coumans
2008-09-23bugfix for [#7006] Sleeping Objects losing Ghost ConstraintErwin Coumans
2008-09-21BGE real-time soft bodies, step 2 / 3: create a btSoftBody. Next step is hook...Erwin Coumans
2008-09-21encountered some issue with the btDbvtBroadphase, switch of a deferred collis...Erwin Coumans
2008-09-21attempt to support negative local scaling for convex hull, box,sphere, cylind...Erwin Coumans
2008-09-21fixed sphere-sphere collision: contact points were not properly removed/refre...Erwin Coumans
2008-09-17Applied some fixes from Bullet: issues with btDbvtBroadphase, and btSoftBody,...Erwin Coumans
2008-09-17Preparation for real-time soft bodies for the game engine, step 1 out of 3. T...Erwin Coumans
2008-09-13bullet wasnt building on 64bit linuxCampbell Barton
2008-09-13Upgrade to latest Bullet trunk, that is in sync with Blender/extern/bullet2. ...Erwin Coumans
2008-09-12Bullet patch for compound ray cast. The patch is filed in Bullet patch tracke...Benoit Bolsee
2008-09-03Finally upgraded to latest Bullet subversion, about to release 2.71. Some rec...Erwin Coumans
2008-08-27Bullet patch: option to return true face normal, complete triangle informatio...Benoit Bolsee
2008-02-03Missed reverting one extra assignment.Ken Hughes
2008-02-03Clean-up for various gcc warnings under linux.Ken Hughes
2007-07-06synchronized to latest version of Bullet. added btConeTwistConstraint (useful...Erwin Coumans
2007-06-23upgrade to latest Bullet 2.53. cross the fingers it doesn't break one of the ...Erwin Coumans
2007-03-14fix gcc warnings about no newline at end of fileStephen Swaney