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-09-13Patch [#19293] NearSensor: Changing distance and resetDistance from Python di...Campbell Barton
2009-08-31BGE bug #18963: obj.sendMessage() with 4 arguments crashes Blender.Benoit Bolsee
2009-08-31bugfix [#19254] KX_PolyProxy returns improper VertexIndex with triangles, usi...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-25removing GameLogic.EvalExpression(),Campbell Barton
2009-08-23Option for MouseFocus sensor. only used when 'Mouse over any' type is set.Campbell Barton
2009-08-22- BGE, Some sensors, stored the event manager in 2 places (became confusing t...Campbell Barton
2009-08-07gameObject -> blenderObject mapping was being created but wasnt needed.Campbell Barton
2009-08-04no need to store the physics env in each KX_GameObjectCampbell Barton
2009-08-03* remove unused member of KX_Scene - m_objecttreeCampbell Barton
2009-07-31remove more unneeded args, also allow ipo to animate the ref value for KX_Ble...Campbell Barton
2009-07-31remove some unused function argsCampbell Barton
2009-07-26ReplaceMesh Actuator option to replace the physics mesh and display mesh + py...Campbell Barton
2009-07-26BGE PhysicsCampbell Barton
2009-07-25- BGE Python API converting a mesh from a python arg was broken but happened ...Campbell Barton
2009-06-17fix for a bug reported by zapman on blenderartist.Campbell Barton
2009-06-17BGE bug #18931: YoFrankie bug in 249-trunk (works in 248).Benoit Bolsee
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-13G.sipo was being passed in the BGE when it wasnt needed, just access G.sipo d...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-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
2009-05-24fix generic 6dof constraint support -> convert 3 values into euler angles and...Erwin Coumans
2009-05-24Set default constraint solver mode more compatible to Blender 2.48 settings, ...Erwin Coumans
2009-05-23BGE: fix memleaks.Benoit Bolsee