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
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-12-16Patch:[#25163] BGE support for Blender Font objects - unicode supportDalai Felinto
2010-12-08BGE BugFix: [#24052] Can't change dynamic object's orientation using python (...Dalai Felinto
2010-12-06bugfix [#24967] bge.KX_GameObject.worldAngularVelocity does not work, breaks ...Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-11BGE object.life - gives you the life countdown for temporary objects.Dalai Felinto
2010-10-10enable building the game engine without bullet for scons & cmakeCampbell Barton
2010-09-15update for MingW/CMakeCampbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-06-14bugfix [#21748] KX_Object scaling property not "writing" vector access .:. e....Campbell Barton
2010-05-16no functional changesCampbell Barton
2010-05-07bugfix for own error [#22269] object vector operations (position) not working...Campbell Barton
2010-04-27remove redundant argument from mathutils callbacksCampbell Barton
2010-04-27py/rna, euler objects order is now wrapped correctly...Campbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-01BGE fix: Parenting the object to itself crashes BGE + stubs updateDalai Felinto
2010-03-26BGE: [#19836] Recursive Parenting in game crashes Blender. Added parenting lo...Benoit Bolsee
2010-02-12correct fsf addressCampbell Barton
2010-02-12BGE: linear velocity and angular velocity are attributes nowDalai Felinto
2010-01-31rename game object obcolor to colorCampbell Barton
2010-01-17patch [#20560] [patch] KX_GameObject.obcolorCampbell Barton
2010-01-06BGE: KX_GameObject.rayCast() to return 5-tuple in case of no hit when poly=2 ...Benoit Bolsee
2009-12-04BGE: Add option to return UV coordinates aofthe hit point to KX_GameObject::r...Benoit Bolsee
2009-11-10Math LibBrecht Van Lommel
2009-10-20Fixes to get Blender compile and run on PowerPC OSX 10.3, gcc 3.3Ton Roosendaal
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-09-29remove ray sensors own logic manager (now stored in parent class) + other min...Campbell Barton
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-09-01svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22875:22935Campbell Barton
2009-08-31BGE bug #18963: obj.sendMessage() with 4 arguments crashes Blender.Benoit Bolsee
2009-08-30svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22717:22875Campbell Barton
2009-08-27was casting the PyObjectPlus type to a PyObject for new BGE vector and matrix...Campbell Barton
2009-08-27- BGE crash fix when casting a ray to the same location as the object from py...Campbell Barton
2009-08-26remove all python api functions deprecated in 2.49Campbell Barton
2009-08-25remove gameOb.has_key(key) method from KX_GameObject and ListValue since pyth...Campbell Barton
2009-08-19- fix for BGE warningsCampbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-08-04svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22130:22205Campbell Barton
2009-08-04no need to store the physics env in each KX_GameObjectCampbell Barton
2009-07-31svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r21908:22075Campbell Barton
2009-07-26ReplaceMesh Actuator option to replace the physics mesh and display mesh + py...Campbell Barton
2009-07-26svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r21899:21908Campbell Barton
2009-07-26BGE PhysicsCampbell Barton
2009-06-29BGE PyAPI support for subclassing any BGE game type from python, scripters de...Campbell Barton
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton
2009-06-28BGE Python APICampbell Barton
2009-06-25PyAPI RNA/BGECampbell Barton
2009-06-23PyRNA API support for matrix types as Mathutils matrix (with callbacks) rathe...Campbell Barton
2009-06-22PyAPI Mathutils Vector callbacks, referencing other PyObjects rather then thi...Campbell Barton
2009-06-12use contains for ListValue and KX_GameObject types (has_key is deprecated by ...Campbell Barton