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
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-09replace sprintf with strcpy where no formatting is done and return value isn'...Campbell Barton
2011-09-27fix for building on windows, clear some warnings tooCampbell Barton
2011-05-02Fix [#26981] Command window is not opening in 2.57.0Nathan Letwory
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-04-08Apply console part of patch [#26044] Windows thumbnails and improved filetype...Nathan Letwory
2011-03-29Apply [#26044] Windows thumbnails and improved filetype registrationNathan Letwory
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-08More Windows+mingw compiling fixes:Joshua Leung
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2010-09-15update for MingW/CMakeCampbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-13MSVC 9 compile fixes and cleanupsAndrea Weikert
2009-10-20basename() function, at least know it should compile.Guillermo S. Romero
2009-01-172.5: various warning fixes.Brecht Van Lommel
2008-04-30== bugfix ==Andrea Weikert
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2007-02-28=== bugfix ===Andrea Weikert
2006-08-20Fixes for:Andrea Weikert
2005-04-02 - got tired of str[n]casecmp not declared warningsDaniel Dunbar
2005-03-19Some cleaning up of BLI_winstuff.h usageDaniel Dunbar
2005-03-09big warning hunt commitJean-Luc Peurière
2004-01-08- [win32] now really using the directory Blender is installed in. My patch wa...Nathan Letwory
2003-06-12A better method for finding the installation dir on Windows.Simon Clitherow
2003-06-05Registering .blend files now works for Windows -- hopefully!Simon Clitherow
2003-05-25Support for building bf-blender under windows with gcc (huge thanks toChris Want
2003-05-22- fixed 'double-click on blend file' errors on Windows -- INTERNATIONAL stuff...Simon Clitherow
2002-11-25updated .c files to include:Kent Mein
2002-10-12Initial revisionv2.25Hans Lambermont