home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume13 / okbridge / part07 / Revisions < prev    next >
Text File  |  1992-01-12  |  3KB  |  67 lines

  1. This file notes the changes that have been made for each revision
  2. of okbridge.  My apologies for not starting this list earlier.
  3.  
  4. 1.5Q
  5.   - Added some code to allow version 1.5P to compile correctly
  6.     under AIX.
  7.  
  8. 1.5Q
  9.   - Modified the '/claim' command so that if the number of tricks is omitted,
  10.     then all remaining tricks are claimed.
  11.   - Added '^T' control key to force the program into TALK mode when
  12.     it is expecting a bid or play.
  13.   - Added some code to allow version 1.5P to compile correctly
  14.     under AIX.
  15.   - Corrected the bug which causes the program to crash when a client
  16.     attempts to occupy the seat taken by the server.
  17.   - Corrected some array sizes in code.c, thus fixing the 
  18.     "north terminal problem".
  19.  
  20. 1.5P
  21.   - Writes the Zhang log file even if all players pass.
  22.   - Added the -R command line option for rubber bridge.
  23.   - Changed the names of shuffle and tally to okshuffle and oktally.
  24.   - Added the -d parameter to the shuffle command for printing the date
  25.     to the deals file.
  26.   - Writes the date to both types of log files.
  27.   - Accepts the -s parameter on the tally command for skipping deals.
  28.   - Accepts "-" as a filename parameter on the tally command for
  29.     specifying standard input.
  30.  
  31. 1.5N
  32.   - Added the -z option for generating log files in the format used
  33.     by S. Zhang's okbd program.
  34.   - Improved the error handling when an incompatible client 
  35.     is recognized.
  36.   - Screen refreshes now handled properly during review of the hand.
  37.  
  38. 1.5M released Dec. 8, 1991
  39.   - Added the -r, -l and -L parameters to the command line which emulate
  40.     the /REPLAY, /LOAD and /LOG commands, respectively.
  41.   - fixed a bug in the network code having to do with handling connection
  42.     requests after one of the players has disconnected.
  43.   - Incorporated Zhenjun Wu's code for computing IMP scores.
  44.   - Added the /REVIEW command for reviewing the bidding.
  45.   - Added the /DEFAULT command for disabling default inputs.
  46.   - Added control-character equivalents for the /BELL, /DEFAULTS,
  47.     /PROMPT and /REVIEW commands.
  48.   - Introduces the 'okb' shell script by Charles Wen for making
  49.     the startup of okbridge more user friendly.
  50.  
  51. 1.5L 
  52.   - There was no version 1.5L released.
  53.  
  54. 1.5K
  55.   - Modified the coding of the email duplicate files so that the initial
  56.     message supplied by the '-m' parameter to the shuffle command appears
  57.     in plaintext in the deal file.
  58.   - "Unfixed" the "bug" in IMP scoring which was "fixed" in version 1.5J
  59.  
  60. 1.5J released Nov 1, 1991
  61.   - Fixed a bug in the IMP scoring which causes the scores to be off by 1.
  62.   - Added the '-m' parameter to the shuffle command for recording an
  63.     initial message.
  64.   - Eliminated use of the more modern 'long random()' function in favor
  65.     of the older 'int rand()'.  At least one user pointed out that
  66.     'long random()' is not available on his system.
  67.