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-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22BLI_utildefine minor editsCampbell Barton
2011-10-20misc editsCampbell Barton
2011-09-19cleanup endian handlingCampbell Barton
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-08-27eek F4TOCHAR4 was assigning alpha twice too!, tsk tsk.Campbell Barton
2011-08-27F3TOCHAR4 macro was assigning the same value twice (setting the alpha, then o...Campbell Barton
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-06-07fix for float projection painting, now updating correctly. Antony Riakiotakis
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-18fix for error in r35590, ARRAY_LAST_ITEM was returning one item over the end ...Campbell Barton
2011-03-17Bugfix [#26505] zoom in selected keys on graph editorJoshua Leung
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2011-02-12fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the C...Campbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-07SVN maintenance.Guillermo S. Romero
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton