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
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-05-21Smoke: Remove accidental leftover code from gSoC Smoke + my Smoke code merge. Daniel Genrich
2013-05-21Fix: Smoke simulations of very high resolutions often produced weird results,...Miika Hamalainen
2013-05-21Fix: Smoke simulator produced slightly different results on every run if open...Miika Hamalainen
2013-05-20Fix: smoke noise tile was saved in Blender executable directory, which is oft...Miika Hamalainen
2013-04-16use psys->seed for smoke random number generator, increase size of MATHUTILS_...Campbell Barton
2013-04-11code cleanup: unused defines, remove unused scanfill success value from BLI_s...Campbell Barton
2013-03-19Smoke Bugfix /enhancement: Load pre 2.65 pointcaches.Daniel Genrich
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-19internal: add include so blender builds against libpng1.6 Campbell Barton
2013-02-12Smoke simulator: add more float precision checks to make sure other data type...Miika Hamalainen
2013-02-11quiet -Wnarrowing warning.Campbell Barton
2013-02-04style cleanupCampbell Barton
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-05Fix #33411: Smoke simulator using uninitialized noise tileMiika Hamalainen
2012-12-05Fix #33411: crash baking smoke with FFT high resolution.Brecht Van Lommel
2012-10-31style cleanup and correct own invalid comment.Campbell Barton
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton
2012-10-20style cleanupCampbell Barton
2012-10-16Smoke: Animated collision objects do no longer block smoke. Smoke gets transf...Daniel Genrich
2012-10-15Smoke: Merge parts of Smoke2 branchDaniel Genrich
2012-10-15Solve some issues with smoke when using strict compile flagsSergey Sharybin
2012-10-14code cleanup: remove redundant castsCampbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-08-10Smoke: High res on even resolution did not write to all cells (downsampling =...Daniel Genrich
2012-08-02Bugfix: High resolution "exploded" when using uneven resolutions, sometimes w...Daniel Genrich
2012-07-17code cleanup: spellingCampbell Barton
2012-07-03fix for smoke writing uninitialized values to pointcache, not a big deal sinc...Campbell Barton
2012-07-02Smoke Bugfix: Turbulence was removed.Daniel Genrich
2012-07-02Bugfix for wrong / bad vorticity forming weird banding on the y and z axis. Daniel Genrich
2012-06-11correct freeing C++ arrays.Campbell Barton
2012-05-27Smoke:Daniel Genrich
2012-05-27Fix for smoke boundary conditions: "Open borders" behaved differently for pos...Miika Hamalainen
2012-05-25Smoke: Start fixing scaling issues which happen with non cube-shaped domains.Daniel Genrich
2012-04-30Fix compile error with msvcDaniel Genrich
2012-04-29Smoke: Support for moving obstacles. (Merge from Smoke2 branch)Daniel Genrich
2012-02-20Bugfix (missed one code line): Copy paste induced bug found by Sv. Lockal.Daniel Genrich
2012-02-20Bugfix: Copy paste induced bug found by Sv. Lockal.Daniel Genrich
2011-12-30style edits for function declarationsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-25Fix some MSVC 2010 warnings (including one apparent bug in intern/elbeem/inte...Andrew Wiggin
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-06replace define '#if FFTW3==1' --> '#ifdef WITH_FFTW3'Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-07-13cmake option to build without smoke sim: WITH_MOD_SMOKECampbell Barton
2011-07-05Fix compile for msvc (broken in r38119)Nathan Letwory
2011-07-05Fix #27855: crash on enabling high resolution smoke.Brecht Van Lommel
2011-06-18rename cmake include/libraries to conform with suggested cmake namesCampbell Barton