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-04-03BGE PythonCampbell Barton
2009-04-02Added getitem/setitem access for KX_GameObjectCampbell Barton
2009-03-24Use Benoits attributes in KX_GameObject.Campbell Barton
2009-02-28BGE Python APICampbell Barton
2009-02-23BGE Python APICampbell Barton
2009-02-19BGE Python APICampbell Barton
2008-12-09patch from Mitchell StokesCampbell Barton
2008-10-27face transp option CLIP wasnt added to the py api.Campbell Barton
2008-10-01BGE bug #17688 fixed: Near Sensor Reset not working (for Gamekit)Benoit Bolsee
2008-09-24Created a KX_SoftBodyDeformer for real-time soft bodies.Erwin Coumans
2008-09-10BGE bug #17549: fix crash on removeParent() with static mesh. Fix scaling bug...Benoit Bolsee
2008-09-05BGE set visible actuator, option to set visibility recursively to make managi...Campbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
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-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-25BGE patch: approve patch #17312: Multiple material IPOs per mesh in BGE.Benoit Bolsee
2008-07-20GameObject functions getChildren() and getChildrenRecursive()Campbell Barton
2008-07-16BGE patch: DUPLIGROUP option supported in BGE.Benoit Bolsee
2008-07-09added a factor argument for aligning to vector, this isn't correct since it d...Campbell Barton
2008-07-08BGE logic patch: new "Add" mode for Ipo actuator, several corrections in stat...Benoit Bolsee
2008-07-04BGE logic update: new servo control motion actuator, new distance constraint ...Benoit Bolsee
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-25BGE patch 15044 approved: Edit Object Dynamics Actuator.Benoit Bolsee
2008-06-24BGE patch: Add damping and clamping option to motion actuator.Benoit Bolsee
2008-06-18BGE Patch: Add Shape Action support and update MSCV_7 project file for glew.Benoit Bolsee
2008-06-17Use the scenes framerate for ipo and action framerate in the game engine, was...Campbell Barton
2008-06-02Patch #11000 approved: [new function] KX_GameObject::alignAxisToVect() Align ...Benoit Bolsee
2008-05-25Apply BGE patch 11137: Render objects with negative scaling correctly (as in ...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-15Fix BGE bug #7532: TrackTo Actuator does not work correctly if it has a Verte...Benoit Bolsee
2008-05-07BGE patch #10492 approved: getLinearVelocity() now can provide local velocity...Benoit Bolsee
2008-04-30fix BGE bug #8869: Added objects are not lit correctlyBenoit Bolsee
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-06Commit patch #8799: Realtime SetParent function in the BGEBenoit Bolsee
2008-03-15New rayCastTo() python method for KX_GameObject: Benoit Bolsee
2007-06-26This is patch #6825 (The patch missed a couple of them butKent Mein
2006-06-19bugfix/workaround for problem with hard-coded collision margins being too large.Erwin Coumans
2006-02-13Improved OpenGL Shader Language support for game engine. The python interface...Erwin Coumans
2006-01-06Sorry to break the cvs-closed status, so if you really need to make a new 2.4...Erwin Coumans
2005-08-22more preparation for physics recording to ipo keyframesErwin Coumans
2005-04-18Patch: [ #2439 ] Makes objects react properly to deformations after a mesh re...Kester Maddock
2005-03-25Big patches:Kester Maddock
2005-01-16Added getDistanceTo Python method (thanks Charlie C)Kester Maddock