home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
games
/
volume13
/
okbridge
/
part07
/
Revisions
< prev
next >
Wrap
Text File
|
1992-01-12
|
3KB
|
67 lines
This file notes the changes that have been made for each revision
of okbridge. My apologies for not starting this list earlier.
1.5Q
- Added some code to allow version 1.5P to compile correctly
under AIX.
1.5Q
- Modified the '/claim' command so that if the number of tricks is omitted,
then all remaining tricks are claimed.
- Added '^T' control key to force the program into TALK mode when
it is expecting a bid or play.
- Added some code to allow version 1.5P to compile correctly
under AIX.
- Corrected the bug which causes the program to crash when a client
attempts to occupy the seat taken by the server.
- Corrected some array sizes in code.c, thus fixing the
"north terminal problem".
1.5P
- Writes the Zhang log file even if all players pass.
- Added the -R command line option for rubber bridge.
- Changed the names of shuffle and tally to okshuffle and oktally.
- Added the -d parameter to the shuffle command for printing the date
to the deals file.
- Writes the date to both types of log files.
- Accepts the -s parameter on the tally command for skipping deals.
- Accepts "-" as a filename parameter on the tally command for
specifying standard input.
1.5N
- Added the -z option for generating log files in the format used
by S. Zhang's okbd program.
- Improved the error handling when an incompatible client
is recognized.
- Screen refreshes now handled properly during review of the hand.
1.5M released Dec. 8, 1991
- Added the -r, -l and -L parameters to the command line which emulate
the /REPLAY, /LOAD and /LOG commands, respectively.
- fixed a bug in the network code having to do with handling connection
requests after one of the players has disconnected.
- Incorporated Zhenjun Wu's code for computing IMP scores.
- Added the /REVIEW command for reviewing the bidding.
- Added the /DEFAULT command for disabling default inputs.
- Added control-character equivalents for the /BELL, /DEFAULTS,
/PROMPT and /REVIEW commands.
- Introduces the 'okb' shell script by Charles Wen for making
the startup of okbridge more user friendly.
1.5L
- There was no version 1.5L released.
1.5K
- Modified the coding of the email duplicate files so that the initial
message supplied by the '-m' parameter to the shuffle command appears
in plaintext in the deal file.
- "Unfixed" the "bug" in IMP scoring which was "fixed" in version 1.5J
1.5J released Nov 1, 1991
- Fixed a bug in the IMP scoring which causes the scores to be off by 1.
- Added the '-m' parameter to the shuffle command for recording an
initial message.
- Eliminated use of the more modern 'long random()' function in favor
of the older 'int rand()'. At least one user pointed out that
'long random()' is not available on his system.