summaryrefslogtreecommitdiff
path: root/src/flam3.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02Move out of subdirLars-Dominik Braun1-4144/+0
2015-02-15was incorrectly adding symmetry xforms when a final xform was present, as ↵Erik Reckase1-1/+12
well as a bug in handling final xforms in genetic crosses. thanks david bitseff git-svn-id: https://flam3.googlecode.com/svn/trunk@161 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15When using motion elements with the final xform, the closing tag on the ↵Erik Reckase1-1/+5
final xform was incorrectly written as </xform>. git-svn-id: https://flam3.googlecode.com/svn/trunk@160 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15fixed flam3_version for 'exported' SVN_REVErik Reckase1-9/+37
git-svn-id: https://flam3.googlecode.com/svn/trunk@159 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15handled missing unistd.h on windowsErik Reckase1-1/+3
git-svn-id: https://flam3.googlecode.com/svn/trunk@155 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15in some circumstances, temporary files are not created as they are supposed ↵Erik Reckase1-0/+28
to (windows tries to create it in a place protected by Admin.) We need to be able to try to create them in the location pointed to by the TEMP env var. Note that this is not threadsafe, but it's unlikely to cause a problem at the moment. git-svn-id: https://flam3.googlecode.com/svn/trunk@154 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15added mobius variation (the one with 8 params, eralex's).Erik Reckase1-1/+53
git-svn-id: https://flam3.googlecode.com/svn/trunk@151 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15removed all exit() calls from functions compiled into shared library. ↵Erik Reckase1-12/+27
palette failures result in white palettes, smooth interpolation falls back to linear instead of exiting on first/last segments, etc. git-svn-id: https://flam3.googlecode.com/svn/trunk@35 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15Added flux variation.Erik Reckase1-1/+18
git-svn-id: https://flam3.googlecode.com/svn/trunk@15 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15removed unnecessary var from colorhist functionErik Reckase1-1/+0
git-svn-id: https://flam3.googlecode.com/svn/trunk@8 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15changed flam3_colorhist to take a random context as an argument rather than ↵Erik Reckase1-17/+11
creating a new one each time. Also optimized the loop to only generate the precalc flags once and create the xform distrib array once. git-svn-id: https://flam3.googlecode.com/svn/trunk@6 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15Changed 'prepare_xform_fn_ptrs' to 'prepare_precalc_flags' as the old name ↵Erik Reckase1-7/+7
no longer applied. Removed dependency of said function on the random context as it is not used in the function. git-svn-id: https://flam3.googlecode.com/svn/trunk@5 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15Initial commit of early-clip branch of flam3 into google code.Erik Reckase1-0/+3994
git-svn-id: https://flam3.googlecode.com/svn/trunk@3 77852712-ef1d-11de-8684-7d64432d61a3