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
2015-09-25Fix T46249: Boid goal object that has a force field set to 'Every Point' shap...Bastien Montagne
2015-09-24Fix T46232: Boids crash w/ random rule selectionCampbell Barton
2015-08-21BVH-raycast: Use watertight intersectionsCampbell Barton
2015-08-21BVH-raycast: ensure input direction is unit-lengthCampbell Barton
2015-02-02cleanup: style/spellingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2014-03-07Removing ParticleSystem->frand arrays to avoid memory corruption issuesLukas Tönne
2013-09-27Fix #36630, Particlesystem - boids - goal - collision.Lukas Toenne
2013-09-02use strict flags for kdtree, and replace ints with unsigned ints where possible.Campbell Barton
2013-07-13fix for more errors with switch missing breakCampbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2012-10-23rename api functions...Campbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-14style cleanupCampbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-06-20style cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-06more macro --> bli math lib replacements.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-07-10Fix for [#26873] Animated displacement modifier on an object doesn't work wit...Janne Karhu
2011-04-25Fix for [#27112] Boid Particles get Z clamped to 0.0 when "Allow Flighting"Janne Karhu
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-03-18New particle collisions code:Janne Karhu
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-11-03Oops, particle collisions didn't take simulation subframes into account at all.Janne Karhu
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-17Fix compile error after last commit in boids.Brecht Van Lommel
2010-09-17Tiny addition to boids functionality: pitch valueJanne Karhu
2010-09-17Bug fix: Boids that could only fly didn't take the ground object into account...Janne Karhu
2010-09-03Fix for [#22147] Particle system, fight boids bug (dead particle)Janne Karhu
2010-08-15use more BLI math functions.Campbell Barton