home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / WARP938A.ZIP / WARP938A.MSA / README!!.380 < prev    next >
Text File  |  1993-10-14  |  10KB  |  247 lines

  1. ******************************************
  2. *                                        *
  3. *  Warp 9 Release Notes                  *
  4. *  Version 3.80                          *
  5. *  Copyright 1992 CodeHead Technologies  *
  6. *  Release date: September 18, 1993      *
  7. *                                        *
  8. ******************************************
  9.  
  10.  
  11.  
  12. Please refer to the Warp 9 Manual Addendum for all documentation not
  13. included in this file or the original manual.
  14.  
  15.  
  16.  
  17.  
  18. IMPORTANT - Updating MultiDesk Deluxe
  19. -------------------------------------
  20.  
  21. If you have MultiDesk Deluxe 3.0-3.3 you'll need to update it to 3.4a to
  22. be fully compatible with Warp 9.  This is a two step process.  You should
  23. first update it to version 3.4 with the patch program supplied in the
  24. MULTDESK folder.  Follow the directions in the README!!.1ST file there. 
  25.  
  26. Next, use the patch program in the MULTDESK\MULTDESK.34A folder to bring
  27. MD Deluxe up to version 3.4a, which fixes a small bug that crept into
  28. version 3.4.  <grin>
  29.  
  30.  
  31.  
  32. Half-Height Text on the Falcon
  33. ------------------------------
  34.  
  35. If you use a program which displays half-height text on the Falcon, you'll
  36. notice a degradation in the quality of the display in video modes with a
  37. lot of colors.  We are aware of this problem and are working on it. 
  38.  
  39. You'll never see this problem at all if you simply load a font, any font,
  40. and save your configuration -- a very painless work-around. 
  41.  
  42.  
  43.  
  44. Fastloading WARP9_ST.PRG
  45. ------------------------
  46.  
  47. If you have an early version of TOS and extended memory, it may take
  48. several seconds for Warp 9 to run in the AUTO folder.  Once it's loaded,
  49. your other AUTO programs will be "fastloaded".  If you want Warp 9 to
  50. fastload itself, run MAKEFAST.PRG and select a _copy_ of WARP9_ST.PRG. 
  51. MakeFast will alter the file so that it will fastload itself.  You can
  52. also run MakeFast on FATSPEED.PRG, if you use it, as it needs to run
  53. before Warp 9. 
  54.  
  55. If you have TOS 1.4 or later, do not use MAKEFAST.PRG.
  56.  
  57.  
  58.  
  59. Automatic Control of Warp 9 (Appendix E in Second Printing)
  60. -----------------------------------------------------------
  61.  
  62. We've tested Warp 9 very extensively with a wide range of software, and it
  63. will be rare for you to encounter a problem.  However, it's impossible to
  64. test with every single one of thousands of programs and hardware devices
  65. available for the ST and TT, so it is possible (not likely, but possible)
  66. that you may come across something that won't work properly unless you
  67. disable Warp 9, or change one of its options.
  68.  
  69. You may also find that because the "Mouse Effects" (such as block and
  70. jump) use the right mouse button, they can interfere with the normal
  71. operation of some programs.  If a program also needs to use the right
  72. button for some function, the results can be unpredictable. 
  73.  
  74. For these reasons we've provided a way to control many of Warp 9's options
  75. automatically, according to the programs you run. 
  76.  
  77. To use this feature, you must create a special configuration file which
  78. will be read when Warp 9 runs at bootup time.  This file should be called
  79. WARP9.DAT, and should be kept in the root directory of your boot disk. 
  80. WARP9.DAT is a standard ASCII text file which can be created and edited
  81. with just about any ST word processor or text editor (as long as your
  82. editor has an option to 'Save as ASCII').  The file contains the names of
  83. programs and the options you want to enable or disable for each one when
  84. it runs. 
  85.  
  86. The WARP9.DAT file must follow some simple rules of organization to be
  87. properly used by Warp 9.  All lines should be flush with the left screen
  88. margin; do not insert spaces from the left.  The first line of the file
  89. should contain the letters W935 followed by Return.  This is the special
  90. ID that tells Warp 9 this is a valid WARP9.DAT file. 
  91.  
  92. PLEASE NOTE: The 'W935' identifier should be used even though you may not
  93. be running Warp 9 version 3.50.  It has nothing to do with the current
  94. version number of Warp 9 itself; it simply signifies that this feature was
  95. added in version 3.50. 
  96.  
  97. On the lines following the identifier, list each program name, followed by
  98. the options you wish to set; end each line with a Return.  If you list the
  99. program name only, with no options following it, then screen acceleration
  100. will be turned off for that program.  All filenames should be in upper
  101. case with no path information, only the name of the file itself.  Warp 9
  102. allows you to list up to 32 programs in the WARP9.DAT file. 
  103.  
  104. WARP9.DAT can also contain comments which are ignored by Warp 9 when it
  105. reads the file.  To put a comment on any line of the file, just start the
  106. line with a semicolon; all text following the semicolon will be ignored,
  107. up to the next carriage return.
  108.  
  109. Warp 9 watches for programs to run and checks their names against the
  110. list; when a match is found, Warp 9 saves all the current settings and
  111. sets the options as specified in WARP9.DAT.  When you exit that program,
  112. the options are restored to their original settings. 
  113.  
  114. Options are represented in the WARP9.DAT file by a single letter followed
  115. by a number.  If an option can be turned either off or on, this number is
  116. either zero (off) or one (on).  With options that have several choices,
  117. numbers beyond one are used to distinguish among the possibilities. 
  118. Here's the list of options supported in the WARP9.DAT file:
  119.  
  120.   A0, A1        Turn screen acceleration off or on.
  121.   B0, B1        Turn mouse block off or on.
  122.   J0, J1        Turn mouse jump off or on.
  123.   H0, H1        Turn horizontal wrapping off or on. 
  124.   V0, V1        Turn vertical wrapping off or on.
  125.   M0, M1/2/3/4  Turn mouse acceleration off (0) or use one of the presets.
  126.   D1/2/3        Set Desktop fill options to Normal, Fill, or Picture. 
  127.  
  128. Custom screen fonts cannot be controlled through the WARP9.DAT file.
  129.  
  130. There is a sample WARP9.DAT file on your master disk with only one entry,
  131. that looks like this:
  132.  
  133. W935
  134. NOTATOR.PRG
  135.  
  136. This file tells Warp 9 to disable screen acceleration when NOTATOR.PRG is
  137. run.  (Because there are no options following the filename.)
  138.  
  139. PLEASE NOTE: NOTATOR.PRG is used here only as an example!  Version 3.50
  140. of Warp 9 had some small problems with Notator, but these are fixed in
  141. version 3.60.  (See "Crushed Bugs" below.)
  142.  
  143. Here's a more complex example:
  144.  
  145. W935
  146. WWRITER.PRG B1
  147. DISKDOC.PRG B1 J1 H1 A0
  148. ALADDIN.PRG D2
  149.  
  150. This tells Warp 9 to turn block on when WWRITER.PRG is run, to turn block,
  151. jump, and horizontal wrap on and screen acceleration off when DISKDOC.PRG
  152. is run, and to use the desktop "fill" option when ALADDIN.PRG is run. 
  153.  
  154.  
  155.  
  156. Compatibility with Cubase
  157. -------------------------
  158.  
  159. To run Warp 9 with Cubase, you need the following two commands in your
  160. WARP9.DAT file:
  161.  
  162. W935
  163. EXTENDO.OFF
  164. MOUSEFX.OFF
  165.  
  166. The CUBASE.DAT file on your master disk contains these three lines.  You
  167. can use it by copying it to the root of your boot drive and naming it
  168. WARP9.DAT.
  169.  
  170.  
  171.  
  172. Word Perfect, MultiDesk Deluxe, and Warp 9
  173. ------------------------------------------
  174.  
  175. We recently discovered a bug in Word Perfect that can cause crashes if you
  176. use both MultiDesk Deluxe and Warp 9, and try to open a nonresident
  177. accessory while Word Perfect is running.  We've created a program that
  178. fixes either the 08/18/89 version or the 04/18/91 version of Word Perfect
  179. to avoid this problem.  The patch is contained in the SIDE_2 folder of
  180. your master disk.
  181.  
  182.  
  183.  
  184. Updating HotWire
  185. ----------------
  186.  
  187. If you own a version of CodeHead's HotWire program that's older than 2.0,
  188. you'll need to upgrade it to work properly with Warp 9.  As of this
  189. writing, the latest version of HotWire is 3.0.  Version 2.0 was released
  190. almost two years ago and there have been a lot of features added since
  191. then.  To update your HotWire, send us your original disk and $10. 
  192.  
  193.  
  194.  
  195. Shareware/Freeware
  196. ------------------
  197.  
  198. Your master disks may include shareware or freeware files, such as the
  199. John Dillenburg and Mike Crisafulli Extend-O-Save modules, and Moving
  200. Files by Terry May.  These extras will be in separate folders and
  201. documentation is included with each of them.  Your purchase of Warp 9 does
  202. not include any shareware payments for these programs.  See the
  203. appropriate documentation for information about the use and ownership of
  204. each file.
  205.  
  206.  
  207.  
  208.  
  209. CodeHead Technologies Update Policy
  210. -----------------------------------
  211.  
  212. At CodeHead, we update all of our software frequently; but due to postal
  213. expenses we are not always able to notify our users.  The easiest way
  214. to find out the latest version number of any CodeHead Technologies product
  215. is to call us at the number below, or to contact us on GEnie, Compuserve,
  216. or Delphi. 
  217.  
  218. Update prices vary, depending on several factors such as whether a new
  219. manual is included.  Again, it's probably best to contact us at the
  220. address/phone number listed below, before sending disks or money. 
  221.  
  222.  
  223.           CodeHead Technologies
  224.           P.O. Box 74090
  225.           Los Angeles, CA 90004
  226.  
  227.           Voice: (213) 386-5735
  228.           Fax:   (213) 386-5789
  229.           BBS:   (213) 461-2095
  230.  
  231. -----------------------------------------------------------------------
  232.  
  233. Please, remember that software theft hurts EVERYONE.  If you have a
  234. legitimate copy of our software, please accept our sincere thanks for
  235. purchasing our product, and don't bother reading the next paragraph.
  236.  
  237. If you don't have a legal copy of this program, you might want to give
  238. some thought to the consequences of your actions.  We will not continue
  239. to produce software for the ST if we can't make a living at it --
  240. especially now, with the Atari ST's market share at an all time low.  If
  241. you steal a copy of any of our programs (by using it without buying it,
  242. or allowing others to use it without buying it), besides breaking a
  243. federal law, you're also quite literally stealing the food right out of
  244. our families' mouths.  Is that the kind of person you want to be?
  245.  
  246. Think about it.
  247.