diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-07 21:31:49 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-07 21:31:49 +0100 |
commit | 79b59f9b30fb6a1fdf8c3efb446271f7cb00d434 (patch) | |
tree | f6ade4ccbc3af20d825edacfd12b5da8ded8d240 /data/help/fixes |
FICS 1.6.2
Diffstat (limited to 'data/help/fixes')
-rw-r--r-- | data/help/fixes | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/help/fixes b/data/help/fixes new file mode 100644 index 0000000..3da06ee --- /dev/null +++ b/data/help/fixes @@ -0,0 +1,18 @@ +Things I've worked on: (foxbat) + +ratings.c 3.10.95 - if 2 0 rated players play a rated game, Rb_S can go + negative, which is bad for the sqrt function. added + a filter to stop this. Also the pow(x,y) funtion + expects floating point args, so changed 10 to 10.0 + +ratings.c 3.11.95 - added code to increment the number of games played and + Rb_total/Rs_total's in the rating_update function. + +comproc.c 3.11.95 - in com_match, added filters so the 'rated' variables + must match before a match request is issued. + +gamedb.c 3.12.95 - if a rated game was drawn, the 'Winner' column in hist + and was showing whoever was white, so I changed these 2 +gameproc.c files to show that it was 'Drawn'. also limited the + character length of names in history to 9. + |