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
2008-09-15added BLI_convertstringcwd, used so command line blendfiles and python script...Campbell Barton
2008-09-15Fix for bug #17620: the motion blur actuator did not work correctBrecht Van Lommel
2008-09-15Fix for bug #4859: once a visibility actuator was set it was notBrecht Van Lommel
2008-09-15Fix zoom level and clipping to be consistent with the viewportBrecht Van Lommel
2008-09-15Fix for bug #17617: GLSL shaders change vertex color unexpectedly.Brecht Van Lommel
2008-09-14BGE patch: new Physics button and margin parameter in Logic panel. Change sub...Benoit Bolsee
2008-09-14Update MSVC project and fix compilation problem in VS2003 with keyframing.cBenoit Bolsee
2008-09-14Fix a game engine crash with mesh objects parented to an armatureBrecht Van Lommel
2008-09-14fix for what looks like simple mistake, function wasnt returning any values (...Campbell Barton
2008-09-14Bugfix: avoid crash with too long pathname.Andrea Weikert
2008-09-14Python APIKen Hughes
2008-09-14== Global 'Delete Key' Tool ==Joshua Leung
2008-09-14Bugfix #17608Ton Roosendaal
2008-09-14More bugfixes:Joshua Leung
2008-09-14game engine didnt compile with recent keyframing changesCampbell Barton
2008-09-14running scripts in background mode would crash in some cases. (tested all scr...Campbell Barton
2008-09-14== Keyframing - Cleanup of API ==Joshua Leung
2008-09-14Fix for bug #5758 and #17585: armatures with IK constraint did notBrecht Van Lommel
2008-09-14Fix for bug #7097: blender multitexture materials in the game engineBrecht Van Lommel
2008-09-14Various game engine fixes:Brecht Van Lommel
2008-09-14Fix for #11740 - Reactor particles do not render in animation.Janne Karhu
2008-09-13Game engine: added Rasterizer.get/setMaterialMode to set texface,Brecht Van Lommel
2008-09-13Particle collisions upgrade:Janne Karhu
2008-09-13BGE patch: use new btScaledBvhTriangleMeshShape to allow shape sharing betwee...Benoit Bolsee
2008-09-13Fix to make blenderplayer compile with makefiles on Mac OS X. It workedBrecht Van Lommel
2008-09-13BGE patch: fix transform bug on compound shape: child shape didn't take into ...Benoit Bolsee
2008-09-13return dummy python values when no joystick is presentCampbell Barton
2008-09-12Fixes for game engine runtime on Mac OS X, there were issuesBrecht Van Lommel
2008-09-12Bugfixes in SDL joystick, apparently it gives NULLs in OSX.Ton Roosendaal
2008-09-12merging bullet 2.71 to trunk --> svn merge -r16334:16486 https://svn.blender....Daniel Genrich
2008-09-12typo in recent commitCampbell Barton
2008-09-12made max sounds playable at once 32 rather then 16. (demo release background ...Campbell Barton
2008-09-12Bugfix [#17609] Complex particles crash II - related to #17592Daniel Genrich
2008-09-12svn merge -r 16453:16485 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
2008-09-12Correct half of rev16483, which does typecasts which are not nice on Win64 pl...Daniel Genrich
2008-09-12IPO Editor - Zoom view to areaJoshua Leung
2008-09-12Add some typecasts for intptr_t and uintptr_t value to fix gcc warnings.Ken Hughes
2008-09-12Fix segmentation fault in ipo transform.Diego Borghetti
2008-09-12Python APIKen Hughes
2008-09-12Python APIKen Hughes
2008-09-12save and load configuration actuator, (option in game actuator menu)Campbell Barton
2008-09-12Python APIKen Hughes
2008-09-12Repair rayCast part 2: return correct polygon information and true normalBenoit Bolsee
2008-09-11Bugfix #14033Ton Roosendaal
2008-09-11Bugfix 12478Ton Roosendaal
2008-09-11BGE message python api could return a CList type or None which makes exceptio...Campbell Barton
2008-09-11Bugfix: saved game engine runtimes failed to load library .blendBrecht Van Lommel
2008-09-11Fix for bug #17602: 32 bit bmp files were read with red and blue swapped.Brecht Van Lommel
2008-09-11Fix for bug #17593: glsl crash using a texture node without aBrecht Van Lommel
2008-09-11Compiler warning fixes (mingw)Joshua Leung