home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / rtcon17.zip / HISTORY.TXT < prev    next >
Text File  |  1993-03-14  |  4KB  |  116 lines

  1.  
  2.                   HISTORY/UPDATE FILE FOR REAL-TIME CONNECT 4
  3.                   ===========================================
  4.  
  5. Version 1.7
  6. -----------
  7. (03-14-93)
  8.   Tweaked the ANSI detection routine some so hopefully those messages about
  9.  no ANSI detected when it is actually there will go away.
  10.  
  11. (02-09-93)
  12.   Finally got around to expanding the COM port range. COM 0 thru 15 is
  13.  now supported.
  14.  
  15. (01-07-93)
  16.   That old problem with the time expired when the Display was toggled off
  17.  in PCBoard popped up again! Fixed one more time (gotta quit changing things).
  18.  
  19. Version 1.6
  20. -----------
  21. (11-06-92)
  22.   Modified the Deferred section so the Saved Game file doesn't get deleted
  23.  until the loser logs on and is notified that he lost. Previously the file
  24.  was deleted whenever a player won, which could leave the loser wondering
  25.  what happened.
  26.  
  27. (11-01-92)
  28.   This Door now offers support for FOSSIL drivers!  This new feature makes
  29.  it compatible with most multi-port boards. If you wish to use a Fossil driver,
  30.  rather than the standard COM ports, just put /FD on the command line when
  31.  running the Door. For example: CONNECT4 CONNECT4.CNF /FD
  32.  
  33. Version 1.5
  34. -----------
  35. (10-10-92)
  36.   Whoops!! Screwed up the Computer player when making the last modifications
  37.  to the code. All fixed now.
  38.  
  39.   Had reports of conflicts when using non-standard IRQ's on Novell/Netware
  40.  systems. Seems Novell also uses the / character on the command line so
  41.  something went screwy somewhere. So I added the * (asterisk) which may be
  42.  used instead of the / in case of a conflict. In other words, /%IRQ% and
  43.  *%IRQ% will both work and are interchangeable.
  44.  
  45. (09-30-92)
  46.   Added the option to abort while the 'Waiting on the other player' timer
  47.  is counting down.
  48.  
  49. (09-25-92)
  50.   It appears that different installations of PDS produces different versions
  51.  of the BRT71EFR.EXE run-time module which aren't compatible with each other.
  52.  Therefore, this Door is now compiled stand-alone. You no longer need to have
  53.  the run-time module for this Door.
  54.  
  55. (09-23-92)
  56.   Fixed a bug when restoring the screen after Chat or Drop to DOS. It would
  57.  generate an illegal function call whenever it hit a blinking character.
  58.  
  59.   We now have support for the 30-something line DOOR.SYS file as well as 
  60.  the 52-line one.
  61.  
  62.   Corrected some errors in writing the SFDOORS.DAT file. Specifically the
  63.  COMPORT% and DAILY.BYTES.ALWD& variables.
  64.  
  65. (09-11-92)  
  66.   Finally installed the screen restore when coming back from Chat or a Drop
  67.  to Dos. It will now put the screen back like it was including anything typed
  68.  at an input prompt. If you had entered anything before the interruption,
  69.  that is restored and you can pick up right where you left off!
  70.  
  71. Version 1.4
  72. -----------
  73. (09-04-92)
  74.   When you are prompted at the end of game if you want to play again, you
  75.  are now returned to the top menu instead of going directly into another
  76.  game. This allows you, for example, to play the computer first then switch
  77.  to online play for the next game without having to return to the BBS.
  78.  
  79.   You should notice a marked improvement in speed while displaying boxes
  80.  and ANSI graphics.
  81.  
  82. (08-27-92)  
  83.   This version is mainly a maintenance release to take advantage of new
  84.  features and bug fixes in the DoorFrame door utility library that is used 
  85.  in compiling this door.
  86.  
  87. Version 1.3
  88. -----------
  89.   Added direct support for the TriBBS software. TRIBBS.SYS is both read and
  90.  written.
  91.  
  92. Version 1.2
  93. -----------
  94. (05-25-92)
  95.   If you are running under Wildcat!, this door now returns an Error Level
  96.  of 1 when exiting and an Error Level of 62 for all other systems. Hopefully
  97.  some of you can utilize these Error Levels when returning to the BBS.
  98.  
  99. (05-15-92)
  100.   We now have support for GT Power systems. The .CNF file is a little
  101.  different for GT. The COM port goes on line 5 and the Node number goes on
  102.  line 6.  If you are a registered user of Connect 4 then your registration
  103.  number goes on line 7.
  104.  
  105. Version 1.1
  106. -----------
  107. (04-18-92)
  108.   If you are using a non-standard IRQ, you may use an environment variable
  109.  instead of specifying the actual IRQ number. Syntax is:
  110.      CONNECT4 CONNECT4.CNF /%IRQ%
  111.   
  112. Version 1.0
  113. -----------
  114. (03-21-92)
  115.   Initial release.
  116.