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
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-04-20Bugfix for #26795 and #26917, Fix a bug that cause the radar sensor to breakErwin Coumans
2011-03-29apply patch for body suspend/resumeErwin Coumans
2011-03-17BGE PhysicsConstraints.exportBulletFile improvement: also export the object n...Erwin Coumans
2011-03-12update Bullet physics sdk to latest trunk/version 2.78Erwin Coumans
2011-02-28BGE fix: complement to recent patch for Rigid Body Constraint. patch by Juha ...Dalai Felinto
2011-02-27BGE patch: [#26223] Some RigidBody joints fixes (ui angles, conetwist/hinge l...Dalai Felinto
2011-02-25doxygen: gameengine/Physics tagged.Nathan Letwory
2010-10-20Quiet compiler warnings.Campbell Barton
2009-12-04BGE: Add option to return UV coordinates aofthe hit point to KX_GameObject::r...Benoit Bolsee
2009-11-28BGE: ray casting works on soft body, the hit polygon is also returned. The mo...Benoit Bolsee
2009-11-25BGE: replace mesh works for Soft Body (including reinstantiation of physics s...Benoit Bolsee
2009-11-16BGE: dynamic loading patch commited. API and demo files available here: https...Benoit Bolsee
2009-08-26- Mathutils.Vector assignment wasnt working in the BGE's py api, was using ge...Campbell Barton
2009-06-092.50:Brecht Van Lommel
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-15Fix for own recent reference count error.Campbell Barton
2009-04-14BGE: Occlusion culling and other performance improvements.Benoit Bolsee
2009-04-13Bullet integration uninitialised values.Campbell Barton
2009-04-08BGE Scenegraph and View frustrum culling improvement.Benoit Bolsee
2009-03-09Fix: The debug lines of Physics Debug Visualization were drawn incorrectly wh...Erwin Coumans
2009-03-09upgrade to latest Bullet trunk, fix related to vehicle anti-roll, added const...Erwin Coumans
2009-03-03Upgraded to Bullet 2.74. The upgrade introduced a few bugs, which need to be ...Erwin Coumans
2009-03-02minor update to be compatible with Bullet 2.74 physics:Erwin Coumans
2009-02-25remove warnings for the BGECampbell Barton
2009-01-14BGE patch: dynamically update the coumpound parent shape when parenting to a ...Benoit Bolsee
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-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-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-28enable -noaudio option, so it actually works (and doesn't get overwritten by ...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-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-17Preparation for real-time soft bodies for the game engine, step 1 out of 3. T...Erwin Coumans
2008-09-13BGE patch: use new btScaledBvhTriangleMeshShape to allow shape sharing betwee...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-05Partial repair of raycast system with Bullet 2.71. Still to be done: face and...Benoit Bolsee
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-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