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
2016-02-03Fix BLI_rename returned success w/ missing source pathCampbell Barton
2015-12-28Some fixes from coverity (only one really nasty, in paint_proj).Bastien Montagne
2015-11-16Add missing newlines for debug printsCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-08-24BLI_fileops: Some fixes and cleanup.Bastien Montagne
2015-08-20Hopefully fix mingw building after filebrowser rewrite.Bastien Montagne
2015-07-15Fix own stupid error in yesterday's refactor of recursive dir creation.Bastien Montagne
2015-07-14BLI_fileops: Make BLI_dir_create_recursive() return success/error status.Bastien Montagne
2015-07-12Remove redundant string copyCampbell Barton
2015-07-12Missed essential part in previous commit.Bastien Montagne
2015-07-12Fix T45375: Cant clear temp fluid cache after closing Blender (Windows).Bastien Montagne
2015-06-18Assert when relative paths are passed to IO opsCampbell Barton
2015-01-26Cleanup: current/parent paths: add helpers in BLI_path_utils.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-03Cleanup: rename 'filelist' BLI funcs to consistent naming.Bastien Montagne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-09-04Write Compressed blend files directlyCampbell Barton
2014-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-06-24Fix compilation on OSX after own rB414c70435dcd...Bastien Montagne
2014-06-23Fix own typo in temp_data patch, (windows-only)Bastien Montagne
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-05-26Fix for BLI_delete failing on files containing quotesCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2013-08-28remove callback BLI_localErrorCallBack from scanfill, was here for years and ...Campbell Barton
2013-07-27code cleanup: remove unused codeCampbell Barton
2013-07-25add api function BLI_path_append to add to a path (and ensure a seperator), r...Campbell Barton
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-13fix for building with mingwCampbell Barton
2013-05-01Fix #35081: opening .blend files with chinese characters not working. ForBrecht Van Lommel
2013-04-01code cleanup: includesCampbell Barton
2013-03-29code cleanup: quiet warnings building with mingw.Campbell Barton
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-13Fix #34551: blender crash rendering with save buffers.Brecht Van Lommel
2013-03-09comment unused BLI_move() function, also fixed error where it would delete th...Campbell Barton
2013-03-09patch [#34103] fileops_recursive_operation.patchCampbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-05patch [#34103] path_util_split_dirstring.patch, path_util_split_dirstring_2.p...Campbell Barton
2013-03-05patch [#34103] fileops_file_is_writable.patch, fileops_file_is_writable_2.patchCampbell Barton
2013-03-05patch [#34103] fileops_1.patchCampbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-10-07Fix file descriptor leak in BLI_file_ungzip_to_mem and small memleak in wm_wi...Sv. Lockal
2012-10-06Color Management: fixed loading configuration from non-ascii pathsSergey Sharybin
2012-09-27Fix compilation issue on MinGW, thanks to Sergey for the fixAntony Riakiotakis