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-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-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-01-16Added getDistanceTo Python method (thanks Charlie C)Kester Maddock
2004-07-17Port Python updates from Tuhopuu2:Kester Maddock
2004-06-02Updates to GamePython Reference.Kester Maddock
2004-05-31Use epydoc for generating game python reference (like the bpython guys)Kester Maddock
2004-05-30Added Python module for Lights.Kester Maddock
2004-05-24Game Python Reference Manual.Kester Maddock