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-30* Build aborts when giving options on command-line when WITH_BF_DOCS=TrueNathan Letwory
2008-10-27face transp option CLIP wasnt added to the py api.Campbell Barton
2008-10-21renamed WITH_BF_BPYDOC to WITH_BF_DOCS, added SConscript for building BGE doc...Campbell Barton
2008-10-18Added joystick epydocs, only changed incorrect docstrings in SCA_JoystickSens...Campbell Barton
2008-10-15cleanup epydoc errorsCampbell Barton
2008-09-25BGE patch: add advanced parameters for SoftBody. Add Rasterizer.drawLine() Py...Benoit Bolsee
2008-09-23BGE patch #17569 approved: Make FrameProp: work in Shape Action. PyDoc updated.Benoit Bolsee
2008-09-13Game engine: added Rasterizer.get/setMaterialMode to set texface,Brecht Van Lommel
2008-09-10BGE bug #17549: fix crash on removeParent() with static mesh. Fix scaling bug...Benoit Bolsee
2008-09-05BGE Py APICampbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-09-03BGE patch 17547 approved: Cleaned up pydoc for BGE, compiles now error freeBenoit Bolsee
2008-08-31BGE patch 17547 applied in trunk: Cleaned up pydoc for BGE, compiles now erro...Benoit Bolsee
2008-08-29BGE Py API - GameKeys.EventToString() utility function, makes key configurati...Campbell Barton
2008-08-27BGE patch: KX_GameObject::rayCast() improvements to have X-Ray option, return...Benoit Bolsee
2008-08-27get/set Angular velocity for KX_GameObjects python api and for the AddObject ...Campbell Barton
2008-08-23BGE state system improvement: the sensor with Level option enabled will trigg...Benoit Bolsee
2008-08-22BGE Python API - GameLogic.getBlendFileList(path='//') to return a list of bl...Campbell Barton
2008-08-17BGE patch: New Delay sensor (derived from patch #17472) Benoit Bolsee
2008-08-14Python API get/setObject update for Actuators. (SetParent, AddObject, Camera ...Campbell Barton
2008-08-04BGE patch #17398 approved: implementation of BGE method getVectTo().Benoit Bolsee
2008-07-24BGE patch: Add PyDoc for new logic bricks, set exception message on Py error,...Benoit Bolsee
2008-07-20GameObject functions getChildren() and getChildrenRecursive()Campbell Barton
2008-07-10Adding an option for action actuator - "Continue" this means animations alway...Campbell Barton
2008-07-04non user visible changes and small optimizations to the game engine pyapi as ...Campbell Barton
2008-07-03Adding GameObject setLinearVelocity(), without this interacting with objects ...Campbell Barton
2008-06-30BGE python api addition, GameObject get/setState and Controller.getState()Campbell Barton
2008-06-27patch [#15865] BGE API call to delete objectsCampbell Barton
2008-06-26Python API/Game engine fixes, dosn't affect 2.47Campbell Barton
2008-06-25Commented out face transp changing when switching images, this is more annoyi...Campbell Barton
2008-06-21* Documented that get/setOrientation use an inverted rotation matrixCampbell Barton
2008-06-14Added access for adjusting timeOffset value at runtime, used for apricot (Fra...Campbell Barton
2008-06-02Patch #11000 approved: [new function] KX_GameObject::alignAxisToVect() Align ...Benoit Bolsee
2008-05-25BGE patch: rename rayCastToEx() to rayCast() - better nameBenoit Bolsee
2008-05-24BGE patch: add rayCastToEx(), an extended version of rayCastTo() for use in g...Benoit Bolsee
2008-05-20replacing epydoc generation script with one copied from bpy docsCampbell Barton
2008-05-11fix BGE bug #8668: Behavior of os.getcwd() is not consistent between operatin...Benoit Bolsee
2008-05-07BGE patch #10492 approved: getLinearVelocity() now can provide local velocity...Benoit Bolsee
2008-04-07add KX_GameObject::rayCastTo() PyDocBenoit Bolsee
2008-04-06Commit patch #8799: Realtime SetParent function in the BGEBenoit Bolsee
2005-04-23Added the docs & use Python booleans for physics reinstance.Kester Maddock
2005-03-25Big patches:Kester Maddock
2005-01-23Make the KX_PolygonMaterial Python member variables writable.Kester Maddock
2005-01-16Add an Python Material exampleKester Maddock
2005-01-16Unified KX_BlenderPolyMaterial & GPC_PolygonMaterial into KX_PolygonMaterial.Kester Maddock
2005-01-16Added getDistanceTo Python method (thanks Charlie C)Kester Maddock
2004-12-29PyDoc updatesKester Maddock
2004-12-29Python methods for camera actuators (thanks snailrose)Kester Maddock
2004-11-07Update Python reference version numberKester Maddock
2004-10-25Tweek the stereo settings: allow negative eye separation.Kester Maddock