home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / voyager / vflash_1.2.lzx / VFlash.readme < prev    next >
Encoding:
Text File  |  2000-03-28  |  7.0 KB  |  223 lines

  1.                     VFlash ╖ Shockwave Flash Player for V│
  2.                     ======================================
  3.  
  4.                      Copyright 1999-2000 by David Gerber
  5.                               <zapek@vapor.com>
  6.                              All rights reserved
  7.  
  8.  
  9. This is the history. See VFlash.guide for the complete documentation.
  10.  
  11.  
  12. 0.1
  13. ---
  14. - CVS: first CVS import
  15. - fixed foreground colors which could be wrong sometimes (Zapek)
  16. - added preliminary Picasso96 support (Zapek)
  17. - important executable size gain (Zapek)
  18. - sound support. uses AHI (Zapek)
  19.  
  20. 0.2
  21. ---
  22. - changed all over again (Zapek)
  23.  
  24. 0.3
  25. ---
  26. - fixed recognition of P96/CGFX
  27.  
  28. 0.4
  29. ---
  30. - added support for native P96 and CGFX screenmodes to
  31.   speed up writing (requires cybergraphics.library V41.4
  32.   or up) (Olli)
  33.  
  34. 0.5
  35. ---
  36. - recompiled libjpeg with -O3, all fingers crossed (Olli)
  37. - added (lame) support for CLUT screens (AGA and CGFX/P96)
  38.   (Olli)
  39. - fixed tons of bugs in the original parser code (Olli)
  40. - added support for playing sprites (Olli)
  41. - added support for SetTarget action (Olli)
  42. - fixed returning of multiple actions for a button
  43.   transition (Olli)
  44. - implemented GetURL command (Olli)
  45.  
  46. 0.6
  47. ---
  48. - plugin will now show a progress report while downloading
  49.   and decoding, and any possible player startup error (Olli)
  50. - improved color allocation for CLUT mode (Olli)
  51. - fixed handling of partial getURLs() (Olli)
  52.  
  53. 0.7
  54. ---
  55. - fixed problems with CGFX3 (Olli)
  56. - fixed problems when flash internal size didn't fit
  57.   <EMBED> size (Olli)
  58.  
  59. 0.8
  60. ---
  61. - fixed AGA c2p handling (Olli)
  62. - fixed a lame race condition in the player shutdown
  63.   which could cause a set() on <freed memory>->obj.
  64.   Guaranteed nuke with mungwall, otherwise a matter
  65.   of luck (Olli)
  66. - fixed problems with various CGFX and P96 screenmodes (Olli)
  67. - more speed on CGFX3 (Olli)
  68.  
  69. 0.9
  70. ---
  71. - ixemul.library isn't needed anymore (Zapek)
  72. - added plugin identification for navigator.plugins array (Zapek)
  73. - notify the user when the file is in the decoding stage (Zapek)
  74. - added preference group (Zapek)
  75. - fixed rendering trashing with CGFX3 and hicolor/truecolor modes (Zapek)
  76. - fixed enforcer hits in some input events (Zapek)
  77. - reenabled sound support (Zapek)
  78. - new versions optimized for 68k CPUs:
  79.     ╖ plain 68020
  80.     ╖ 68030 + FPU
  81.     ╖ 68040 (internal FPU)
  82.     ╖ 68060 (internal FPU)
  83. on my setup, there's a 80% speed gain using the 68060 version instead of the
  84. 68020 one (Zapek)
  85.  
  86. 0.10
  87. ----
  88. - added resize capabilities (Zapek)
  89.  
  90. 0.11
  91. ----
  92. - added a nice icon for the prefs (Zapek)
  93. - fixed a bug which could cause VFlash to hang V under some circumstances
  94. (Zapek)
  95.  
  96. 0.12
  97. ----
  98. - more enforcer hits squashed (Zapek)
  99.  
  100. 0.13
  101. ----
  102. - fixed tons of NULL object references when sound
  103.   was disabled (Olli)
  104. - fixed a race condition during shutdown which would
  105.   cause a semaphore deadlock (Olli)
  106. - modified build process to make gccfindhit work (Olli)
  107. - changed the naming convention for CPU specific versions (Zapek)
  108. - lowered stack usage a bit (Zapek)
  109. - reenabled sound, Olli should buy a speaker :) (Zapek)
  110.  
  111. 0.14
  112. ----
  113. - fixed some Flash anims not displaying properly (Zapek)
  114. - fixed crashes on some small Flash anims (ie. www.eye4u.com) (Zapek)
  115.  
  116. 0.15
  117. ----
  118. - displays which CPU is being used while decoding (Zapek)
  119. - fixed rendering problems on 24-bit CGFX4 screens (Zapek)
  120. - some deadlocks were possible on exit (Zapek)
  121. - frees all the resources correctly when exiting because of a failure (Zapek)
  122.  
  123. 0.16
  124. ----
  125. - fixed stupid crash when VFlash failed to allocate memory (Zapek)
  126. - added PPC version (Zapek)
  127.  
  128. 0.17
  129. ----
  130. - fixed trashing bug showing up in some 24/32 bit CGFX4 screenmodes (Zapek)
  131.  
  132. 0.18
  133. ----
  134. - based on the new release by Olivier Debon (Zapek)
  135.   ╖ much faster
  136.   ╖ alpha supported (transparency)
  137.   ╖ image rotation supported
  138. - CLUT screen and sound support has been temporarily removed (Zapek)
  139. - doesn't allocate structures for P96 when run under CGFX (Zapek)
  140. - lowered stack usage a bit (Zapek)
  141. - rewrote timing and event handling from scratch. Faster, more efficient and
  142.   accurate now (Zapek)
  143. - fixed a longstanding bug happening in low memory situations where Voyager
  144.   would free the datas VFlash was parsing (Zapek)
  145. - rewrote the startup/shutdown handling of the M68K process to fix some
  146.   possible crashes (Zapek)
  147. - removed input handler and added an event handler. No more lose of events
  148.   when the V window gets inactivated then reactivated (Zapek)
  149. - uses IDCMP_INTUITICKS instead of IDCMP_MOUSEMOVE thus stops hogging
  150.   resources for nothing when moving the mouse over a Flash animation (Zapek)
  151.  
  152. 0.19
  153. ----
  154. - upgraded API to version 3 (Zapek)
  155. - PPC version is back (Zapek)
  156. - fixed possible crash when there was not enough memory on startup (Zapek)
  157. - rewrote CGFX support from scratch. Faster on 24/32 bits screenmodes (Zapek)
  158. - less stupid error requesters on missing audio DOSDriver (Zapek)
  159. - reworked CLUT screen and AGA support from scratch with much better pen
  160.   allocation (Olli)
  161.  
  162. 0.20
  163. ----
  164. - merged back the sprites and button actions from Olli (www.hyundai.de, but a
  165.   Saxo is much better anyway :) (Zapek)
  166. - VFlash could crash if the animation was already in the memory cache (Zapek)
  167. - fixed event issues with the PPC version (Zapek)
  168. - PPC version uses its own memory allocation with pools. Thanks to Emmanuel
  169.   Lesueur for helping in resolving the last issue :) (Zapek)
  170. - moved the memory pool thing into Libnixppc (Zapek)
  171. - finally fixed the 2 enforcer hits on startup ! Woohoo ! (Zapek)
  172. - PPC module failed to be signaled to shutdown on exit under some
  173.   circumstances (Zapek)
  174.  
  175. 0.21
  176. ----
  177. - checks if 68k timer is created properly instead of assuming it is in
  178.   all cases (Zapek)
  179. - fixed clipping of the progress bar (Zapek)
  180. - added another method call to allow the plugin to embed another flash anim
  181.   (Zapek)
  182. - the progress bar redraws itself properly when scrolling while it updates
  183.   (Zapek)
  184. - background color is cleared when starting to play the anim (Zapek)
  185. - the BGCOLOR option tag is honoured (Zapek)
  186.  
  187. 0.22
  188. ----
  189. - fixed ppc.library warning message (Zapek)
  190. - recompiled PPC version which wasn't working properly (Zapek)
  191. - removed BGCOLOR handling temporarily as this idea is broken. I don't know
  192.   why they implemented this tag in the first place. From now on, VFlash will
  193.   set the plugin background with the color specified by the BGCOLOR tag but
  194.   will then clear it with the Flash animation's real background color. I think
  195.   this is correct. (Zapek)
  196. - oops, I broke the handling of the VFLASHNOPPC env var. It had no effect at
  197.   all (Zapek)
  198.  
  199. 0.23
  200. ----
  201. - PPC version no longer opens timer.device (Zapek)
  202. - no longer tries to open the 060 module if there's no FPU available. Mainly
  203.   for MorphOS but the PPC version should work well under it anyway :) (Zapek)
  204.  
  205. 1.0
  206. ---
  207. - added event handlers optimizations for MUI 4 (Zapek)
  208. - fixed some Flash animations not loading others (Zapek)
  209.  
  210. 1.1
  211. ---
  212. - fixed a stupid hang bug in the PPC version (Zapek)
  213. - new progress indicator (Zapek)
  214. - fixed possible hits when there was no SRC tag in the embed. Hardly happens
  215.   but who knows... (Zapek)
  216.  
  217. 1.2
  218. ---
  219. - checks if there's not enough free pens (Zapek)
  220. - compiled with full optimizations
  221. - added Installer script by RobR and VFlash.guide
  222.  
  223.