home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / show / jiv / changes < prev    next >
Encoding:
Text File  |  1995-08-24  |  16.7 KB  |  261 lines

  1. ===============================================================================
  2. JIV 1.22f           Prepared a special bug-fixed version for the FreshFish and
  3.                     Meeting Pearls CDROM releases. This version contains all
  4.                     the changes as noted in this file EXCEPT THE ENTIRE TIFF
  5.                     ROUTINES (which are still unstable and largely untested).
  6. -------------------------------------------------------------------------------
  7. GFXCore 1.177       The 1.171-bug fix was wrong - there is a need for that
  8.                     height check. Oops-oops. :-)
  9. -------------------------------------------------------------------------------
  10. JIVTIFF 1.79        Cosmetic change (added a few pi types).
  11. -------------------------------------------------------------------------------
  12. JIV 1.25            Cosmetic changes.
  13. -------------------------------------------------------------------------------
  14. GFXRender 1.164     DISPLAY=CYBER now attempts to fall back to 16 bit display
  15.                     depth if it can't get a 24 bit screen.
  16. -------------------------------------------------------------------------------
  17. GFXRender 1.163     The "ESC" key acts like "q" and "CTRL-C" now.
  18. -------------------------------------------------------------------------------
  19. JIVTIFF 1.78        Under certain conditions, DecodeImage() returned a pointer
  20.                     to memory that had already been freed (causing enforcer-
  21.                     and mungwall-hits). Fixed.
  22. -------------------------------------------------------------------------------
  23. GFXCore 1.171       Fixed a stupid bug in AutoAllocChunks()/CreateChunk()
  24.                     (attempted to enforce a bogus chunk height limit
  25.                     [chunkMaxLine] - oops).
  26. ===============================================================================
  27. JIV 1.24            Added TIFF support. Three betas (limited circulation).
  28. -------------------------------------------------------------------------------
  29. JIVTIFF 1.7x        A first release for the beta testers (uncompressed TIFF).
  30. -------------------------------------------------------------------------------
  31. GFXCore 1.165       Introduced a bug in 1.161: DeleteDescriptor() didn't like
  32.                     NULL pointers. Fixed.
  33. -------------------------------------------------------------------------------
  34. GFXRender 1.162     I think I finally found (and fixed? :->) the Evil(TM) bug
  35.                     that caused some rather untraceable random crashes. Looks
  36.                     like I forgot to check for a NULL screen pointer in several
  37.                     places.
  38. -------------------------------------------------------------------------------
  39. GFXRender 1.161     Kludged around a minor bug in the CyberGraphics stuff.
  40.                     (Cybergraphics seems to be unable to find a ModeID for
  41.                      very small screens).
  42. -------------------------------------------------------------------------------
  43. JIVBMP 1.17         Fixed a nasty bug in the OS/2 (as opposed to MS-Windows)
  44.                     BMP format support. Ooops.
  45. -------------------------------------------------------------------------------
  46. JIVIFF 1.39         Improved the EHB support.
  47. -------------------------------------------------------------------------------
  48. JIVIFF 1.38         Now also looks at the CAMG chunk when trying to figure out
  49.                     non-square pixels.
  50. -------------------------------------------------------------------------------
  51. GFXCore 1.164       New AutoAddChunks() function.
  52. -------------------------------------------------------------------------------
  53. GFXCore 1.161       Fixed a potentially fatal bug in the DeleteDescriptor()
  54.                     code. When a descriptor was deleted from the middle of a
  55.                     descriptor list, a pointer was not reset correctly. This
  56.                     could result in random writes to foreign memory. The bug
  57.                     was triggered by loading corrupted images (under certain
  58.                     conditions).
  59. ===============================================================================
  60. JIV 1.22            Cosmetic change (shareware notice).
  61. -------------------------------------------------------------------------------
  62. JIVCore 1.13        Looking for the Picasso-II/screen switching bug. Not found.
  63. -------------------------------------------------------------------------------
  64. GFXRender 1.160     Looking for the Picasso-II/screen switching bug. Not found,
  65.                     but I found and fixed a different bug (in the clear-screen-
  66.                     code, a part that could have crashed the machine but
  67.                     luckily was very unlikely to be used).
  68. ===============================================================================
  69. JIV 1.21            Bumped version number for release.
  70. -------------------------------------------------------------------------------
  71. GFXRender 1.154     Ooops. 1.149 accidentally swapped the meaning of DELAY
  72.                     and WAIT. Fixed.
  73. ===============================================================================
  74. GFXRender 1.153     Fixed a cosmetic bug in the GENERIC screen depth handling.
  75. -------------------------------------------------------------------------------
  76. GFXCore 1.155       Minor optimisations.
  77. GFXRender 1.151     Minor optimisations.
  78. -------------------------------------------------------------------------------
  79. JIV 1.20            DELAY and WAIT were broken. Fixed and enhanced.
  80. GFXRender 1.149     dito.
  81. -------------------------------------------------------------------------------
  82. GFXCore 1.153       Revised dithering. Faster.
  83. -------------------------------------------------------------------------------
  84. JIVCore 1.9         Added new AUTO display mode for automatic mode selection.
  85. ===============================================================================
  86. JIV 1.19            Cosmetic change.
  87. GFXRender 1.145     dito.
  88. ===============================================================================
  89. JIV 1.18            Minor bug fix (image offset for PROGRESS was incorrect).
  90. -------------------------------------------------------------------------------
  91. GFXCore 1.127       Make sure the color reduction always selects a dark color
  92.                     for the background. Looks better in most cases. Pictures
  93.                     that don't need color reduction will retain their palette
  94.                     unchanged.
  95. -------------------------------------------------------------------------------
  96. JIVPCX 1.76         Found and fixed a very obscure mungwall hit. (VAR parameter
  97.                     in inline assembler code caused problems).
  98. ===============================================================================
  99. JIVGFXText 1.15     More efficient text display.
  100. -------------------------------------------------------------------------------
  101. GFXRender 1.140     Enhanced input handler, accepts "q", "Q" and "CTRL-C" now.
  102. -------------------------------------------------------------------------------
  103. JIV 1.17            Cosmetic changes.
  104. -------------------------------------------------------------------------------
  105. JIVPCX 1.47         Some optimisations.
  106. -------------------------------------------------------------------------------
  107. JIVPCX 1.41         Added 16-color EGA PCX support.
  108. -------------------------------------------------------------------------------
  109. JIVPCX 1.28         Fixed a bug in the monochrome PCX support.
  110. -------------------------------------------------------------------------------
  111. JIVGFXText 1.11     Select text colors differently.
  112. -------------------------------------------------------------------------------
  113. GFXRender 1.127     Blank the mouse pointer while displaying the pictures.
  114. -------------------------------------------------------------------------------
  115. GFXRender 1.126     Minor change in the internal buffer handling (bgr -> rgb).
  116. GFXCore 1.126       dito.
  117. JIVBMP 1.16         dito.
  118. JIVIFF 1.37         dito.
  119. JIVJPG 1.5          dito.
  120. JIVPCX 1.27         dito.
  121. JIVPNM 1.8          dito.
  122. -------------------------------------------------------------------------------
  123. GFXCore 1.125       Minor change in the internal buffer handling (rline
  124.                     pointer array).
  125. JIVBMP 1.12         dito.
  126. JIVGIF 1.1          dito.
  127. JIVIFF 1.36         dito.
  128. JIVJPG 1.4          dito.
  129. JIVPCX 1.25         dito.
  130. JIVPNM 1.7          dito.
  131. ===============================================================================
  132. JIV 1.16            Cosmetic change (removed _MOD from version string).
  133. -------------------------------------------------------------------------------
  134. JIVGFXText 1.10     Cosmetic change.
  135. -------------------------------------------------------------------------------
  136. TronFFR 1.2         Changed a few defaults (first block=2048, blocksize=16384).
  137. -------------------------------------------------------------------------------
  138. GFXRender 1.124     Minor/cosmetic changes (new default pointer, new
  139.                     OpenDisplayCyber() behaviour).
  140. -------------------------------------------------------------------------------
  141. JIVPCX 1.22         Added true-color PCX support.
  142. -------------------------------------------------------------------------------
  143. JIV 1.15            Fixed an obscure (and harmless) bug in the file handling;
  144.                     JIV didn't free locks under certain (unlikely) conditions.
  145. -------------------------------------------------------------------------------
  146. JIV 1.14            Fixed a bug in the status line handling (-> JIV 1.11).
  147. -------------------------------------------------------------------------------
  148. JIV 1.13            Added PCX format.
  149. JIVPCX 1.17         Initial (limited) version, handles only 8 bit PCX files.
  150. -------------------------------------------------------------------------------
  151. GFXRender 1.117     Minor bug fixes.
  152. -------------------------------------------------------------------------------
  153. JIV 1.12            Increased image format recognition buffer size.
  154. -------------------------------------------------------------------------------
  155. JIV 1.11            Slightly different status line handling. Will not destroy
  156.                     the first few lines of a screen anymore.
  157. ===============================================================================
  158. JIV 1.10            Added support for the new CyberGraphics driver.
  159. JIVCore 1.7         dito.
  160. JIVGFXText 1.8      dito.
  161. GFXRender 1.15      Added CyberGraphics driver.
  162. ===============================================================================
  163. JIV 1.9             Added support for new DITHER parameter.
  164. GFXCore 1.123       Dito.
  165. GFXRender 1.107     Dito
  166. JIVCore 1.5         Dito.
  167. -------------------------------------------------------------------------------
  168. JIVBMP 1.9          Fixed a stupid bug in the bytes-per-line code.
  169. -------------------------------------------------------------------------------
  170. JIVIFF 1.35         Removed certain register optimisations to avoid potential
  171.                     compiler bugs.
  172. JIVPNM 1.6          Dito.
  173. JIVBMP 1.1          Dito.
  174. -------------------------------------------------------------------------------
  175. GFXRender 1.85      Several minor optimisations in the Picasso-II driver.
  176. -------------------------------------------------------------------------------
  177. JIV 1.8             Minor changes for GFXRender 1.71.
  178. GFXRender 1.71      Will attempt to re-use old screens before opening new ones.
  179. -------------------------------------------------------------------------------
  180. JIVIFF 1.34         Will attempt to adjust the aspect ratio of interlaced
  181.                     files if xAspect/yAspect (or xdpi/ydpi) are set correctly.
  182. -------------------------------------------------------------------------------
  183. JIVIFF 1.29         Added support for HAM8 files.
  184. -------------------------------------------------------------------------------
  185. JIVIFF 1.28         Fixed a cosmetic bug in the VERBOSE mode (used to show
  186.                     "FORM" instead of the FORM type).
  187. -------------------------------------------------------------------------------
  188. GFXRender 1.65      Added support for Picasso-II 16-bit display mode.
  189. JIVGFXText 1.2      Added support for Picasso-II 16-bit display mode.
  190. ===============================================================================
  191. JIV 1.6             Fixed a cosmetic bug.
  192. ===============================================================================
  193. JIV 1.5             Bumped version number for beta release.
  194. -------------------------------------------------------------------------------
  195. GFXCore 1.117       Optimized the color selection and dithering.
  196. -------------------------------------------------------------------------------
  197. GFXRender 1.39      Small changes for the new color selection.
  198. GFXCore 1.106       Completely new color selection algorithm. Somewhat faster
  199.                     and MUCH better.
  200. ===============================================================================
  201. JIV 1.4             Bumped version number for beta release.
  202. -------------------------------------------------------------------------------
  203. GFXCore 1.76        FillColormap8() damaged the source colormap. Fixed.
  204. -------------------------------------------------------------------------------
  205. GFXRender 1.34      Changes for GFXCore 1.66. Fixed a minor bug in the ModeID
  206.                     code.
  207. GFXCore 1.66        Better 8 -> (<8) dithering / color selection. Faster.
  208. -------------------------------------------------------------------------------
  209. Bit 1.47            Bug fixes.
  210. -------------------------------------------------------------------------------
  211. GFXRender 1.26      Changes for GFXCore 1.2.
  212. GFXCore 1.2         New histogram/colormap/dithering algorithms for dithering
  213.                     colormapped (max. 256 colors) pictures. Faster. Better.
  214. -------------------------------------------------------------------------------
  215. GFXRender 1.23      A2024 mode now uses my own ChunkyToPlanar().
  216. -------------------------------------------------------------------------------
  217. GFXRender 1.22      Fixed a bug - histograms were only freed on exit, wasting
  218.                     memory in slide show mode whenever dithering was needed.
  219. -------------------------------------------------------------------------------
  220. JIVGFXText 1.1      Added "NATIVE" driver.
  221. GFXRender 1.19      Added "NATIVE" drivers.
  222. JIVCore 1.3         Added "NATIVE" display mode.
  223. -------------------------------------------------------------------------------
  224. GFXRender 1.1       Respect Overscan prefs. Attempt to clone default pubscreen.
  225.                     Set a proper screen title.
  226. -------------------------------------------------------------------------------
  227. JIV 1.3             Added "Bit".
  228. Bit 1.36            Optimized Planar2Chunky().
  229. JIVIFF 1.26         Moved Chunky2Planar to the "Bit" module.
  230. ===============================================================================
  231. JIV 1.2             Bumped version number
  232. -------------------------------------------------------------------------------
  233. JIVPNM 1.5          The PNM header parser was completely broken because of a
  234.                     compiler/optimizer bug (I forgot to re-test the code after
  235.                     instructing the compiler to do certain register
  236.                     optimizations). Sorry. Fixed.
  237. ===============================================================================
  238. JIV 1.1             Bumped version number.
  239. -------------------------------------------------------------------------------
  240. JIVCore 1.2         Boolean tool types were parsed incorrectly. Fixed.
  241. -------------------------------------------------------------------------------
  242. JIVIFF 1.25         Replaced ReadPixelLine8() with my own Planar2Chunky(). It's
  243.                     faster, and ReadPixelLine8() caused some problems.
  244. ===============================================================================
  245. JIVJPG 1.2          Fixed a minor bug  (failed to force RGB colorspace under
  246.                     certain conditions).
  247. -------------------------------------------------------------------------------
  248. ALL MODULES 1.0     Set version number for initial release.
  249. -------------------------------------------------------------------------------
  250. JIVIFF 0.130        Fixed a bug that sometimes caused crashes with pictures
  251.                     with a width of 1024 (or more) pixels.
  252. -------------------------------------------------------------------------------
  253. JIVIFF 0.122        The IFF/ILBM reader is _much_ faster now.
  254. ===============================================================================
  255. JIV 0.84            Removed the table-based JIVRandom module and went back to
  256.                     the assembler pseudo-random routine. The table-based RND
  257.                     was only slightly faster but caused the executable to grow
  258.                     by 16 KBytes. It also caused ugly artefacts in A2024 mode.
  259. GFXCore 0.433       see JIV 0.84
  260. GFXRender 0.11      see JIV 0.84
  261.