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-06-06one more bugfix, related to 6dof constrains, inside BulletErwin Coumans
2009-06-06#18872 bugfix for torque on dynamic objectsErwin Coumans
2009-05-31Anisotropic Friction bugfix for #18854 http://projects.blender.org/tracker/in...Erwin Coumans
2009-05-29This was found by coverityKent Mein
2009-05-28last-minute Bullet bugfix: accidently commented out a constraint limit test, ...Erwin Coumans
2009-05-27"Motor at limit" jitter fixed for btGeneric6Dof constraint, fix taken from Bu...Erwin Coumans
2009-05-24+ renamed pad3 to m_contactProcessingThreshold (thanks Campbell Barton/ideasm...Erwin Coumans
2009-05-24Set default constraint solver mode more compatible to Blender 2.48 settings, ...Erwin Coumans
2009-05-24Minor fixes in Bullet/constraint solvingErwin Coumans
2009-05-17cmake: apply ADD_SUBDIR patch.Benoit Bolsee
2009-04-21Some Makefile changes still laying around.Guillermo S. Romero
2009-04-19Fix for libopenjpeg to enable win64 compile (is in their tracker and will mos...Daniel Genrich
2009-04-08BGE Scenegraph and View frustrum culling improvement.Benoit Bolsee
2009-04-04fix for [#18484] Bullet Crash (possibly because of overlapping rigid body balls)Campbell Barton
2009-04-02[#17963] NearSensor segmentation faultCampbell Barton
2009-03-23MSVC project files updated for ffmpeg 0.5 and armature. You must also update ...Benoit Bolsee
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