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-06-13Omission of a texture node to specify coordinates was regarded as a bug by so...Robin Allen
2009-06-13G.sipo was being passed in the BGE when it wasnt needed, just access G.sipo d...Campbell Barton
2009-06-13allow building without SDLCampbell Barton
2009-06-13coverity issue CID: 523Kent Mein
2009-06-12use contains for ListValue and KX_GameObject types (has_key is deprecated by ...Campbell Barton
2009-06-12== Sequencer ==Peter Schlaile
2009-06-11Bugfix for [#18911] Applied torque breaks rigid bodies in game engineErwin Coumans
2009-06-11== SEQUENCER ==Peter Schlaile
2009-06-11Sound actuator bug reported by zapman on blenderartist.Campbell Barton
2009-06-10was printing all warnings twiceCampbell Barton
2009-06-10fix for bug #18898: GE perspective 3D View not working properly (missing LENS)Dalai Felinto
2009-06-09Fix for bug #18710: a crash with hair emitted from vertices.Brecht Van Lommel
2009-06-09Fix for bug #18860: particle hair strands missed first segmentBrecht Van Lommel
2009-06-09Built in limitations for script scanning was making python fail on meta-andro...Campbell Barton
2009-06-09Use fputs instead of fprintf in mem_error_cb(). This silences theChris Want
2009-06-09Fix for bug #18855: in texture node editor, "Add New" for worldBrecht Van Lommel
2009-06-09ToolsKen Hughes
2009-06-09Fix for bug #18900: game engine lights in non-glsl mode did moveBrecht Van Lommel
2009-06-09Fix for bug #18881 and #18866: Surface option for Fields crashedBrecht Van Lommel
2009-06-09[#18847] Material.c Python API callsCampbell Barton
2009-06-08Fix "no newline at end of file" warning.Ken Hughes
2009-06-08needed to use sizeof(string)-1 for text button lengthsCampbell Barton
2009-06-07Bugfix to avoid crashing BGE on Mobile Intel GMA 950/945 Express GPU (2009 la...Erwin Coumans
2009-06-07BGE VideoTexture: fix VideoFFmpeg range attribute + error message.Benoit Bolsee
2009-06-07Patch/Bugfix so wind noise got controlable seed and therefore redoable cloth ...Daniel Genrich
2009-06-06Setting the directories and files is buggy still, but this should prevent som...Campbell Barton
2009-06-06Blender.Particle.New() wasnt documented.Campbell Barton
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-05A bunch of the same logic issues. (missed these before)Kent Mein
2009-06-05Fix "duplicate strip" always increase the user count for ipo.Diego Borghetti
2009-06-05coverity issue CID: 97Kent Mein
2009-06-05coverity issues:Kent Mein
2009-06-05coverity issues:Kent Mein
2009-06-05coverity issue CID: 484Kent Mein
2009-06-05getScreenPosition, Ray and Vect fixes:Dalai Felinto
2009-06-05BGE [#18884] light in skinned object only work properly after running the act...Benoit Bolsee
2009-06-04coverity issue CID: 488Kent Mein
2009-06-04BugfixTon Roosendaal
2009-06-04BGE small fixesCampbell Barton
2009-06-04KX_MouseFocusSensor - bug reported by Micro27 on blenderartistCampbell Barton
2009-06-03coverity CID: 374Kent Mein
2009-06-03Missed this one before. It's another coverity issue:Kent Mein
2009-06-03This is coverity issue:Kent Mein
2009-06-03BGE PyAPI fixesCampbell Barton
2009-06-02This commit fixes the following two coverity issues:Kent Mein
2009-06-02Fixed limits on translate nodeRobin Allen
2009-06-02Bugfix for faulty noise function in bricks nodeRobin Allen
2009-06-01BGE: memory leak in Random actuator + make actuator truly random when seed=0 ...Benoit Bolsee
2009-06-01== Sequencer ==Peter Schlaile