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-11-24patch #8583: Add support for gcc on irixStefan Gartner
2008-11-11Add MSVC90 project files - part 3. Extern and Intern projects are merged in p...Benoit Bolsee
2008-11-10Add MSVC90 project files - part 2.Benoit Bolsee
2008-11-05* doing some warning cleaningNathan Letwory
2008-11-05* enable openjpeg building for win32/msvcNathan Letwory
2008-10-31* Minimum SCons version is now 1.0.0Nathan Letwory
2008-10-22* Minor cleanup of SCons filesNathan Letwory
2008-10-18BGE bug #17858 fixed: [SHOWSTOPPER] BGE Memory leak. The memory leak has bee...Benoit Bolsee
2008-10-14bugfix: copy/paste bug merged from Bullet main repo into Blender, hope it sti...Erwin Coumans
2008-10-12Last (hopefully) soft body fixes: Erwin Coumans
2008-10-11remove constraints from world, if not done yetErwin Coumans
2008-10-04bugfix: add Ghost support for soft bodies, so that they don't collide with gh...Erwin Coumans
2008-10-04Move the Solaris workaround in btScalar behind the sun define, to only make s...Erwin Coumans
2008-10-03Solaris was having problems with sqrtf and friends again.Kent Mein
2008-10-02Maybe not needed, I was running into some problems thoughKent Mein
2008-10-01Disable building of fftwDaniel Genrich
2008-10-01Update MSVC project file for Bullet soft body. Strange, I though I already fi...Benoit Bolsee
2008-10-01add support for Bullet soft body constraints against a Bullet rigid body, as ...Erwin Coumans
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-28Commiting fftw lib into extern for ocean patchDaniel Genrich
2008-09-27force collision bound type to be convex hull or concave triangle mesh for sof...Erwin Coumans
2008-09-27fixed some outstanding issues with Bullet soft bodies: Erwin Coumans
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