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
2009-03-10Addes libopenjpeg (jpeg2000) support to the MakefilesKent Mein
2009-03-09upgrade to latest Bullet trunk, fix related to vehicle anti-roll, added const...Erwin Coumans
2009-03-06Addes jpeg2000 support to cmake.Kent Mein
2009-03-05MSVC9 project file update for Bullet upgrade.Benoit Bolsee
2009-03-03Fix build: don't use Character stuff, it wasn't meant to be included in Blend...Erwin Coumans
2009-03-03Upgraded to Bullet 2.74. The upgrade introduced a few bugs, which need to be ...Erwin Coumans
2009-02-26better remove t1_generate_luts.c rather then in scons.Campbell Barton
2009-02-26openjpeg contained a C file with a main() function, user reported it was over...Campbell Barton
2009-02-25Building the game engine with Solid/Sumo is now optional for scons using WITH...Campbell Barton
2009-02-16SCons:Nathan Letwory
2009-02-08== REDCODE ==Peter Schlaile
2009-02-08== REDCODE ==Peter Schlaile
2009-01-24* make sure openjpeg stuff compiles and links properly.Nathan Letwory
2009-01-14Bullet bug fix: bad pointer in btCompoundShape::addChildShape() - patch submi...Benoit Bolsee
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