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-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-24patch [#26187] Cleaning #include <malloc.h>Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the C...Campbell Barton
2011-01-11remove misc unused vars and correct theme name for face angles.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-11-11fix for building, also use const char in more places.Campbell Barton
2010-09-15bugfix [#23405] PNG Images bigger then 2gig wont load with blender.Campbell Barton
2010-08-12- possibly bugfix /w uninitialized vars [#23270] Long directory name segmenta...Campbell Barton
2010-07-26[#22846] GCC 4.4.1 support in WindowsSergey Sharybin
2010-07-20fix [#22915] Bookmarks and Recent no longer working in r30498Andrea Weikert
2010-07-19- Reverted "Set FREE_WINDOWS when compiling with MinGW"Sergey Sharybin
2010-07-19- Use correct paths for mstoolkit and crossmingw tools in sconscriptSergey Sharybin
2010-07-19Fix for #22861 Won't compile for MinGW sicne r30349Nathan Letwory
2010-07-15fix for one of the problems with [#22846] GCC 4.4.1 support in WindowsCampbell Barton
2010-07-15* Use same BLI_exist() on all platforms.Nathan Letwory
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-03-20Fix [#21658] file browser "hide invisible" doesn't hide anythingAndrea Weikert
2010-02-12correct fsf addressCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2009-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-12-13MSVC 9 compile fixes and cleanupsAndrea Weikert
2009-10-19file browserAndrea Weikert
2009-10-16new utility function for BLI_storage.h - BLI_is_dirCampbell Barton
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-09-04* remove mtio.h - no magnetic tape support has been coded. Helps compilation ...Nathan Letwory
2009-08-14some fixes for netbsd with cmakeCampbell Barton
2009-07-282.5: File browserBrecht Van Lommel
2009-07-262.5 file browserAndrea Weikert
2009-07-262.5 filebrowserAndrea Weikert
2009-07-092.5Ton Roosendaal
2009-06-302.5 file browserAndrea Weikert
2009-06-21Spring CleaningCampbell Barton
2009-06-092.50:Brecht Van Lommel
2009-03-182.50: some warning fixes.Brecht Van Lommel
2009-03-142.5 filebrowserAndrea Weikert
2009-03-122.5 filebrowser WIP commitAndrea Weikert
2008-12-142.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2008-11-25 * fix path to openexr on irixStefan Gartner
2008-11-24patch #8583: Add support for gcc on irixStefan Gartner
2008-07-13Fixing the fix: Sometimes, Valgrind sees memory leaks where noone is - especi...Daniel Genrich
2008-07-11Memory leak fix (found with Valgrind)Daniel Genrich