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-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-07=== SCons ===Nathan Letwory
2008-10-31* Minimum SCons version is now 1.0.0Nathan Letwory
2008-10-12Last (hopefully) soft body fixes: Erwin Coumans
2008-10-10fix: leave default behaviour the same to be backward compatible with previous...Erwin Coumans
2008-10-10Fix bug in rigid body constraint buttons drawing, and while we are at it, add...Erwin Coumans
2008-10-01BGE bug #17688 fixed: Near Sensor Reset not working (for Gamekit)Benoit Bolsee
2008-10-01+ hook up a few more parameters, that can be useful for Bullet soft bodiesErwin Coumans
2008-10-01add support for Bullet soft body constraints against a Bullet rigid body, as ...Erwin Coumans
2008-09-29BGE patch: fix force application on soft body. Force is applied on each node,...Benoit Bolsee
2008-09-29don't crash when trying to make a soft body 'fh' objectErwin Coumans
2008-09-29Add Fh/Rot Fh to Bullet.Erwin Coumans
2008-09-29added anisotropic friction support for Bullet. Both for static and dynamic ob...Erwin Coumans
2008-09-28enable -noaudio option, so it actually works (and doesn't get overwritten by ...Erwin Coumans
2008-09-26BGE patch: local/global flag to distance contraint actuator.Benoit Bolsee
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-26don't apply vertex transformation for deformable game soft bodies.Erwin Coumans
2008-09-25avoid crash and apply force for soft bodies.Erwin Coumans
2008-09-25re-use some Blender soft body settings for Bullet game soft bodiesErwin Coumans
2008-09-25improved game soft bodies, works for objects that are using 'set smooth'Erwin Coumans
2008-09-24Created a KX_SoftBodyDeformer for real-time soft bodies.Erwin Coumans
2008-09-21BGE real-time soft bodies, step 2 / 3: create a btSoftBody. Next step is hook...Erwin Coumans
2008-09-21BGE patch: allow Bullet mesh shape sharing for objects copied with ALT-D.Benoit Bolsee
2008-09-18This file did not compile, but is also not part of the build target...Ton Roosendaal
2008-09-17Preparation for real-time soft bodies for the game engine, step 1 out of 3. T...Erwin Coumans
2008-09-14BGE patch: new Physics button and margin parameter in Logic panel. Change sub...Benoit Bolsee
2008-09-13BGE patch: use new btScaledBvhTriangleMeshShape to allow shape sharing betwee...Benoit Bolsee
2008-09-13BGE patch: fix transform bug on compound shape: child shape didn't take into ...Benoit Bolsee
2008-09-12Repair rayCast part 2: return correct polygon information and true normalBenoit Bolsee
2008-09-10svn merge -r 16411:16453 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
2008-09-10BGE bug #17549: fix crash on removeParent() with static mesh. Fix scaling bug...Benoit Bolsee
2008-09-05svn merge -r 16351:16368 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
2008-09-05Partial repair of raycast system with Bullet 2.71. Still to be done: face and...Benoit 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-03Finally upgraded to latest Bullet subversion, about to release 2.71. Some rec...Erwin Coumans
2008-08-28compilation problem with gcc, memset undeclaredBenoit Bolsee
2008-08-27BGE patch: KX_GameObject::rayCast() improvements to have X-Ray option, return...Benoit Bolsee
2008-08-25TLC needed for Makefiles to get gameengine compiling again.Kent Mein
2008-08-22BGE Python API - GameLogic.getBlendFileList(path='//') to return a list of bl...Campbell Barton
2008-08-22Update scons files in source/gameengine/Physics/Bullet.Diego Borghetti
2008-08-22BGE bug #17411 fixed: the always sensor is called before the the scale of the...Benoit Bolsee
2008-08-21fix warning in previous revision, update MSVC project files, scons files in s...Benoit Bolsee
2008-08-21BGE bug #17491 fixed: BGE, Dupli instance with different scale, massive slowd...Benoit Bolsee
2008-08-07BGE bug #17408 fixed: Radar sensor is oriented the wrong way when the set alo...Benoit Bolsee
2008-08-07BGE bug #17409 fixed: BGE Near Sensor Incorrect once inside the radius. The b...Benoit Bolsee
2008-08-05BGE fix bug #17430: BGE Collide/Touch Sensor interfearing with other unrelate...Benoit Bolsee
2008-07-30BGE patch: logic optimization part 2: remove inactive sensors from logic mana...Benoit Bolsee
2008-07-21BGE patch: Optimization of bullet adaptation layer - part 1.Benoit Bolsee