home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / docs / Updates / trion107.doc < prev    next >
Encoding:
Text File  |  1998-10-06  |  8.8 KB  |  254 lines

  1.  
  2.  
  3.         _____     _                  _     _              _    ___
  4.        |_   _|_ _(_) ___  _ __      | |__ | |__  ___     / |  / _ \
  5.          | | | '_| |/ _ \| '_ \     | '_ \| '_ \/ __|    | | | | | |
  6.          | | | | | | (_) | | | |    | |_) | |_) \__ \    | |_| |_| |
  7.          |_| |_| |_|\___/|_| |_|    |____/|____/|___/    |_(_)\___/
  8.  
  9.                         © 1994/98 by Paul Spijkerman
  10.                              All Rights Reserved
  11.  
  12.  
  13.      Update from V1.06 to V1.07
  14.  
  15.  
  16.      Updated areafix a bit, still thinking about some advanced
  17.      features. Like rescan and request from boss .. but I need
  18.      a little more info about that.
  19.  
  20.      Updated the GUI code a bit and some GUI tools, still working
  21.      on some advanced options but had a little problem with
  22.      selecting items. With editing files you want to select
  23.      1 file, with moving you want to select more.
  24.  
  25.      Updated RIPscrip a bit, the V1.54 screens seem to be
  26.      about rigth now. Altough screen fills sometimes seem
  27.      not to be quit rigth. And after a few hunderd screens
  28.      sometimes the system seams to freak a bit.
  29.  
  30.  
  31.  
  32.  
  33.      Utils:   BBS, TrionTick, AreaFix, FileEd, UserEd, Tbulkupload, TAF
  34.      Doors:   
  35.      Cfg:     
  36.  
  37.  
  38.  
  39.    -Changed TrionTick so the Description of files is also
  40.     in the netmail TrionTick sends, with wordwrap and
  41.     alignment.
  42.     Also changed the size indication a little bit in netmail.
  43.  
  44.    -Changed Areafix..
  45.     Added options to change the compression methode and mail/session
  46.     passwords in the systems.cfg
  47.  
  48.     %COMPRESSION=arc    Change compression methode (LHA, LZX, ARJ).
  49.     %ECHOPASSWORD=pass  Change echomail and session password.
  50.  
  51.     Added an option to change the Tick password.
  52.  
  53.     %FILEPASSWORD=pass      Change file password.
  54.  
  55.     Added an option to change the Areafix password.
  56.  
  57.     %PASSWORD=pass          Change Areafix password.
  58.  
  59.     Now would be a good time to make a backup of your systems.cfg,
  60.     FileNodes.cfg and Areafix.cfg
  61.  
  62.     %COMPRESSION, %ECHOPASSWORD and %FILEPASSWORD are smart(ish)
  63.     if there was no entry in the configs for the node one will
  64.     be added.
  65.  
  66.     Note that you should NOT end node lines in the systems.cfg with comments
  67.     because if something in that line is changed the comment is gone.
  68.     Also the line would change in length.
  69.     (this note is valid for all cfgs that are changed by programs)
  70.  
  71.     So don't use comments like this:
  72.     
  73. 350:1001/0    LHA   XXXXXX     ;My boss
  74.  
  75.     If you want to use comments do it on separate line like this:
  76.  
  77. ;===(  Node #1, User so and so  )===
  78.  
  79. 350:1002/100.2  LHA  XXXX
  80. 350:1002/2      LHA  XXXX
  81. 350:1002/200    LHA  XXXX
  82.  
  83. ;===(  Node #2, Yet another user  )===
  84.  
  85. 14:103/300.3    LHA  XXXXXX
  86. 39:155/300.3    LHA  XXXXXX
  87. 350:1002/100.3  LHA  XXXXXX
  88. 55:1100/1111.3  LHA  XXXXXX
  89. 210:1010/300.3  LHA  XXXXXX
  90. 606:3150/101.3  LHA  XXXXXX
  91.  
  92. ;===(  My big boss  )===  Fido, Trion, AMY, NLA, AGA, F1
  93.  
  94. 2:283/326     LHA   XXXXXX
  95. 350:1001/0    LHA   XXXXXX
  96. 350:1001/1    LHA   XXXXXX
  97. 350:1001/100  LHA   XXXXXX
  98. 39:155/0      LHA   XXXXXX
  99. 39:155/100    LHA   XXXXXX
  100. 14:103/0      LHA   XXXXXX
  101. 14:103/1      LHA   XXXXXX
  102. 14:103/100    LHA   XXXXXX
  103. 171:109/0     LHA   XXXXXX
  104. 171:109/1     LHA   XXXXXX
  105. 171:109/100   LHA   XXXXXX
  106. 606:3150/0    LHA   XXXXXX
  107. 606:3150/1    LHA   XXXXXX
  108. 606:3150/100  LHA   XXXXXX
  109.  
  110.  
  111.    -Added a short and long list mode to areafix.
  112.     The description of a section now can be 79 characters which
  113.     can scramble the whole list.
  114.     Also newsgroup names can be very long.
  115.  
  116.     The short list is like the list in the previous version.
  117.  
  118.     TagName                      "Description"              Connected
  119.     TagName                      "Description"              Connected
  120.  
  121.     The long list puts the description on a separate line
  122.  
  123.     Area: TagName                                           Connected
  124.     Desc: "Description of this echomail message section."
  125.  
  126.     Area: TagName                                           Connected
  127.     Desc: "Description of this echomail message section."
  128.  
  129.  
  130.     Default the program will startup in shortlist mode, unless it
  131.     was started with the -L flag, then is will produce long lists.
  132.  
  133.     But this can be overruled with commands in the fix messages.
  134.  
  135.     %SHORT       Switch to short list mode.
  136.     %LONG        Switch to long list mode.
  137.  
  138.  
  139.  
  140.    -Changed the bulkupload so it also can upload in one section
  141.     instead of all sections .. which will be much quicker if you
  142.     only added files to one or a few sections.
  143.  
  144.     Note that if you still have a "TBU" in your trion:utils/
  145.     directory you better remove it because it will not work
  146.     with V1.06 or higher. (Unless you renamed your V1.06 or V1.07
  147.     Tbulkupload tp "TBU").
  148.  
  149.    -Changed Allfiles so it will only print allfiles and
  150.     newfiles lists with files in them.
  151.     So no more entries with 0 bytes, 0 files.
  152.     Changed allfiles so 1 file will be printed as "one file" instead
  153.     of "1 files".
  154.     Changed the code that makes the size string to something
  155.     that is used in the BBS.
  156.     The total byte count is now also given in K's of Megs.
  157.  
  158.  
  159.    -Changed the E-mail option of the last version a little.
  160.     It will ask the E-mail address earlier now .. before you
  161.     fill in the node number. If you don't give an E-mail
  162.     address the BBS thinks you don't want to send E-mail
  163.     and it doesn't fill in a gate address. So you can
  164.     still use the section for normal netmail.
  165.  
  166.  
  167.  
  168.    -Rewritten the GUI code for lists and scrollers.
  169.     The old list code was static, at the opening of a window
  170.     was defined how many lines there were in a list.
  171.     (And a block of memory for all lines was Allocated)
  172.     The new version is dynamic, at the opening of a window
  173.     the list is empty and can be filled with lines, then
  174.     be emptied and filled again. Also during the filling
  175.     the scroller can shrink like in editors like CED,
  176.     but that shouldn't be needed because most data is
  177.     available inmmediatly and presenting it that way
  178.     would slow things down.
  179.     Also the new list code has more options for selecting
  180.     items from lists. Single or Multiple items can be
  181.     selected, which is made possible by using a linked
  182.     list of items in memory with selection data for
  183.     each item. Also with the single select you can have
  184.     items to light up only when the mouse button is down
  185.     or the whole time after the button is released.
  186.     Now you can only click on lines which contain data.
  187.  
  188.  
  189.    -Updated the User Editor to the new GUI code.
  190.     Now when you change the wildcard the size of the
  191.     list is changed, the size of the scroller is changed,
  192.     the list is back at the start point.
  193.     When you click in the user list, the entry stays
  194.     selected (hi lighted) even if you scroll.
  195.     You can't click anymore in the questionair list.
  196.  
  197.  
  198.    -Updated the File Editor with new GUI code.
  199.     Now when you change the wildcard the size of the
  200.     list is changed, the size of the scroller is changed,
  201.     the list is back at the start point.
  202.     When editing a description the scroller indicated the
  203.     right number of lines.
  204.     When you click in the file list, the entry stays
  205.     selected (hi lighted) even if you scroll.
  206.  
  207.  
  208.    -Added a "back" button to the FileEditor.
  209.  
  210.  
  211.  
  212.  
  213.  
  214.    -Found a little bug in the RIP code, when the BBS was iconized
  215.     and RIP was used by a user the initialisation set the colors
  216.     of the screen .. because the screen was not open this
  217.     could cause problems.
  218.  
  219.    -Changed de RIP code that draws ellipses that arent supported
  220.     by the OS.
  221.     Changed the rounding of variables so the shape is beter, and
  222.     they have the correct size. Changed it so the last line is
  223.     drawn to the starting point.
  224.  
  225.    -In the last version if you had multiple points in the name
  226.     of a RIP file you had to press return a lot of times because
  227.     it was interpreted as an ANSI file even if it had a RIP
  228.     extension because it looked after the first point if
  229.     there was a RIP extension. The difference is that
  230.     with RIP screens there isn't the question to press
  231.     return after a screen full of lines was printed.
  232.  
  233.    -Changed the RIP Flood fill code a little, the RIP screen
  234.     is supposed to be 640x350 pixels, but the Amiga (interlace)
  235.     screens are bigger so flood fills can gice problems when lines
  236.     stop at Y position 350 .. so it now will draw a horizontal 
  237.     line of <border> color at position 351 before doing the
  238.     flood fill.
  239.     Also calcullated the size of the buffer plane different in case
  240.     you screen size isn't a multiple of 8.
  241.  
  242.    -There was a little bug in the code to load RIP icons, one
  243.     plane was ignored so the colors weren't correct all the time.
  244.  
  245.    -Changed some filled ellipse and filled polygon functions to
  246.     use some functions of the OS to get better results.
  247.  
  248.    -Changed the system how RIP lines that are longer then 80
  249.     characters (or chained by slash characters) are interpreted.
  250.     Because in some screens a lot of lines are chained, so now
  251.     a buffer of 1KB is used.
  252.  
  253.  
  254.