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-13Moved game engine types into GameTypes.py because every type put into a modul...Campbell Barton
2009-05-10deprecate controller.getActuator(name) and controller.getSensor(name) forCampbell Barton
2009-05-07[#18645] Texture painting smudge brush darkens images - 2.49RC1Campbell Barton
2009-04-28- Updated BGE docs to match the game engines class inheritance more closely.Campbell Barton
2009-04-25Running 2.48rc on my system segfaults when starting the game engine, only on ...Campbell Barton
2009-04-25[#18606] Writing to KX_GameObject.orientation causes crashCampbell Barton
2009-04-24BGE PyAPI epydoc errors fixedCampbell Barton
2009-04-23BGE Rasterizer methods to handle Screen Space - (getScreenPosition, getScreen...Dalai Felinto
2009-04-16BGE bug #18168: Get local orientation of object using game engine python scri...Benoit Bolsee
2009-04-15Disable using KX_GameObjects in python that have been removed from the scene ...Campbell Barton
2009-04-14BGE PhysicsCampbell Barton
2009-04-14BGE: Occlusion culling and other performance improvements.Benoit Bolsee
2009-04-08BGE patch #18350: Add sendMessage() to GameLogic. Added sendMessage to both G...Benoit Bolsee
2009-04-08BGE patch #18051: add localInertia attribute to GameObject.Benoit Bolsee
2009-04-07BGE api added place holder docs and CListValue docs.Campbell Barton
2009-04-06BGE Epydocs were missing some functionsCampbell Barton
2009-04-05BGE Bugfixes (mostly in the py api)Campbell Barton
2009-04-05- fixed errors with bge epydocsCampbell Barton
2009-04-05added experimental KX_GameObject attributes "sensors", "controllers" and "act...Campbell Barton
2009-04-04Made KX_MeshProxy use PyAttributeDef. simplified getting the 'materials' attr...Campbell Barton
2009-03-24Use Benoits attributes in KX_GameObject.Campbell Barton
2009-02-24Making KX_GameObject names read only.Campbell Barton
2008-12-09patch from Mitchell StokesCampbell Barton
2008-10-27face transp option CLIP wasnt added to the py api.Campbell Barton
2008-09-10BGE bug #17549: fix crash on removeParent() with static mesh. Fix scaling bug...Benoit Bolsee
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-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-04BGE patch #17398 approved: implementation of BGE method getVectTo().Benoit Bolsee
2008-07-20GameObject functions getChildren() and getChildrenRecursive()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-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