1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
0.0.1 (05/01/2000):
* Initial release
0.0.2 (05/09/2000):
* Added PNG screenshot support
0.0.3 (05/10/2000):
* Ported to Solaris
0.0.4 (10/04/2000):
* Bit of a delay, got back to work;
* Ported to Win32 (Cygwin)
0.0.5 (01/08/2001):
* Added autoconf support
1 (05/31/2001):
* Did away with silly version numbers and opted for a single digit.
* Fixed Debian/alpha build by replacing 'unsigned int' with 'png_size_t'
in screenshot.cc
2 (08/03/2001):
* Updated config.{sub,guess}
* Added 'using namespace std;' for g++ 3.0's benefit
* Fixed configure.in to work on hppa, arm.
3 (02/10/2026):
* Fixed critical color bugs: RAND_MAX vs LONG_MAX in gene scaling
* Fixed integer division bug (3/4 -> 0.75) in color calculation
* Added framerate limiting (60 FPS default, configurable with --fps)
* Added --debug flag for diagnostic output
* Fixed compiler warnings (narrowing conversions, string literals)
* Modernized autoconf: configure.in -> configure.ac
* Removed obsolete autoconf files (acconfig.h, stamp-h.in)
* Display contributors in license message
|