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
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-18needed these changes to get bullet building with cmake and linking with sconsCampbell Barton
2008-09-18added another missing file, btHashMapErwin Coumans
2008-09-17added src/LinearMath/btConvexHull.cppErwin Coumans
2008-09-17Please add extern/bullet2/src/LinearMath/btConvexHull.cpp to your build system!Erwin Coumans
2008-09-17rev 16569 broke building.Campbell Barton
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-17* make BulletSoftBody own small lib to make sure bullet libs don't grow too l...Nathan Letwory
2008-09-17add BulletSoftBody to SConscript and MakefileErwin 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-03svn merge -r 16334:16347 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
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-08-21BGE Bullet fix: physics debug representation of cone shape does not take Up a...Benoit Bolsee
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-02-03Missed reverting one extra assignment.Ken Hughes
2008-02-03Clean-up for various gcc warnings under linux.Ken Hughes
2008-01-30New: Collision Modifier and Cloth can be at any position on the modifier stac...Daniel Genrich
2008-01-30Initial commit of cloth modifier from branch rev 13453Daniel Genrich
2007-08-05reverted to old hinge constraint, it breaks several tests/demosErwin Coumans
2007-07-16updated scons build system, neccesary after erwin's commitJiri Hnidek
2007-07-07removed "btHingeConstraint::" prefix, in btHingeConstraint::btHingeConstraint...Erwin Coumans
2007-07-06fixed issue with kinematic objectsErwin Coumans
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-05-07two minor changes, hopefully before release:Erwin Coumans
2007-03-14fix gcc warnings about no newline at end of fileStephen Swaney
2007-01-28Removed -mpowerpc -mtune=G4 from several SCons files, so it will work onEd Halley
2006-12-28fixed remaining sqrtf into btSqrtErwin Coumans
2006-12-25minor fix in Bullet internalsErwin Coumans
2006-12-25fixing some issues: force needs to wake up objects, property sensor issue, is...Erwin Coumans
2006-12-12added some new Bullet files, and upgraded to latest Bullet 2.xErwin Coumans
2006-12-07Some pretty hard core bullet2 cleaning (kills the bullet2 lib and headersChris Want
2006-12-04update to latest Bullet 2.x sources. prepare to make near sensors much fasterErwin Coumans
2006-12-04added some 'angularFactor' for character control (to avoid rotation)Erwin Coumans
2006-11-30fixed it so make clean works for bullet2 lib.Kent Mein
2006-11-30* add btHeightfieldTerrainShape.cppNathan Letwory
2006-11-29updated to latest Bullet 2.xErwin Coumans
2006-11-23work around some issue with GCC 3.x (probably compiler bug)Erwin Coumans
2006-11-23fixed in Bullet 2.x, should make msvc 6 compile, and reverted to 'old' style ...Erwin Coumans
2006-11-23fixed some code that causes problems with msvc 6 (need to verify)Erwin Coumans
2006-11-22Makefile support for bullet2 ... please testChris Want