home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / RTCON19.ZIP / HISTORY.TXT < prev    next >
Text File  |  1993-07-19  |  5KB  |  131 lines

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