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-19BGE Python APICampbell Barton
2009-04-19BGE Python API cleanup - no functionality changesCampbell Barton
2009-04-19BGE Python APICampbell Barton
2009-04-18Added m_zombie to the base python class (PyObjectPlus), when this is set all ...Campbell Barton
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-15[#7789] 3DS Import , Mesh not correct since Blender 2.44Campbell Barton
2009-04-14BGE PhysicsCampbell Barton
2009-04-14BGE: Occlusion culling and other performance improvements.Benoit Bolsee
2009-04-12BGE Python APICampbell Barton
2009-04-12use long long rather then int for storing game logic properties.Campbell Barton
2009-04-08small bge editsCampbell Barton
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-08BGE Scenegraph and View frustrum culling improvement.Benoit Bolsee
2009-04-07BGE Python API (small changes)Campbell Barton
2009-04-07BGE Python APICampbell Barton
2009-04-05BGE Bugfixes (mostly in the py api)Campbell Barton
2009-04-05added experimental KX_GameObject attributes "sensors", "controllers" and "act...Campbell Barton
2009-04-05BGE Python APICampbell Barton
2009-04-04Made KX_MeshProxy use PyAttributeDef. simplified getting the 'materials' attr...Campbell Barton
2009-04-04- should fix compiling with older python versions (<2.5)Campbell Barton
2009-04-03Some users could not build with python 2.5, hopefully this fixes it.Campbell Barton
2009-04-03Python BGE APICampbell Barton
2009-04-03BGE Python apiCampbell Barton
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-26Py BGE APICampbell Barton
2009-02-26small errors in touch sensor and gameObjectCampbell Barton
2009-02-25Minor speedups for the BGECampbell Barton
2009-02-25remove warnings for the BGECampbell Barton
2009-02-24Making KX_GameObject names read only.Campbell Barton
2009-02-23BGE Python APICampbell Barton
2009-02-21* removed typedefs that were not used (from anonymous enums and structs)Campbell Barton
2009-02-19BGE Python APICampbell Barton
2009-01-15BGE patch 18065: gameobj mass writeable + setmass actuator. This patch allows...Benoit Bolsee
2009-01-14BGE patch: dynamically update the coumpound parent shape when parenting to a ...Benoit Bolsee
2008-12-25* disable back buffer selection drawing while projection painting (was redoin...Campbell Barton
2008-12-09patch from Mitchell StokesCampbell Barton
2008-11-01Preparation to VideoTexture: everything but the VideoTexture module itself.Benoit Bolsee
2008-10-27face transp option CLIP wasnt added to the py api.Campbell Barton
2008-10-17BGE showstopper bug fix: Benoit Bolsee
2008-10-01BGE bug #17688 fixed: Near Sensor Reset not working (for Gamekit)Benoit Bolsee
2008-09-21BGE bug fix: dupligroup scale not correctly applied to bullet shape.Benoit Bolsee
2008-09-18BGE bug #17578: repair linV actuator in Add+Local mode.Benoit Bolsee
2008-09-10BGE bug #17549: fix crash on removeParent() with static mesh. Fix scaling bug...Benoit Bolsee
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