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-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: small performance problem: object set invisible at startup were still pu...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-29workaround for strange python problem in the BGE and BPy API where printing w...Campbell Barton
2009-05-28[#18840] Joystick sensor lagCampbell Barton
2009-05-28BGE: no sleeping and lock axis physics options were not propagated to replicas.Benoit Bolsee
2009-05-28renamed python 'bookmark' attribute to 'useHighPriority', was renamed in the ...Campbell Barton
2009-05-27BGE: fix a bug with kinematic object not giving the correct friction to dynam...Benoit Bolsee
2009-05-26BGE VideoTexture: VideoFFmpeg was missing a rewind function: rename stop() to...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-25BGE Joystick Hat BugfixCampbell 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-25VideoTexture: exception in C++ was not returning an error in Python. Added fu...Benoit Bolsee
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-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-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-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-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-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-20BGE logic patch: fix another incompatibility with YF.Benoit Bolsee
2009-05-20Moving ScreenSpace methods from Rasterizer to KX_Camera (getScreenPos, getScr...Dalai Felinto
2009-05-20- Added an intro page for the BGE docs rather then using GameLogicCampbell Barton
2009-05-19BGE Py APICampbell Barton
2009-05-19BGE bug #18762 fixed: softbody. An incompatibility between the soft body defo...Benoit Bolsee
2009-05-19recorded game physics ipo's also have the same problem FBX export had with eu...Campbell Barton
2009-05-19BGE soft body: give access to the soft body collision margin in the Advanced ...Benoit Bolsee
2009-05-18Sensor objects were initialized as invisible, which conflicted with initializ...Campbell Barton
2009-05-18BGE #18665: Servo control and relative motionBenoit Bolsee
2009-05-18BGE: bookmark option on controller to make them run before all other controll...Benoit Bolsee
2009-05-18BGE Dome: removing of size option and adding tilt option.Dalai Felinto
2009-05-17While testing YoFrankie with the new API attributes found some issues...Campbell Barton