home *** CD-ROM | disk | FTP | other *** search
/ PC Open 13 / pcopen13.iso / Zip / CDCR21R.ZIP / NEWHIST.LST < prev    next >
Encoding:
File List  |  1997-03-15  |  7.8 KB  |  188 lines

  1.  
  2.                               ┌──────────────┐
  3.                               │ What's new ? │
  4.                               └──────────────┘
  5.  
  6.  
  7. From version 1.9 to 2.0 alfa3
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9.  - From now the program must be registered
  10.    (I've changed registration method since first alfa version so the
  11.    program doesn't have any errors in this routine)
  12.  
  13.  - Audio support has been enhanced
  14.  
  15.  - More testing with games and bugs fixed
  16.  
  17.  - Maximum number of tracks have been set to 99 because of the new TSR design
  18.    and to take smaller space of memory, besides that MSCDEX is not capable of
  19.    handling a number of tracks greater than 99 (at least until version 2.25)
  20.  
  21.  - Volume label of DOS functions could be read through READ function and it is
  22.    put into a hidden buffer, different from the buffer for volume label
  23.    of CDROM functions (the one you can modify in main menu) and it is used
  24.    separated in CDROM emulation; anyway, if you don't have the CD from which
  25.    you have to read the volume label of DOS functions (e.g. DESCENT II) but
  26.    you do know the volume label of DOS functions (e.g. for DESCENT II is
  27.    DESCENT_II) than you have to use DOS LABEL command to label the hard disk
  28.    with DESCENT_II; in some cases you cannot modify the label of hard disk
  29.    but you do know the 'bad INT21 label'(function 4Eh of INT21 has an error),
  30.    for example volume label for DESCENT II DESCENT_.II, than you have to run
  31.    CDCR.EXE with 'v' or 'V' option and write at volume label field from
  32.    main menu DESCENT_.II
  33.  
  34.  - Number of posible configurations has been upgraded to 20 from 10
  35.    (chech out PgDn)
  36.  
  37.  - NOTE: Because of some incompatibility with some games i'd removed automatic
  38.    set of read-only attribut and because of that it is recommended that you
  39.    set read-only attribute to all CD-files; be careful because
  40.    Dos Navigator II is removing read-only attributes on all copied files
  41.    to HDD
  42.  
  43.  - Command line help has been enhanced
  44.  
  45.  - Command line options added for using CDCR without graphic shell
  46.    These options are:
  47.    - e{filepath [directory_path} = this option will execute file specified
  48.      in filepath and will create a CD drive with directory_path
  49.    - t{ [directory_path} = this option will create a CD drive with
  50.      directory_path and remains resident in memory; if you will run it second
  51.      time it will update CDCR information in memory
  52.    - m|M = removes CDCR from memory installed with TSR feature
  53.    These options has been added for the posibility to create batch file
  54.  
  55.  
  56. From version 2.0 alfa3 to 2.0 beta1
  57. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  58.  - Command line help has been enhanced again
  59.  
  60.  - "d|D" option changed to "s|S" and "r|R" option changed to "m|M"
  61.  
  62.  - From now it is possible to run the CDROM CHEATER with command line options
  63.    without the need to have a valid CDCR.CFG file but because the registration
  64.    information is written in this file you will get "THIS PROGRAM IS
  65.    NOT REGISTERED..." message
  66.  
  67.  - Command line options engine has been rewritten in hope to work better
  68.  
  69.  - New option added:
  70.    - drv:drive_letter = uses specified drive_letter as the new CD drive;
  71.    with this option can be specified only one drive letter (so it doesn't
  72.    support multiple CD drive, not because i am not able to program this but
  73.    because it is another discouragement in not using the graphic shell)
  74.  
  75.  - Error removed from execute file_path routine, observed when you want
  76.    to execute filename from current directory
  77.  
  78.  - From now it is posible to use as directory_path the current directory;
  79.    in order to do that you have to enter "." character after "[" character
  80.    (for some examples look at command line help and at FILE TO EXECUTE fields
  81.    from graphic shell)
  82.  
  83.  - Some errors from graphic shell engine have been removed
  84.  
  85.  
  86. From version 2.0 beta1 to 2.0 beta2
  87. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  88.  - Some of the resident code has been rewritten
  89.  
  90.  - Some little bugs have been removed
  91.  
  92.  - REMOVE function code has been rewritten
  93.  
  94.  - Phony device header has been put at offset 0000h of the resident code
  95.    (like any normal device header)
  96.  
  97.  - New option added:
  98.    - f{filepath} = uses specified filepath as CDU file for supplemental CD
  99.      informations (default file is CDCR.CDU)
  100.  
  101.  - The supplemental CD informations (VTOCs and other data) are read from a
  102.    CDU file created by CDU.EXE program (only if this file exists, otherwise
  103.    are used default informations); this file is by default CDCR.CDU but it
  104.    can be renamed and used with "f|F" option; if no path is specified it will
  105.    be used current path; the reason not to use CDCR.CFG it is that in future
  106.    vesions this informations would be very big and would make my programming
  107.    very hard; CDCR.EXE is using only the first two VTOCs in order not to take
  108.    too much memory and anyway games with more than two VTOCs i didn't see;
  109.    because of all that new stuff added from now the resident code it takes 10k
  110.    of memory and EXEC code it takes 12k of memory
  111.    NOTES: For a full support of a CD program please use CDU.EXE for creating
  112.    CDU file and use READ function from CDCR.EXE also.
  113.    BE VERY CAREFUL - the following data fields will be modified by VTOC
  114.    data: volume label, creation date, copyright filename, abtract filename,
  115.    bibliographic filename; if you named HDD than volume label obtained
  116.    through INT21 will not be modified
  117.  
  118.  
  119. From version 2.0 beta2 to 2.0
  120. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  121.  
  122.  - Some general errors have been removed
  123.  
  124.  - Some general optimizations have been done in resident code
  125.  
  126.  - Disk transfer access feature has been enhanced
  127.  
  128.  - Usage of VTOCs have been enhanced
  129.  
  130.  - Truename support has been added
  131.  
  132.  - Device driver support has been enhanced
  133.  
  134.  - Windows 95 support has been enhanced
  135.  
  136.  - FAT32 support has been enhanced
  137.  
  138.  - 'm' option (remove TSR from memory) has been changed to 'u' option
  139.  
  140.  - 'm[f|a]' options added; this options are very useful in case you want
  141.     to use CDCR with MSCDEX, for example the game you are playing can play
  142.     audio tracks and therefore you want to here music from a CD-DA; in some
  143.     cases the game verifies the numbers of tracks but you still want to here
  144.     music from a CD-DA then use 'ma' option which will tell to CDCR to use
  145.     MSCDEX only for playing functions (not working every time)
  146.     'mf' = tells to CDCR to use MSCDEX for the following functions:
  147.            ■IOCTOL functions
  148.              ■audio disk info
  149.              ■audio track info
  150.              ■audio channel info
  151.              ■audio Q-channel info
  152.              ■audio sub-channels info
  153.              ■audio status info
  154.              ■head position
  155.            ■play function
  156.            ■stop function
  157.            ■resume function
  158.     'ma' = tells to CDCR to use MSCDEX for the following functions:
  159.            ■play function
  160.            ■stop function
  161.            ■resume function
  162.     NOTES: - CD emulated drive must be the same as MSCDEX CD drive
  163.            - in most cases you'll have to have a CD in drive
  164.            - CDCR as default will not use MSCDEX functions
  165.  
  166. From version 2.0 to 2.1
  167. ~~~~~~~~~~~~~~~~~~~~~~~
  168.  
  169.  - Some general errors have been removed
  170.  
  171.  - Some general optimizations have been done in resident code
  172.  
  173.  - Device driver support has been enhanced
  174.  
  175.  - Some general enhancements have been done on some INT21 functions
  176.  
  177.  - Structure of .CDU file has been enhanced (you have to have at least
  178.    CDU V0.6)
  179.  
  180.  - An error has been fixed that made specified source directory from command
  181.    line to work only with letters (for example C:\C&C or C:\GP2 were not
  182.    working); also in some strange situations this error made the program
  183.    not to execute a specified file
  184.  
  185.  - Idem as above for specified .CDU file (for example C&C.CDU or GP2.CDU were
  186.    not found as valid files)
  187.  
  188.