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
2009-05-01BGE: work around a problem with DBVT culling when graphic objects are rescale...Benoit Bolsee
2009-05-01BGE: New function GameLogic.setMaxLogicFrame() to allow better control over t...Benoit Bolsee
2009-05-01BGE bug fix: when a dynamic object is parented to a compound shape and then u...Benoit Bolsee
2009-04-29fix so that torque can be applied to DYNAMIC game objects, this fixes the ska...Erwin Coumans
2009-04-28BGE soft body: change welding option to disable welding check by default: spe...Benoit Bolsee
2009-04-25BGE mesh modifiers: fix view frustrum culling for mesh with modifiers. Update...Benoit Bolsee
2009-04-24BGE bug #17863: Shaky game camera.Benoit Bolsee
2009-04-19BGE Python APICampbell Barton
2009-04-17Fixing SND_Scene.h missing include problems with cmake + bulletDaniel Genrich
2009-04-15Fix for own recent reference count error.Campbell Barton
2009-04-14BGE: Keep Sumo and ODE in sync with Bullet at API level, fix a compilation pr...Benoit Bolsee
2009-04-14BGE PhysicsCampbell Barton
2009-04-14BGE: Occlusion culling and other performance improvements.Benoit Bolsee
2009-04-13Bullet integration uninitialised values.Campbell Barton
2009-04-08Fixed scons and cmake after BGE scenegraph and culling improvements.Benoit Bolsee
2009-04-08BGE Scenegraph and View frustrum culling improvement.Benoit Bolsee
2009-03-30r19455 to Re-enable vertex welding for soft-bodies failed even on simple case...Campbell Barton
2009-03-29Applied patch #18446, to do versions on dampingErwin Coumans
2009-03-23Speedup for bullet physics mesh conversionCampbell Barton
2009-03-23Speedup for bullet creating convex hull meshesCampbell Barton
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-02-21* removed typedefs that were not used (from anonymous enums and structs)Campbell Barton
2009-02-16SCons:Nathan Letwory
2009-01-15BGE patch 18065: gameobj mass writeable + setmass actuator. This patch allows...Benoit Bolsee
2009-01-14BGE patch: dynamically update the coumpound parent shape when parenting to a ...Benoit Bolsee
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