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
path: root/source
AgeCommit message (Expand)Author
2009-05-26Bugfix #18801Ton Roosendaal
2009-05-26== Sequencer ==Peter Schlaile
2009-05-26Misc warningsCampbell Barton
2009-05-26Bugfix: (discovered by course participant :)Ton Roosendaal
2009-05-26BGE Script template for a python module (set EOL to native this time)Campbell Barton
2009-05-26InterfaceKen Hughes
2009-05-26IRIX: use python 2.5 by defaultStefan Gartner
2009-05-26tiny fix for irix: use putenv instead of setenvStefan Gartner
2009-05-25InterfaceKen Hughes
2009-05-25* UI tweaks to python controller (more space for module name), setParent actu...Campbell Barton
2009-05-25BGE Joystick Hat BugfixCampbell Barton
2009-05-25Pressing the '~' key in the ipo view didnt store the view state in the ipo cu...Campbell Barton
2009-05-25[#18819] save and load globalDictionary actuators don't load the proper files...Campbell Barton
2009-05-25[#18808] Unstable results of Pack Margin in UV editorCampbell Barton
2009-05-25[#18731] trouble with the python api in assigning script constraint's target.Campbell Barton
2009-05-25quick fix still allowed for possible crash, check for valid newlibadr return ...Campbell Barton
2009-05-25missing null check, would crash blender when loading some filesCampbell Barton
2009-05-25- BGE Py API, any py function/attribute that took a KX_GameObject would not a...Campbell Barton
2009-05-25VideoTexture: exception in C++ was not returning an error in Python. Added fu...Benoit Bolsee
2009-05-24== Sequencer ==Peter Schlaile
2009-05-24Action actuator default value changed from 0.0 to 1.0. Bookmark renamed to Ma...Dalai Felinto
2009-05-24User InterfaceKen Hughes
2009-05-24== Sequencer ==Peter Schlaile
2009-05-24== Sequencer ==Peter Schlaile
2009-05-24== Sequencer ==Peter Schlaile
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-24Patch #18815: BGE: More updates to deprecation documentation and 2.49 convers...Dalai Felinto
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-24Minor fixes in Bullet/constraint solvingErwin Coumans
2009-05-23== Sequencer ==Peter Schlaile
2009-05-23BGE: fix memleaks.Benoit Bolsee
2009-05-23BGE: Random sensor will produce true random sequence of events when seed is s...Benoit Bolsee
2009-05-23== Sequencer ==Peter Schlaile
2009-05-23BGE PyController module reloading didnt check that the base of the function w...Campbell Barton
2009-05-23[#18802] BGE conversion script: more attributes; updated GameTypes.pyCampbell Barton
2009-05-22Python APIKen Hughes
2009-05-22the debug option for BGE scripts only reloaded modules but not packages submo...Campbell Barton
2009-05-22Fix for: energy IPO not supported in glsl mode (reported in the forum).Dalai Felinto
2009-05-22- Deprecated Mathutils.CrossVecs(v1,v2) for v1.cross(v2), (same with .DotVecs...Campbell Barton
2009-05-21BGE remove parent: unparented object keeps the linear and angular velocity it...Benoit Bolsee
2009-05-21BGE: GUI control over frame rate, logic rate, physics rate and physics subrate.Benoit Bolsee
2009-05-21BGE: user control to compound shape and setParent.Benoit Bolsee
2009-05-21== Sequencer ==Peter Schlaile
2009-05-21[#18795] Subdivide Smooth can give wrong vcolCampbell Barton
2009-05-21fix for [#18772] c3d_import script crashesCampbell Barton
2009-05-21BGE #18664: Incorrect behavior for objects when unparented. A parented object...Benoit Bolsee
2009-05-20Fix for [#18785] Crash rendering hair particle systemJanne Karhu