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-10-27face transp option CLIP wasnt added to the py api.Campbell Barton
2008-10-17BGE bug fix (continuation of previous bug fix): Benoit Bolsee
2008-10-17BGE showstopper bug fix: Benoit Bolsee
2008-10-11Fix for a relative paths issue in the game engine. G.sce was beingBrecht Van Lommel
2008-10-10Fix bug in rigid body constraint buttons drawing, and while we are at it, add...Erwin Coumans
2008-10-09BGE bug fix: fix several bugs and inconsistencies in sound actuator:Benoit Bolsee
2008-10-03Blender works with python 2.6, our own import functions that replace pythons ...Campbell Barton
2008-10-03error with GameLogic.globalDict loading. It would replace the dictionary rath...Campbell Barton
2008-10-02Python 2.4 should build with the game engine now, no thanks to python for swi...Campbell Barton
2008-10-02BGE patch: add frameProp to Ipo actuator (Carsten's request).Benoit Bolsee
2008-10-01BGE patch: new force field constraint actuatorBenoit Bolsee
2008-10-01BGE bug #17688 fixed: Near Sensor Reset not working (for Gamekit)Benoit Bolsee
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-25BGE patch: add Debug button next to object state. The object state mask will ...Benoit Bolsee
2008-09-25improved game soft bodies, works for objects that are using 'set smooth'Erwin Coumans
2008-09-25BGE patch: add advanced parameters for SoftBody. Add Rasterizer.drawLine() Py...Benoit Bolsee
2008-09-24Created a KX_SoftBodyDeformer for real-time soft bodies.Erwin Coumans
2008-09-24BGE bug #17657 fixed: dRotY doesn't work properly after 90 degrees rotation.Benoit Bolsee
2008-09-22BGE patch: KX_STATEx constant to allow simple state manipulation in setState()Benoit Bolsee
2008-09-22KX_PythonInit.cpp - workaround for current sandbox and possible fix. no real ...Campbell Barton
2008-09-21BGE real-time soft bodies, step 2 / 3: create a btSoftBody. Next step is hook...Erwin Coumans
2008-09-21BGE bug fix: dupligroup scale not correctly applied to bullet shape.Benoit Bolsee
2008-09-21BGE patch: allow Bullet mesh shape sharing for objects copied with ALT-D.Benoit Bolsee
2008-09-20[#17600] char* -> const char*Campbell Barton
2008-09-18BGE patch: change constraint location actuator to work in local coordinates. ...Benoit Bolsee
2008-09-18Fix for bug #3858: the game engine mouse focus sensor did not workBrecht Van Lommel
2008-09-18BGE bug #17578: repair linV actuator in Add+Local mode.Benoit Bolsee
2008-09-17Fix for bug #5413: game engine armature actions and shapes keysBrecht Van Lommel
2008-09-16Fix (harmless) error print about GameLogic.globalDict being lost. AlsoBrecht Van Lommel
2008-09-15Fix for bug #4859: once a visibility actuator was set it was notBrecht Van Lommel
2008-09-15Fix zoom level and clipping to be consistent with the viewportBrecht Van Lommel
2008-09-14BGE patch: new Physics button and margin parameter in Logic panel. Change sub...Benoit Bolsee
2008-09-14Various game engine fixes:Brecht Van Lommel
2008-09-13Game engine: added Rasterizer.get/setMaterialMode to set texface,Brecht Van Lommel
2008-09-13BGE patch: fix transform bug on compound shape: child shape didn't take into ...Benoit Bolsee
2008-09-12save and load configuration actuator, (option in game actuator menu)Campbell Barton
2008-09-11BGE message python api could return a CList type or None which makes exceptio...Campbell Barton
2008-09-10Fix for bug #17589: removing a lamp in the game engine with glslBrecht Van Lommel
2008-09-10BGE bug #17549: fix crash on removeParent() with static mesh. Fix scaling bug...Benoit Bolsee
2008-09-06object_find, didnt get images from an objects material texturesCampbell Barton
2008-09-06converted my gen_utils.h fix to PyObjectPlus.hKent Mein
2008-09-06Trying to keep things compiling on my imac (10.4.11)Kent Mein
2008-09-05BGE set visible actuator, option to set visibility recursively to make managi...Campbell Barton