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
path: root/extern
AgeCommit message (Expand)Author
2008-09-27fixed soft body collision against concave triangle meshes.Erwin Coumans
2008-09-27avoid adding degenerate faces to a Bullet soft bodyErwin Coumans
2008-09-26Update MSVC project filesBenoit Bolsee
2008-09-26Bullet build system fixes: add gimpact to the makefiles, and fixBrecht Van Lommel
2008-09-26scons/mingw linking fixes with bullet - adjusting priorities to find libsJoshua Leung
2008-09-26* split collision lib into its subpartsNathan Letwory
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-18needed these changes to get bullet building with cmake and linking with sconsCampbell Barton
2008-09-18Update MSVC project file to include BulletSoftBodyBenoit Bolsee
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-17Added BulletSoftBody as target for Makefile installing of .h filesTon Roosendaal
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-17add src/BulletSoftBody/* to cmake (other build systems also will need to do t...Erwin Coumans
2008-09-13bullet wasnt building on 64bit linuxCampbell Barton
2008-09-13Update MSVC project files for latest bullet revisionBenoit Bolsee
2008-09-13Update MSVC project file for latest Bullet revision. Remove compound patch as...Benoit Bolsee
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-05svn merge -r 16351:16368 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
2008-09-05svn merge -c 16350 https://svn.blender.org/svnroot/bf-blender/trunk/blenderBenoit Bolsee
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-09-03Revert rev16344 on trunk, bullet work is done in sim_physics branch as discus...Daniel Genrich
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-06-22== Redcode ==Peter Schlaile
2008-06-18BGE Patch: Add Shape Action support and update MSCV_7 project file for glew.Benoit Bolsee
2008-06-17Merge of apricot branch game engine changes into trunk, excluding GLSL.Brecht Van Lommel
2008-06-10== redcode ==Peter Schlaile
2008-06-09Fix for bug #13627: bFTGL sconscript missing opengl includes, didn'tBrecht Van Lommel
2008-06-03== RED one (redcode) ==Peter Schlaile
2008-05-01* Fix Verse bug [#8959] Clients doesn't connect if libverse.a is compiled wit...Nathan Letwory
2008-04-28Fix for bug #9504: compile error with verse on mingw, also fixedBrecht Van Lommel
2008-04-20== FFMPEG / mp3lame ==Peter Schlaile
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-13== FFMPEG ==Peter Schlaile