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-09Use fputs instead of fprintf in mem_error_cb(). This silences theChris Want
2009-05-26tiny fix for irix: use putenv instead of setenvStefan Gartner
2009-05-13Mixed declaration and code. That should teach me to ignore warnings.Martin Poirier
2009-05-13Fix crash when missing int argument for -s -e and -j.Martin Poirier
2009-04-30* fix linking problem for mingw with setenv/_putenv_s, here we use putenv("ke...Nathan Letwory
2009-04-28CMake files changes for FFMpeg updateDalai Felinto
2009-04-27[#18616] Scons+MinGW compiling error with gaming engine enabled.Campbell Barton
2009-04-26Amendment for 19924 - no setenv() on Windows, make it work with _putenv_s().Nathan Letwory
2009-04-25Running 2.48rc on my system segfaults when starting the game engine, only on ...Campbell Barton
2009-04-21Compile warnings, typos and some clarifications.Guillermo S. Romero
2009-04-18SConsNathan Letwory
2009-04-02[#18477] Prevent .svn directories being included in OS X app bundlesCampbell Barton
2009-03-23Another patch by GSRKent Mein
2009-03-10Addes libopenjpeg (jpeg2000) support to the MakefilesKent Mein
2009-03-06Addes jpeg2000 support to cmake.Kent Mein
2009-01-24[#18164] jpeg2000 patch, with some fixes from Peter too.Campbell Barton
2009-01-15blender was crashing if no argument was given after '-t'Campbell Barton
2008-12-09Commit patch [#18057] by Dalai Felinto (dfelinto)Diego Borghetti
2008-11-24patch #8583: Add support for gcc on irixStefan Gartner
2008-11-11Adjusted scons files so disabling quicktime, python and sdl also removes thei...Campbell Barton
2008-11-02Added bf_videotex to unix libraries (linking error)Enrico Fracasso
2008-11-02python25.zip wasn't copied using cmake. Should fix win64 python e.g. "import ...Daniel Genrich
2008-10-28added scons option BF_WITH_PYTHON (defined as DISABLE_PYTHON)Campbell Barton
2008-10-28Updated cmake so it has the option to use WITH_DDSKent Mein
2008-10-22* Minor cleanup of SCons filesNathan Letwory
2008-10-19only set the SDL audio driver to alsa when not running in background mode and...Campbell Barton
2008-10-12Added a -noglsl option to disable GLSL from the command line.Brecht Van Lommel
2008-10-08Patch #7065, from Stephane SOPPERA, part two: improvements when usingChris Want
2008-10-08Patch #7065, from Stephane SOPPERA, part one: define macro WITH_OPENEXRChris Want
2008-10-08Bugfix #17784Ton Roosendaal
2008-09-30WITH_ELBEEM diabled wasnt working with cmakeCampbell Barton
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-09-28enable -noaudio option, so it actually works (and doesn't get overwritten by ...Erwin Coumans
2008-09-25binreloc include was wrong for make, removed last YESIAMSTUPIDCampbell Barton
2008-09-20== Render ==Diego Borghetti
2008-09-19== Python Script Links ==Willian Padovani Germano
2008-09-16Fix for bug #12028: background rendering on Mac OS X withoutBrecht Van Lommel
2008-09-15added BLI_convertstringcwd, used so command line blendfiles and python script...Campbell Barton
2008-09-14Fix for bug #5758 and #17585: armatures with IK constraint did notBrecht Van Lommel
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-07-27== Python scriptlinks ==Willian Padovani Germano
2008-06-23bugfix [#14796] -t <threads> command line switch doesn't work unless FIXED_TH...Campbell Barton
2008-06-17Merge of apricot branch game engine changes into trunk, excluding GLSL.Brecht Van Lommel
2008-06-01functionality fixCampbell Barton
2008-05-06patchesCampbell Barton
2008-04-27fix for own error when trying to fix python command line crash,Campbell Barton
2008-04-24== cmake win32 ==Andrea Weikert
2008-04-18Used GET_INT_FROM_POINTER to get rid of many warnings that only occurred with...Campbell Barton
2008-04-17Bugfix for [#8962] Blender crashes on joining meshes with pythonCampbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want