home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Programming / ColorWheel / ColorWheel.readme < prev    next >
Encoding:
Text File  |  2000-08-28  |  2.3 KB  |  47 lines

  1. Short:    Hi-/truecolor colorwheel.gadget (44.6)
  2. Author:   Georg Steger, Stephan Rupprecht
  3. Uploader: info@stephan-rupprecht.de
  4. Type:     dev/gui
  5. Requires: OS3, 020+ cpu
  6.  
  7. HISTORY
  8.  44.0  first public release
  9.  44.1  a few optimiziations. the gadget size is limited to 440x440
  10.        pixels, now. added missing code that makes the gadget box
  11.        around the wheel transparent (aka grey bg instead of bg
  12.        image) <Marc Savart>.
  13.  44.2  now uses AllocRaster() to allocate memory for the mask, this
  14.        will fix the drawing problem when p96 is used <reported by
  15.        several users>.
  16.  44.2b (dated 06-Aug-00) changed a single byte:) blitting to an
  17.        interleaved bitmap didn't work correctly due to a wrong minterm.
  18.  44.3  seems that using AllocRaster() to allocate memory for the mask
  19.        wasn't a good idea. At least here, it always corrupts the 
  20.        memorylist. Don't know why but using AllocVec() seems to
  21.        fix the problem. A drawback of this is that the gadget will
  22.        use chipram even when not necessary but I don't care as long
  23.        as it works ;) Please report if you have any problems!
  24.  44.3b included special version for 060 cpus (faster!). Thanks to
  25.        Martin McKenzie for testing.
  26.  44.4  never updated a program that often within a single week, but
  27.        nobody is perfect;) the colortable passed to LoadRGB32()
  28.        wasn't terminated by a NULL, this could have lead to wrong
  29.        colors on <=8bit screens. there was a chance that WritePixelLine8/
  30.        WritePixelArray was invoked with a width parameter of 0, I hope
  31.        it didn't cause any trouble <Georg Steger>.
  32.  44.5  improved and bugfixed dithering code. Thanks to Georg for his help.
  33.  44.6  various optimiziations, which helped to remove the size limit of 
  34.        the gadget. they also fix the inprecise working knob of the 68060
  35.        version. added EraseRect() where it was missing <Harry Sintonen>.
  36.  
  37.  
  38. ============================= Archive contents =============================
  39.  
  40. Original  Packed Ratio    Date     Time    Name
  41. -------- ------- ----- --------- --------  -------------
  42.    18240   12448 31.7% 22-Aug-00 22:42:34 +colorwheel.gadget
  43.    18316   12438 32.0% 22-Aug-00 22:49:28 +colorwheel.gadget.060
  44.     4053    2078 48.7% 23-Aug-00 12:40:02 +readme
  45. -------- ------- ----- --------- --------
  46.    40609   26964 33.6% 23-Aug-00 12:41:10   3 files
  47.