home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / voyager / old / v3_vflash_014.lzx / VFlash.readme < prev    next >
Encoding:
Text File  |  1999-08-25  |  4.4 KB  |  146 lines

  1. VFlash ╖ Shockwave Flash Player for V│
  2. ======================================
  3. Copyright 1999 by David Gerber <zapek@vapor.com>, All Rights Reserved
  4.  
  5.  
  6. Requirements:
  7. -------------
  8.  
  9. OS 3.0+, 68020 or up
  10.  
  11. The player consists of two parts: VFlash.VPlug, a V│ plugin which provides the
  12. browser   interface   and   which   is  loaded  during  Voyager  startup,  and
  13. VFLash_xxxxx.module (where xxxxx is the processor), the actual  player,  which
  14. is  loaded  on  demand  when a SWF file is loaded. VFlash works with any Amiga
  15. native screenmode and is designed for both CyberGraphX and Picasso96.
  16.  
  17. From version 0.9, VFlash takes advantage of  versions  specifically  optimized
  18. for  given  CPUs.  Just  copy  them to the Plugins directory (without renaming
  19. them). If you have an old VFlash.module here you can delete it.
  20.  
  21.  
  22. ToDo:
  23. -----
  24.  
  25. ╖ Missing features. This player doesn't handle all the features  the  original
  26. by Macromedia does. This will hopefully improve in the future.
  27.  
  28. ╖ Speed. The main reason why the player currently is so slow in comparision to
  29. PC ones is not that the Amiga is  so  horrible  outdated,  but  because  of  a
  30. lameness  in  the  way  that  screen  updates  resulting in events are handled
  31. --basically, the engine  is  rerendering  a  complete  frame  upon  an  event,
  32. although it really only has to rerender updated elements.
  33.  
  34. ╖ A PPC version of the player is in the work.
  35.  
  36.  
  37. Updates are available at any VaporWare mirror near  you  in  the  /pub/voyager
  38. directory.  Please  report  any  VFlash  bug  and  suggestions  to the Voyager
  39. mailing-list (see http://www.vapor.com/ for more details) or directly to me.
  40.  
  41.  
  42. 0.1
  43. ---
  44. - CVS: first CVS import
  45. - fixed foreground colors which could be wrong sometimes (Zapek)
  46. - added preliminary Picasso96 support (Zapek)
  47. - important executable size gain (Zapek)
  48. - sound support. uses AHI (Zapek)
  49.  
  50. 0.2
  51. ---
  52. - changed all over again (Zapek)
  53.  
  54. 0.3
  55. ---
  56. - fixed recognition of P96/CGFX
  57.  
  58. 0.4
  59. ---
  60. - added support for native P96 and CGFX screenmodes to
  61.   speed up writing (requires cybergraphics.library V41.4
  62.   or up) (Olli)
  63.  
  64. 0.5
  65. ---
  66. - recompiled libjpeg with -O3, all fingers crossed (Olli)
  67. - added (lame) support for CLUT screens (AGA and CGFX/P96)
  68.   (Olli)
  69. - fixed tons of bugs in the original parser code (Olli)
  70. - added support for playing sprites (Olli)
  71. - added support for SetTarget action (Olli)
  72. - fixed returning of multiple actions for a button
  73.   transition (Olli)
  74. - implemented GetURL command (Olli)
  75.  
  76. 0.6
  77. ---
  78. - plugin will now show a progress report while downloading
  79.   and decoding, and any possible player startup error (Olli)
  80. - improved color allocation for CLUT mode (Olli)
  81. - fixed handling of partial getURLs() (Olli)
  82.  
  83. 0.7
  84. ---
  85. - fixed problems with CGFX3 (Olli)
  86. - fixed problems when flash internal size didn't fit
  87.   <EMBED> size (Olli)
  88.  
  89. 0.8
  90. ---
  91. - fixed AGA c2p handling (Olli)
  92. - fixed a lame race condition in the player shutdown
  93.   which could cause a set() on <freed memory>->obj.
  94.   Guaranteed nuke with mungwall, otherwise a matter
  95.   of luck (Olli)
  96. - fixed problems with various CGFX and P96 screenmodes (Olli)
  97. - more speed on CGFX3 (Olli)
  98.  
  99. 0.9
  100. ---
  101. - ixemul.library isn't needed anymore (Zapek)
  102. - added plugin identification for navigator.plugins array (Zapek)
  103. - notify the user when the file is in the decoding stage (Zapek)
  104. - added preference group (Zapek)
  105. - fixed rendering trashing with CGFX3 and hicolor/truecolor modes (Zapek)
  106. - fixed enforcer hits in some input events (Zapek)
  107. - reenabled sound support (Zapek)
  108. - new versions optimized for 68k CPUs:
  109.     ╖ plain 68020
  110.     ╖ 68030 + FPU
  111.     ╖ 68040 (internal FPU)
  112.     ╖ 68060 (internal FPU)
  113. on my setup, there's a 80% speed gain using the 68060 version instead of the
  114. 68020 one (Zapek)
  115.  
  116. 0.10
  117. ----
  118. - added resize capabilities (Zapek)
  119.  
  120. 0.11
  121. ----
  122. - added a nice icon for the prefs (Zapek)
  123. - fixed a bug which could cause VFlash to hang V under some circumstances
  124. (Zapek)
  125.  
  126. 0.12
  127. ----
  128. - more enforcer hits squashed (Zapek)
  129.  
  130. 0.13
  131. ----
  132. - fixed tons of NULL object references when sound
  133.   was disabled (Olli)
  134. - fixed a race condition during shutdown which would
  135.   cause a semaphore deadlock (Olli)
  136. - modified build process to make gccfindhit work (Olli)
  137. - changed the naming convention for CPU specific versions (Zapek)
  138. - lowered stack usage a bit (Zapek)
  139. - reenabled sound, Olli should buy a speaker :) (Zapek)
  140.  
  141. 0.14
  142. ----
  143. - fixed some Flash anims not displaying properly (Zapek)
  144. - fixed crashes on some small Flash anims (ie. www.eye4u.com) (Zapek)
  145.  
  146.