home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / util / boot / TheChoice2.readme < prev    next >
Encoding:
Text File  |  1997-03-02  |  5.8 KB  |  147 lines

  1. Short:    TheChoice V2.22 - Simple Program Selector
  2. Author:   c_wich@river.prima.ruhr.de (Carsten Wich)
  3. Uploader: c_wich@river.prima.ruhr.de (Carsten Wich)
  4. Type:     util/boot
  5.  
  6.                              ===================
  7.                              = TheChoice V2.22 =
  8.                              ===================
  9.                              Release: 27.02.1997
  10.                               Copyright 1993-97
  11.                                      by
  12.                                 Carsten Wich
  13.                                Hagebuttenweg 34
  14.                                D-44289 Dortmund
  15.                                    Germany
  16.                       E-Mail: c_wich@river.prima.ruhr.de
  17.  
  18.                          Bank Account No. 315 1048 400
  19.                                 BLZ 441 600 14
  20.                               Volksbank Dortmund
  21.  
  22.  
  23. INTRODUCTION
  24. ============
  25.  
  26. The Choice is a small Program Selector especially useful for Game Partitions
  27. on Harddisks, SyQuests or even CD-ROMs.
  28. I first wrote it in Modula2 (M2Amiga) because I just found no simple program
  29. selector that fully suits my needs. Although the first version of it worked
  30. good enought for me, some of my friends liked the program very much and made
  31. some proposals for future versions. I switched to SAS-C because the support
  32. for M2Amiga is not that good anymore. Especially the lack of actual includes
  33. for OS3.1 really bothered me. I have completly rewritten the code in the C
  34. programming language and made a lot of improvements.
  35. TheChoice runs on every possible screenmode, even on graphic cards !
  36.  
  37.  
  38. LEGAL THINKS
  39. ============
  40.  
  41. TheChoice Copyright (c) 1993-1997 Carsten Wich can be freely distributed,
  42. as long as the whole archive 'TheChoice2.lha' is copied and all of the
  43. files are in their original form without any changes.
  44. Upload to BBS's and includions on any cover disks or CD's is WELCOMED.
  45. This software is published without any warranties. The author does NOT take
  46. any responsibilities for any defects on soft- or hardware, that may result
  47. by this program or by using this program.
  48. I have tried to write the program code according to the AMIGA User Interface
  49. Style Guide and the AMIGA ROM Kernel Reference Manuals V2.04 so that the
  50. program should run correctly on any future operating systems. It is also
  51. tested with Enforcer.
  52. Although this program may be freely distibuted and used it would be very nice
  53. of the people who permanently use it to send me a small fee (I would say at
  54. 15,- DM or $10,- US) as a little acknowledgement for my work. You can send
  55. it cash, as a EuroCheque or via a Bank Transfer on my Bank Account.
  56. This would increase my motivation to develop the program even further.
  57.  
  58.  
  59. FILES
  60. =====
  61.  
  62. Listing of archive 'TheChoice2.lha':
  63. Original  Packed Ratio    Date     Time    Name
  64. -------- ------- ----- --------- --------  -------------
  65.    14196    8518 39.9% 27-Feb-97 22:01:56  TheChoice
  66.    14076    8448 39.9% 27-Feb-97 21:42:46  TheChoice.020
  67.      411     198 51.8% 14-Oct-95 10:28:04  TheChoice.config
  68.      904     603 33.2% 09-Sep-96 13:25:20  TheChoice.info
  69.    12527    5006 60.0% 27-Feb-97 22:11:38  TheChoice.ReadMe
  70.     1432     538 62.4% 14-Oct-95 10:29:22  TheChoice.ReadMe.info
  71. -------- ------- ----- --------- --------
  72.    43546   23311 46.4% 27-Feb-97 22:12:16   6 files
  73.  
  74.  
  75. SYSTEMREQUIREMENTS
  76. ==================
  77.  
  78. The program only needs a minimal Amiga System :
  79.  
  80.   - Any Amiga with at least 512 KB RAM
  81.   - OS >= 2.04 (V37)
  82.   - diskfont.library min. V36 when you want to select another font than the
  83.     default one
  84.   - OS >= 3.0 (V39) for CLOSEQUIET option (optional)
  85.   - lowlevel.library >= V40 for Joystick support (optional)
  86.  
  87.  
  88. HISTORY
  89. =======
  90.  
  91. 2.22 - 27.02.1997 - Sixth AmiNet Release
  92.      - Bugfix: TheChoice tried to call AllocMem with a length of 0 if the
  93.        gadgets would be larger than the screen
  94.      - Bugfix: Memory management was faulty
  95.      - Special 68020 Version included
  96.  
  97. 2.21 - 25.12.1996
  98.      - Changed Window Refresh to Smart
  99.      - Changed Skript to ENV:TC.script
  100.  
  101. 2.20 - 09.09.1996 - Fifth AmiNet Release
  102.      - Added Joystick and Keyboard control (Joystick control requires
  103.        'lowlevel.library' >= V40)
  104.      - Added the CLOSEQUIET option
  105.  
  106. 2.13 - 21.01.1996 - Fourth AmiNet Release
  107.      - Bugfix: TheChoice crashed if a new configfile could not be read in for
  108.        some reason
  109.  
  110. 2.12 - 20.01.1996 - Third AmiNet Release
  111.      - Renamed the RAMSCRIPT Tooltype and shell argument to SCRIPT
  112.      - some more code optimization resulting in the executable beeing about
  113.        7K (!) smaller
  114.      - TheChoice now returns errorcodes to the calling environment
  115.  
  116. 2.11 - 16.01.1996 - internal beta version
  117.      - some code optimization resulting in the executable being 150 bytes
  118.        smaller
  119.  
  120. 2.10 - 16.01.1996 - internal beta version
  121.      - compiled with SAS-C V6.56
  122.      - some code cleanup
  123.      - added the possibility to read in a new config file
  124.  
  125. 2.00 - 14.10.1995 - Second AmiNet Release
  126.      - Completly rewritten in SAS-C V6.55
  127.      - Runs on any screenmode using any font.
  128.      - The maximum number of programs / gadgets now depends on the chosen screen
  129.        mode and font.
  130.      - Can be configured using shell arguments or tooltypes.
  131.      - Supports borderless windows and onebitplane screens.
  132.      - No source code made publically available anymore.
  133.  
  134.  
  135. ============================= Archive contents =============================
  136.  
  137. Original  Packed Ratio    Date     Time    Name
  138. -------- ------- ----- --------- --------  -------------
  139.    14196    8518 39.9% 27-Feb-97 22:01:56  TheChoice
  140.    14076    8448 39.9% 27-Feb-97 21:42:46  TheChoice.020
  141.      411     198 51.8% 14-Oct-95 10:28:04  TheChoice.config
  142.      904     603 33.2% 09-Sep-96 13:25:20  TheChoice.info
  143.    12527    5006 60.0% 27-Feb-97 22:11:38  TheChoice.ReadMe
  144.     1432     538 62.4% 14-Oct-95 10:29:22  TheChoice.ReadMe.info
  145. -------- ------- ----- --------- --------
  146.    43546   23311 46.4% 28-Feb-97 02:10:20   6 files
  147.