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
2008-01-01Some notes for those who try to follow this :)Ton Roosendaal
2007-12-13misc warning fixes and one fix for a big in curve allocationCampbell Barton
2007-12-11== Code sweeping ==Martin Poirier
2007-11-30anim.c, buttons_object.c, readfile.c, BKE_blender.h - dupliFace scale option,...Campbell Barton
2007-11-10Bugfix #6797: Relative paths load problem on new file (fix included)Andrea Weikert
2007-11-02== utils ==Martin Poirier
2007-10-04Some code cleanups:Joshua Leung
2007-09-18Missing newline character in printfJoshua Leung
2007-09-04more warning cleanup:Stephen Swaney
2007-09-03more warning fixes.Stephen Swaney
2007-09-02== imagebrowser ==Andrea Weikert
2007-04-29Casting fixes for 64 bits. Incomplete commit, discussion on proper castingTon Roosendaal
2007-04-28Part 2 of 64 bits fixing; the files.Ton Roosendaal
2007-03-19==== blenlib ====Andrea Weikert
2007-03-17Fix various gcc warning, unused variables and incorrect type passed toKen Hughes
2007-03-01=== bugfix ===Andrea Weikert
2007-02-28=== bugfix ===Andrea Weikert
2007-02-22broken build!Stephen Swaney
2007-02-21=== bugfix ===Andrea Weikert
2006-12-20The Big Image refactor!Ton Roosendaal
2006-12-01Two hours of fixing details based on Klocwork source review. Useful report,Ton Roosendaal
2006-11-07MSVC compiler is non-posix for some string operations...Ton Roosendaal
2006-10-02- fix for relative path: BLI_strncpy needs to be passed len+1 !Andrea Weikert
2006-09-16FIX: [ #4944 ] Shift F4 menu folders are freezedAndrea Weikert
2006-08-20Huge commit: VERSEJiri Hnidek
2006-08-20Fixes for:Andrea Weikert
2006-02-11=== bugfix ===Andrea Weikert
2006-02-01Strangely, the BLI_timestr() function returns nonsense on linux forChris Want
2006-01-24Giant commit!Ton Roosendaal
2006-01-09Orange branch: OpenEXR finally in Blender!Ton Roosendaal
2005-12-14Orange: more relative path code cleanup. Introduced a new call in theTon Roosendaal
2005-12-12Fix: reading library files with option "Relative Paths" set, whilst libraryTon Roosendaal
2005-11-05Fix for #3316: do not convert slashes in the relname in BLI_make_file_stringAndrea Weikert
2005-11-02disabled my previous fix, because of a reported crash when constant strings a...Andrea Weikert
2005-11-01Fix for item #3316 : make sure that BLI_make_file_string converts allAndrea Weikert
2005-10-25Fix for correct handling of relative filenames. Andrea Weikert
2005-07-27Patch provided by Shaul Kedem: Compressed files are back!Ton Roosendaal
2005-06-10* fix for bug #2720Nathan Letwory
2005-05-20* Check path for NULL. Fixes potential crash on non-win32 systems at startup,...Nathan Letwory
2005-05-20This commit fixes two related issues:Nathan Letwory
2005-04-02 - fix unused variable warningDaniel Dunbar
2005-04-02 - got tired of str[n]casecmp not declared warningsDaniel Dunbar
2005-03-28 - switch some code to using BLI_strncpy (with right string lengths!)Daniel Dunbar
2005-03-28bug fix for #2096:Simon Clitherow
2005-03-03Applied correct '\\' for file paths on Windows (thanks Elubie!)Simon Clitherow
2004-12-12fix for potential crasher. we were returning pointer to a local varJean-Luc Peurière
2004-07-12- changed sequence for finding HOME on Win32. Sequence is now asSimon Clitherow
2004-05-11 - nasty memory corruption on windows for getting home directoryDaniel Dunbar
2004-05-07- switched a strcat and strcpy pair... doh! (well spotted b-ix!)Simon Clitherow
2004-04-20- Returned multi-user support on Win2k/XP.Simon Clitherow