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-07-08* workaround for PySys_SetArgv() in python3 needing wchar_tCampbell Barton
2009-06-30Python APICampbell 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-28BGE Fix for no redrawing.Campbell Barton
2009-06-26Made Mathutils use radians rather then degrees. defining USE_MATHUTILS_DEG fo...Campbell Barton
2009-06-25PyAPI RNA/BGECampbell Barton
2009-06-232.5Ton Roosendaal
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-21Spring CleaningCampbell Barton
2009-06-182.5Brecht Van Lommel
2009-06-18build generic modules in their own lib, compiling without the game engine wou...Campbell Barton
2009-06-18Some generic modules from blender 2.4x building with py3k and mostly working.Campbell Barton
2009-06-16svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r20855:20928Campbell Barton
2009-06-16KX_PythonSeq (used for a number of BGE sequence types)Campbell Barton
2009-06-16BGE Py APICampbell Barton
2009-06-16saving globalDict didnt work with python3.xCampbell Barton
2009-06-13GameEngine WIP,Campbell Barton
2009-06-13svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r20849:20855Campbell Barton
2009-06-13G.sipo was being passed in the BGE when it wasnt needed, just access G.sipo d...Campbell Barton
2009-06-13merged from trunk 20741:20848 Campbell Barton
2009-06-12use contains for ListValue and KX_GameObject types (has_key is deprecated by ...Campbell Barton
2009-06-11Sound actuator bug reported by zapman on blenderartist.Campbell Barton
2009-06-10fix for bug #18898: GE perspective 3D View not working properly (missing LENS)Dalai Felinto
2009-06-09Fix for bug #18900: game engine lights in non-glsl mode did moveBrecht Van Lommel
2009-06-092.50:Brecht Van Lommel
2009-06-06#18872 bugfix for torque on dynamic objectsErwin Coumans
2009-06-05bpy.config.sequenceMemCacheLimit is the only way to set the memcache in backg...Campbell Barton
2009-06-05getScreenPosition, Ray and Vect fixes:Dalai Felinto
2009-06-04KX_MouseFocusSensor - bug reported by Micro27 on blenderartistCampbell Barton
2009-06-03BGE PyAPI fixesCampbell Barton
2009-06-01BGE Blendfile path bug (use for loading and saving the GameLogic.globalDict)Campbell Barton
2009-06-01BGE bug fix: dynamically added sensor objects didn't have their physic shape ...Benoit Bolsee
2009-06-01YoFrankie bug [#18857] On start gives ImportError: No module named frankie_sc...Campbell Barton
2009-05-31Bug in KX_GameObject.get() and ListValue.get(), wasn't checking if the CValue...Campbell Barton
2009-05-31BGE: fix refcount bug causing crash with Object texture coordinates.Benoit Bolsee
2009-05-29BGE: sensor object will now have Actor filter optional: new button 'Detect Ac...Benoit Bolsee
2009-05-29BGE modifier: last minute commit to fix a nasty bug with modifers messing the...Benoit Bolsee
2009-05-26BGE PyAPI Bug reported by Pitel on blenderartist.Campbell Barton
2009-05-26BGE build probs with CMake: directory "source/gameengine/SceneGraph"Chris Want
2009-05-26BGE Py APICampbell Barton
2009-05-26Misc warningsCampbell Barton
2009-05-26BGE Script template for a python module (set EOL to native this time)Campbell Barton
2009-05-25[#18819] save and load globalDictionary actuators don't load the proper files...Campbell Barton
2009-05-25- BGE Py API, any py function/attribute that took a KX_GameObject would not a...Campbell Barton
2009-05-24BGE: renamed sensor type enum to avoid conflict with mingw (NEAR was causing ...Benoit Bolsee
2009-05-24+ renamed pad3 to m_contactProcessingThreshold (thanks Campbell Barton/ideasm...Erwin Coumans
2009-05-24PhysicsConstraints.createConstraint:Erwin Coumans