home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / Amiga / pov / utils / Gforge.lha / Whatsnew < prev   
Text File  |  1996-05-19  |  3KB  |  73 lines

  1. What's New in Gforge version 1.3? --------------------- 5/18/96 jpb
  2.  
  3. -- Updated zlib, png libraries again. Switched to DJGPP v.2 compiler.
  4.  
  5. -- Used the latest zlib and pnglib libraries, now compiles on DEC Alpha.
  6.    3/5/96 jpb
  7.  
  8. -- Changed input-line parser so syntax errors would actually be noticed,
  9.    instead of ignored. 1/8/95 jpb
  10.  
  11. -- Updated n-dimensional FFT routine to fix some bugs that would never
  12.    be visible in this implementation anyway.  1/8/95 jpb
  13.  
  14. What's New in Gforge version 1.2b? ---------------------- 12/16/95 jpb
  15.  
  16. -- Bugfix for default random -seed timebomb. Ooops! A date-dependent
  17.    integer overflow condition in the random number seed was fixed.
  18.  
  19. What's New in Gforge version 1.2a? ---------------------- 9/20/95 jpb
  20.  
  21. -- New -seed behavior. Now, if you specify a different resolution and
  22.    use the same -seed value as before, the image will look the same
  23.    (but, obviously, at a different resolution). Good for quickly roughing
  24.    out the shape you want and then generating at high quality later.
  25.  
  26. -- Beginnings of a Tcl/Tk graphical interface, tenatively named Xforge.
  27.    (so far, useful only on X-Windows on Unix systems)
  28.  
  29. What's New in Gforge version 1.1f? ---------------------- 8/8/95 jpb
  30.  
  31. -- New format: output to 16-bit greyscale PNG format, using the included
  32.    pnglib and zlib compression libraries. Source is now 4x larger; sorry!
  33.    Thanks to G.E. Schalnat at Group 42 Inc. for PNGLIB, and J-l Gailly 
  34.    and Mark Adler for ZLIB.
  35.  
  36. -- Filtering options: bandpass, bandreject: <center frequency> <Q-value>
  37.    Center frequency is normalized, ranges from 0.0 to 1.0
  38.    Q values in the range 0.5-50 are typical.
  39.    for lowpass, highpass: <cutoff frequency> <filter order>
  40.    The filters tend to give you very UNrealistic landscapes, but then again
  41.    that might be what you're looking for.
  42.  
  43. -- Returned crater creation to Heiko's original bigger-craters-overlay-
  44.    smaller-ones structure, minor cosmetic code clean-ups
  45.  
  46. What's New in Gforge version 1.1? ------------------------ 7/27/95 jpb
  47.  
  48. -- New -crater option, takes two optional arguments <density> and
  49.    <vertical_scale>, gives you great looking lunar landscapes.
  50.    Thanks to Heiko Eissfeldt for this contribution!
  51.  
  52. -- Better control of nonlinear height scaling with the -limit option.
  53.    Good for lake basins, valleys, and plateau forms.
  54.  
  55. -- Better random number generator eliminates diagonal streaks at higher
  56.    dimensions and meshsizes. Now that the generator is internal, the same
  57.    -seed value will give you identical results on any machine gforge
  58.    can be compiled on (well, if you've got at least 24 bits matissa in your
  59.    floating point type, which doesn't exclude much).
  60.  
  61. -- Better FFT routine can handle any meshsize, not just powers of 2.
  62.  
  63. What's New in Gforge version 1.0f? ---------------------------------
  64.  
  65. -- Output to OCT and MAT types, the latter being Matlab binary-compatible
  66.    giving you 32 bit floating-point values for the highest accuracy.
  67.    OCT is the Octave ascii floating-point type.
  68.  
  69.  
  70. ---------------------------------------------------------------------
  71. Gforge v1.0c  was the initial release, contained basic
  72. functionality. (May 1995)
  73.