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
2011-08-23change compression level for gzip saving to 1, approx twice as fast when savi...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-12fix for more warnings.Campbell Barton
2011-01-08Removed some overly agressive (and IMO pointless) "UNUSED(arg)"Joshua Leung
2010-12-16SVN maintenance.Guillermo S. Romero
2010-11-24fix for crash introduced r33257, also tag some vars as unused.Campbell Barton
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-10-27Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash funct...Campbell Barton
2010-09-15update for MingW/CMakeCampbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-15* Use same BLI_exist() on all platforms.Nathan Letwory
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-29Fix for lack of basic error checking in writing compressed .blend filesBrecht Van Lommel
2009-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-09-10UI:Brecht Van Lommel
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-07-282.5 file browserAndrea Weikert
2009-07-262.5 file browserAndrea Weikert
2009-07-19- Support for importing python packages. (directories of python scripts conta...Campbell Barton
2009-07-132.5: bugfix for BLI_is_writable, made render with Save BuffersBrecht Van Lommel
2009-05-17Don't create or truncate file when checking for writeable.Martin Poirier
2009-01-172.5Ton Roosendaal
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-10-19source/blender/blenloader/intern/readfile.c - use memmove rather then strncpy...Campbell Barton
2008-10-10use BLI_strcasecmp instead of strcasecmp so it actually links under WindowsErwin Coumans
2008-10-10fix for [#12255] Rename the File at File Window,the file is deletedCampbell Barton
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-12removed blenders backup feature.Campbell Barton
2008-04-12simple fix for "Unable to make version backup" warning when saving files. mis...Campbell Barton
2008-04-11Fix for bug #8920: particles reactor crash and memory leak.Brecht Van Lommel
2008-04-10Point Cache RefactoringBrecht Van Lommel
2008-02-27Bugfix [#8328] Python scripts from user defined location doesn't loadCampbell Barton
2008-02-27should fix bug on win32 with user python menu's not loading because stat() di...Campbell Barton
2008-02-13Added a global string to be used for the tempdir. since the user preference i...Campbell Barton
2008-01-21touch function that should also work on non unix os's, though I cant test here.Campbell Barton
2008-01-18Linux only addition to know for sure the path of blender because sometimes th...Campbell Barton
2007-12-30* remove unneeded include (msvc barfs on it), now current tree builds with sc...Nathan Letwory
2007-12-29Cleanup work for 2.5 branch. Target is to get it compile and linkTon Roosendaal
2007-04-29Casting fixes for 64 bits. Incomplete commit, discussion on proper castingTon Roosendaal
2006-06-19Bugfix #4363Ton Roosendaal
2005-07-28 - move zlib.h around to make windows happyDaniel Dunbar
2005-07-27Patch provided by Shaul Kedem: Compressed files are back!Ton Roosendaal
2005-03-09big warning hunt commitJean-Luc Peurière
2004-12-16Errors in saving runtime, and fileops in file window; files were copiedTon Roosendaal