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
2014-07-20Correction to 7c7b730, multiplication order was flippedSergey Sharybin
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-19Code cleanup: warningsCampbell Barton
2014-07-17Add thousands separators to scene stats (D646)Campbell Barton
2014-07-16BLI_kdopbvh: assert for bad inputCampbell Barton
2014-07-15BLI_kdopbvh: Replace realloc's with BLI_stackCampbell Barton
2014-07-15BLI_stack: various small additionsCampbell Barton
2014-07-15Edgehash: Improve magic number for hashingCampbell Barton
2014-07-14GHash, EdgeHash: add debugging function to measure the hash qualityCampbell Barton
2014-07-14Remove redundant NULL checkCampbell Barton
2014-07-14Math Lib: add compare_len_squared_v3v3 from paint branchCampbell Barton
2014-07-14Math Lib: accept a limit of 0.0 when comparing vectorsCampbell Barton
2014-07-11Fix T41019: Calculate Mass does not calculate actual volume.Lukas Tönne
2014-07-11WM: add WM_operator_properties_create_ptrCampbell Barton
2014-07-09Math Lib: add function to get signed angle about an axisCampbell Barton
2014-07-08BLI_string, dont pass unicode to ascii BLI_str_partition functionsCampbell Barton
2014-07-04Add (r)partition funcs to BLI_string, to get left-most/right-most first occur...Bastien Montagne
2014-06-30BLI_stack, use memory chunks rather then realloc when resizingCampbell Barton
2014-06-28BLI_stack: use strict flagsCampbell Barton
2014-06-27warning fix: use of __restrict was inconsistent in BLI_dynstr between declara...Jason Wilkins
2014-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-06-25Use api function for flipping button list & rename to BLI_listbase_reverseCampbell Barton
2014-06-24Correction to last commitCampbell Barton
2014-06-24Use gnu-libc arg order for BLI_sort_rCampbell Barton
2014-06-24Fix compilation on OSX after own rB414c70435dcd...Bastien Montagne
2014-06-24Polyfill2d: Correct boundbox check (Fix T40777)Campbell Barton
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-06-23D605: Fixes for proper handling of wchar_t paths in MinGW.Tamito Kajiyama
2014-06-20BLI_md5: add a utility function to 'translate' raw 16bytes digest into a nice...Bastien Montagne
2014-06-20Code cleanup: BLI_md5.c was... not nice.Bastien Montagne
2014-06-19Bugfix for Elastic and Back easing typesJoshua Leung
2014-06-17BLI: Add two helpers to search a given string in an array of strings.Bastien Montagne
2014-06-16Quiet warningCampbell Barton
2014-06-14BLI_gsqueue: refactor to use zero length arrayCampbell Barton
2014-06-14BLI_gsqueue: use size_t for elem_size (was casting all over)Campbell Barton
2014-06-14BLI_dynstr: use function attributes and move comments into C fileCampbell Barton
2014-06-14BLI_rand: add BLI_rng_get_float_unit_v2Campbell Barton
2014-06-14Math Lib: mat3_to_eulo2 & mat3_to_eul2 mixed float/double differentlyCampbell Barton
2014-06-14Polyfill2d: use kd-treeCampbell Barton
2014-06-14Polyfill2d: avoid calculating polygon winding (its known in all cases)Campbell Barton
2014-06-14Polyfill2d: Switch directions on concave trianglesCampbell Barton
2014-06-14Polyfill2d: replace array with linklist, faster resizingCampbell Barton
2014-06-13Add string escaping support for BLI_str_quoted_substrNCampbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-06-13BLI_kdtree: use UNLIKELYCampbell Barton
2014-06-08Fix mempool bottleneck alloc & freeing a single itemCampbell Barton
2014-05-31Add debug define for timing polyfillCampbell Barton
2014-05-29Math lib: add negate_m3, negate_m4Campbell Barton