home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 649b.lha / Magnetic_Pages_v1.30 / Displayer / Changes next >
Text File  |  1992-05-20  |  5KB  |  107 lines

  1.           Updates to the Displayer as of Monday 18th May 1992
  2.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. * Changed my IFF decrunch routine around a bit. It now runs approximately
  5.   twice as fast.
  6.  
  7. * Changed the Sound/Music memory allocation routines. If the Displayer is
  8.   running on an Amiga with only chip ram, then all data must have been loaded
  9.   into chip ram. This means it's not necessary to copy sound/music data
  10.   from fast ram before playing it. Before this was done regardless of what
  11.   machine it was running on, which meant there would be two copies of the
  12.   data in chip ram on a 512k machine. If possible, two copies are still made
  13.   on an all chip machines because when you move to another article you want
  14.   any background sound/music to continue playing, and the original article
  15.   containing the sound/music will be erased by the new article. If however
  16.   there isn't enough ram for two copies of the data, the sound/music is
  17.   played using the data contained in the article but when the reader loads
  18.   in a new article, the sound/music will be stopped and the article erased.
  19.  
  20. * Changed the requester and gadget graphics. These are now the same as the
  21.   Editor graphics.
  22.  
  23. * Added an extra print option so you can choose between 1 or 2 text pages
  24.   per single sheet of paper. Most printers should be able to print 2 text
  25.   pages on a single sheet but some laser printers don't like the extra long
  26.   page length. This should be no problem for NTSC magazines.
  27.  
  28. * Bumped the version to 1.05
  29.  
  30. * Fixed a bug that caused the Displayer not to recognise NTSC machines.
  31.  
  32. * Changed the page turning routine slightly.
  33.  
  34. * Made the Busy pointer the same as Workbench 2.0's.
  35.  
  36. * Conformed all Menus and requesters to Commodore's style guidelines.
  37.  
  38. * Extensively overhauled the error handling routines. Fixed a bug that
  39.   caused the Displayer to crash whenever it tried to exit after an
  40.   unrecoverable error. Error messages are now displayed. Many of these
  41.   should never be seen by the reader and are intended for the person who's
  42.   putting the magazine together.
  43.  
  44. * Added a Text Search command, and a Sleep (Iconify) command.
  45.  
  46. * Added commands to take you to the first and last pages of an article.
  47.  
  48. * Expanded the Help function.
  49.  
  50. * Improved both the Text and Graphic Dump print routines. The Text Only
  51.   print method now handles really weird page layouts a lot better.
  52.   Improvements to the Graphic Dump routine are minor and don't improve the
  53.   print quality.
  54.  
  55. * The Displayer now detaches itself from the CLI and hence doesn't need to
  56.   be run.
  57.  
  58. * Bumped the version to 1.29. This version number is significant and will
  59.   be explained in time - As if you really care!
  60.  
  61. * The Displayer now centres overscan pictures correctly.
  62.  
  63. * Made the Help text an external file, so the user can customise it. Also
  64.   reduced its width, so it is accessable from a low res screen.
  65.  
  66. * Fixed a bug which caused the Displayer to crash when the user clicks on a
  67.   PUSH button, which had a Shadow Width & Height of zero but Shadow X
  68.   and Y offsets greater than zero. You should always make the Shadow X
  69.   Offset the same as the Shadow Width and the Shadow Y Offset the same as
  70.   the Shadow Height.
  71.  
  72. * The Displayer now uses the Topaz font no matter what you have specified
  73.   as your default system font, instead defaulting to the system font. This
  74.   was a problem for WB 2.0 users (myself included!) who use a different
  75.   sized system font.
  76.  
  77. * It's now possible to customise all the Menu, Gadget, and Requester text
  78.   in the Displayer. This allows you to translate all the Displayer text
  79.   to your own language.
  80.  
  81. * Bumped the version to 1.291. Next public release is scheduled for v1.3.
  82.  
  83. * Fixed the annoying bug that meant I couldn't run the Displayer from the
  84.   Workbench as a default tool. You can now give the control file a project
  85.   icon and make the displayer the default tool. This means you can now have
  86.   several different magazines on a disk which use the same Displayer.
  87.  
  88. * The page size has been reduced in height by one pixel. It was eating into
  89.   the title bar. This was only really noticable using Workbench 2. The new
  90.   text page height is 245 pixels (PAL) or 189 pixels (NTSC).
  91.  
  92. * Changed the name of the ports used when playing sounds. These were the
  93.   same as the Editor port names, which meant sometimes sound wouldn't play
  94.   if you were running the Displayer and Editor at the same time.
  95.  
  96. * The Displayer now plays MED modules. The MED player is far superior to
  97.   the previous soundtracker play routine.
  98.  
  99. * Proper file requesters added. For Workbench 2.0 users, you get
  100.   the standard ASL file requester. For 1.3 users with the ARP library
  101.   you get the arp requester. For anyone else, you get my single line text
  102.   gadget.
  103.  
  104. * Bumped the version to 1.30.
  105.  
  106.  
  107.