summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Reckase <e.reckase@gmail.com>2010-10-04 11:04:45 +0000
committerScott Draves <spot@draves.org>2015-02-15 12:20:13 -0500
commit1f04d47e5568ce0cde927ed428f94e420a3d330f (patch)
treee16b15d8ca343eca2f8c7c43f65885d92ca473d6
parentf75030e2905cbce34a754dc92f1f4d9484ef6f52 (diff)
downloadpucket-1f04d47e5568ce0cde927ed428f94e420a3d330f.tar.gz
pucket-1f04d47e5568ce0cde927ed428f94e420a3d330f.tar.bz2
pucket-1f04d47e5568ce0cde927ed428f94e420a3d330f.zip
bumped to version 2.8 final !
git-svn-id: https://flam3.googlecode.com/svn/trunk@21 77852712-ef1d-11de-8684-7d64432d61a3
-rw-r--r--src/README.txt25
-rw-r--r--src/configure.in2
-rw-r--r--src/docstring.c2
3 files changed, 17 insertions, 12 deletions
diff --git a/src/README.txt b/src/README.txt
index 2e02bdd..3cc2b70 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -13,7 +13,7 @@ instead of a command like
env dtime=5 prefix=foo. in=test.flame flam3-animate
-say
+use the following set of commands:
set dtime=5
set prefix=foo.
@@ -285,6 +285,7 @@ The complete list of variations:
94. csch
95. coth
96. auger
+ 97. flux
see http://flam3.com/flame.pdf for descriptions & formulas for each of
these. note that, by default, if a random flame is requested and neither
@@ -305,12 +306,15 @@ todo: eliminate all static storage.
changelog:
+10/04/10 Small tweaks. Fuse iterations default to 15 but increase to
+ 100 when using earlyclip. flux variation added. Release as 2.8 final.
+
12/20/09 Highlight power now interpolates smoothly from old behavior
(-1) to new behavior. flam3-genome 'split' mode was broken, fixed
- (thanks Exper.) Die gracefully instead of segfault when very small
- estimator_curve values are specified. Version attribute added to
- flame tag. Number of iterations used to fuse attractor increased to
- 100. Release as 2.8beta7.
+ (thanks Exper.) Die gracefully instead of segfault when very small
+ estimator_curve values are specified. Version attribute added to
+ flame tag. Number of iterations used to fuse attractor increased to
+ 100. Release as 2.8beta7.
11/24/09 Potential speedup of 5% over prior versions. Many threading
issues identified and resolved when using flam3 shared library as
@@ -325,12 +329,12 @@ changelog:
10/16/09 Non-threadsafe progress tracking code in main iteration thread
replaced with per-render progress storage. Fixed bug where pausing
render during density estimation stage terminated render. Waves2
- variation fixed (thx Joel F). Release as 2.8beta5.
+ variation fixed (thx Joel F). Release as 2.8beta5.
10/07/09 Fixed bug affecting 'animate' mode with flam3-genome. Changed
- estimate_bounding_box to increase discarded iterations if numerous
- badvals were encountered during iterations. Exported a few more
- functions for Windows DLL. Release as 2.8beta4.
+ estimate_bounding_box to increase discarded iterations if numerous
+ badvals were encountered during iterations. Exported a few more
+ functions for Windows DLL. Release as 2.8beta4.
10/03/09 Changed color_speed range from 0 (no color change) to 1
(use new xform color). Animate attribute is now 0 for no motion,
@@ -358,7 +362,8 @@ changelog:
- symmetry has been broken out into color_speed and animate tags
with the same sense (which is confusing and will be fixed in a
future release).
- - set the flam27 parameter to output backwards compatible genomes.
+ - set the flam27 env var to output backwards compatible genomes
+ (when possible.)
- passes the consistency test where rendering an image at double
size and filtering it down produces the same results as the
original (modulo quality).
diff --git a/src/configure.in b/src/configure.in
index 28a4327..96a54c8 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -5,7 +5,7 @@ AC_INIT(flam3-animate.c)
AM_CONFIG_HEADER(config.h)
AC_ARG_ENABLE(pthread, [ --enable-pthread compile FLAM3 with threads enabled (default=yes)])
AC_ARG_ENABLE(atomic_ops, [ --enable-atomic-ops compile FLAM3 with atom ops enabled (default=yes, independently checks for 32 and 64 bit sizes)])
-AM_INIT_AUTOMAKE(flam3,"2.8b11")
+AM_INIT_AUTOMAKE(flam3,"2.8")
AC_CONFIG_MACRO_DIR([m4])
diff --git a/src/docstring.c b/src/docstring.c
index c562e6d..0cb4b6f 100644
--- a/src/docstring.c
+++ b/src/docstring.c
@@ -41,7 +41,7 @@ static char *the_docstring1 =
"\n"
" env dtime=5 prefix=foo. in=test.flame flam3-animate\n"
"\n"
-"say\n"
+"use the following set of commands:\n"
"\n"
" set dtime=5\n"
" set prefix=foo.\n"