Commit Graph

76 Commits

Author SHA1 Message Date
Erik Reckase
26f5c53f09 removed all exit() calls from functions compiled into shared library. 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-15 12:20:13 -05:00
Erik Reckase
ac95d6e473 needed to re-run configure to pull in new version number for checked in files
git-svn-id: https://flam3.googlecode.com/svn/trunk@33 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:13 -05:00
Erik Reckase
2b2963503d added configuration files for libtool etc. bumped version to 3.0
git-svn-id: https://flam3.googlecode.com/svn/trunk@24 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:13 -05:00
Erik Reckase
2e16b30c95 last minute change, added flam3_print_to_string to exports
git-svn-id: https://flam3.googlecode.com/svn/trunk@23 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:13 -05:00
Erik Reckase
070e84c45f added some instructions for re-configuring the build if there are problems with automake
git-svn-id: https://flam3.googlecode.com/svn/trunk@22 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:13 -05:00
Erik Reckase
1f04d47e55 bumped to version 2.8 final !
git-svn-id: https://flam3.googlecode.com/svn/trunk@21 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:13 -05:00
Erik Reckase
f75030e290 changed declaration order to allow windows compilation
git-svn-id: https://flam3.googlecode.com/svn/trunk@20 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:13 -05:00
Erik Reckase
43a5ee89c5 bumped to 2.8b11
git-svn-id: https://flam3.googlecode.com/svn/trunk@19 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:13 -05:00
Erik Reckase
a2558210f5 earlyclip mode now uses fuse=100, compatibility mode uses fuse=15
git-svn-id: https://flam3.googlecode.com/svn/trunk@18 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:13 -05:00
Erik Reckase
22a1b64c8a When using flam3-animate, a number of render parameters were based on the first genome in the file passed in - but things like highlight power should be based on the time to render, not the first genome. Fixed.
git-svn-id: https://flam3.googlecode.com/svn/trunk@17 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
8705587ecc bumped to 2.8b10
git-svn-id: https://flam3.googlecode.com/svn/trunk@16 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
933c9a4532 Added flux variation.
git-svn-id: https://flam3.googlecode.com/svn/trunk@15 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
ce1ef42a60 auger variation's parameters were not interpolated - forgot to add them to interpolation code
git-svn-id: https://flam3.googlecode.com/svn/trunk@14 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
38585c856d bumped version to b9 for recent changes
git-svn-id: https://flam3.googlecode.com/svn/trunk@13 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
f0d93b3b51 if a pixel had accumulated color (0,0,0) and >0 density, a divide by 0 would take place.
git-svn-id: https://flam3.googlecode.com/svn/trunk@12 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
1c335721c2 forgot to set the sub_batch_size in the render for try_colors
git-svn-id: https://flam3.googlecode.com/svn/trunk@11 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
fa96f7ac1b m4 removed, unnecessary
git-svn-id: https://flam3.googlecode.com/svn/trunk@10 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
fbe8565a56 removed dependency on m4 directory
git-svn-id: https://flam3.googlecode.com/svn/trunk@9 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
bc70f2a86e removed unnecessary var from colorhist function
git-svn-id: https://flam3.googlecode.com/svn/trunk@8 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
7bad53c517 added m4 subdirectory, which is complained about not being present
git-svn-id: https://flam3.googlecode.com/svn/trunk@7 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
be7f6fd741 changed flam3_colorhist to take a random context as an argument rather than 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-15 12:20:12 -05:00
Erik Reckase
9e40cff938 Changed 'prepare_xform_fn_ptrs' to 'prepare_precalc_flags' as the old name 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-15 12:20:11 -05:00
Erik Reckase
52c9c10b8e debian package info directory added. needs to be updated to latest version
git-svn-id: https://flam3.googlecode.com/svn/trunk@4 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:11 -05:00
Erik Reckase
0b31b96c55 Initial commit of early-clip branch of flam3 into google code.
git-svn-id: https://flam3.googlecode.com/svn/trunk@3 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:11 -05:00
Scott Draves
238395d551 Delete README.md 2015-02-15 11:57:22 -05:00
Scott Draves
4d7ec7be97 Initial commit 2015-02-15 11:56:03 -05:00