home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d188 / fracgen.lha / FracGen / Changes < prev    next >
Text File  |  1989-02-26  |  2KB  |  47 lines

  1. Changes from FracGen 1.22 to 1.23 =========================================
  2.  
  3. Save Pic  Save Pic has been added to allow saving to an IFF file.  And
  4.     the wait pointer comes on during file access.    
  5.  
  6. Changes from FracGen 1.21 to 1.22 =========================================
  7.  
  8. Detail    Detail is now computed correctly, comparing the square of the
  9.     distance to the square of the detail value.  It takes a little
  10.     longer, but the results are more accurate.
  11.  
  12. Changes from FracGen 1.2 to 1.21 ==========================================
  13.  
  14. Depth    Depth now has a maximum of 500, rather than 70.  To take
  15.     advantage of the full 500, you must set the stack size to about
  16.     25000.  
  17.  
  18. Changes from FracGen 1.1 to 1.2 ===========================================
  19.  
  20. Undo    Undo has been added in the Project menu.  It removes any changes
  21.     since the previous Draw.  It is implemented as files with the 
  22.     base name "RAM:FracGen.Undo".  If you want it to use a different
  23.     volume, feel free to FileZap the executable.  Saving the state
  24.     before each Draw takes about a second - sorry about the wait.
  25.     A double Undo restores the changes. (Undo suggested by Keith Burton)
  26.  
  27. Duplicate Points
  28.     Previously, if you Added two points at the same spot, the second
  29.     point would be shifted slightly to the right to avoid problems
  30.     with dividing by zero.  Now, any duplicate points are deleted,
  31.     no questions asked.  This should help those with jittery fingers.
  32.     (You will probably not notice this change.)
  33.  
  34. Mule visibility
  35.     A new visibility parameter has been added to Line Segment
  36.     Visibility - Mule (m).  A Mule line segment is visible, but
  37.     cannot fractalize further, so it shows as a line.  It is named
  38.     after its biological counterpart, which is sterile.
  39.     
  40. Smart Scrolling
  41.     When using the directory gadget and there are more files than
  42.     will fit in the window, the files will scroll out from the mouse. 
  43.     For example, to load "ZeeLastFile", hold the mouse at the bottom
  44.     of the window, and the files will scroll upward.  A nice side
  45.     effect is that when you try to double-click on a file while
  46.     it's still reading the disk, the file holds still. 
  47.