home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Czytelnicy / RainBoot / RB_PComm.lha / PCommBoot.1 / Rainboot2.2Beta / Rainboot2.2beta.README < prev    next >
Text File  |  1997-05-21  |  4KB  |  101 lines

  1.                                   Rainboot2.2 Beta 4
  2.                                   ------------------
  3.  
  4. This is a beta release of Rainboot2. It is not tested and may have bugs or
  5. crash without warning. You have been warned.
  6.  
  7. So, whats new?
  8.  
  9. Since 2.2ß3
  10.  
  11. · Timing of the boot or counting of the progs for the bar is now started after
  12.   the %U comes in %TEXT if you are using WAIT in the bar.
  13.  
  14. · %BAR changed again. Now its template is: 
  15.   %BAR=<X>/<Y>/<WIDTH>/<HEIGHT>/<RENDER>/<PEN>(/<ENDPEN>)/<MODE>(/<SPEED>/<DEFTIME>/WAIT).
  16.   RENDER can be NORMAL, PLANE or CYCLE. If it is PLANE the PEN is actually 
  17.   a planemask. If it's CYCLE the PEN is the startpen and you also must supply 
  18.   endpen. Like this:
  19.  
  20.   %BAR=10/100/10/400/CYCLE/48/63/TIME/8/10/WAIT
  21.  
  22. · The bar should work a bit better now. If it leaves gabs you are going too 
  23.   fast (the SPEED has too low value).
  24.  
  25. · Couple of bugs fixed
  26.  
  27. Since 2.2ß2
  28.  
  29. · %G<n> displays the text inside a enviromental variable. The variables are
  30.   called as RBvar<n>. The text is only displayed so no commands can be used
  31.   in them. Returns should work though. If the desired variable is missing 
  32.   Rainboot2 waits for one to appear.
  33.  
  34. · Fixed the problem (I hope) with some fonts not showing fully in the clock.
  35.  
  36. · %XC sets the X-coordinate so that the remaining line is centered. You can
  37.   also give a number after the %XC which will be added to the total lenght of 
  38.   the text. NOTE: Commands after the %XC are not handled very well.
  39.  
  40. · Extented the %BAR. Now it is: %BAR=<X>/<Y>/<WIDTH>/<HEIGHT>/<PEN>/<MODE>(/<WAIT>)
  41.   <MODE> can be EXEC, TIME or a number, which is intepreded as DEFTIME 
  42.   (backwards comp.) With TIME you can give SPEED and DEFTIME after the <MODE>. 
  43.   EXEC don't take any args.
  44.  
  45.   Eg. %BAR=10/10/100/10/15/EXEC or %BAR=10/10/100/10/15/TIME/20/40/WAIT
  46.  
  47.   The WAIT at the end means that the bar won't start right away but waits until
  48.   there comes %U (I'm starting to run out of alphabet) command in the TEXT.
  49.  
  50.   The difference between EXEC and TIME is that EXEC increases the bar everytime
  51.   a program is ran. TIME is the old style progressbar which increases the bar
  52.   more or less constantly.
  53.   NOTE: Don't use too small values with SPEED or the bar timing will be wrong.
  54.  
  55. · You can now also display the free/total/used size of any device. Just
  56.   use %INFOVOL<n>=<VOLUMENAME> as a keyword where <VOLUMENAME> is the
  57.   name of a volume (eg. Workbench: or DH0: or so). The command is
  58.   %I<n><T/U/F><B/K/M>. Eg. %I1TB would display the total size in bytes
  59.   of the volume given in %INFOVOL1.
  60.  
  61. · Colors can be cycled with %CYCLE=<FIRST>/<LAST>/<SPEED>, where <FIRST> is
  62.   the first pen, <LAST> is the last pen and <SPEED> the cyclespeed (lower
  63.   value means faster cycle) 
  64.  
  65. Since 2.2ß1
  66.  
  67. · Arexx command BREAK changed to BREAKSCRIPT. BREAK collided with the native
  68.   arexx command (wonder why nobody noticed that).
  69.  
  70. · Rainboot2 doesn't allocate audio channels anymore if there is no samples
  71.   in your config file.
  72.  
  73. · Fixed the random-seed value to give more random values.
  74.  
  75. Since 2.1
  76.  
  77. · Rainboot2 now should work with Kickstart 2.04 too. Tell me if it doesn't. 
  78.   The example configs with the original package are in AGA and they might
  79.   look a bit wierd with ECS.
  80.  
  81. · WbenchToFront() and ScreenToFront() are patched too. This fixes the 
  82.   workbench screen coming to fron at least with VirusZ. 
  83.  
  84. · You can also use random configs/samples/pics/... with Rainboot2 now.
  85.   Just use normal wildcards with the filenames and a random file will
  86.   be selected. 
  87.  
  88.   E.g. %BGPIC=Entertainment:Pictures/RBpics/#?.iff
  89.  
  90.   NOTE: This won't work with fonts!
  91.  
  92. · Fixed couple of bugs and one memoryleak.
  93.  
  94. Thats it more or less. If you find bugs or something doesn't work please
  95. tell me and I'll try to fix it. And thanks for everyone who has tested
  96. the previous beta releases and sent me comments about them.
  97.  
  98. Greets,
  99.            Kimmo 'Rainy' Pekkola
  100.            rainy@iki.fi
  101.