diff options
author | rh <rh@pkgsrc.org> | 2004-09-24 10:58:18 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-09-24 10:58:18 +0000 |
commit | f6963b3ba141246d5ee66a391e8eace1c0f5f1e3 (patch) | |
tree | 064f82e251fd738e56ab900d3334434f9069f3f5 /games | |
parent | 857f0ef15e57bdbd65e548f3a59970fb0f82b7dd (diff) | |
download | pkgsrc-f6963b3ba141246d5ee66a391e8eace1c0f5f1e3.tar.gz |
Update cgoban-java to 2.6.5
Bugs Fixed
----------
C13 - Fixed null pointer exception due to default give target.
C13 - Ensured that viewers as well as teacher see the new scores when
the teacher makes changes to dead stones in review/demo games.
C13 - Fixed bug that might leave useless java tasks lying around.
C13 - Got the "Your opponent has loaded your game. Join it?" dialog to
work for guests.
C13 - Now can load SGF files with 3 character labels.
C13 - Caught a few cases where arrow keys could be wrongly eaten by
components in a game window, making them harder to use at hotkeys.
S - Fixed bug in audio code that makes server crash with large numbers
of listeners.
S - Fixed a bug that would crash the server if the serverComm demon
was down for too long.
W - Fixed the bug that prevented people from leaving a tournament that
was in progress by the web page.
Features Added
--------------
S - Change constant "k" based on analysis of handicap game
outcomes. This will cause many people's ranks to change by a stone or
two, especially people in the low kyu range.
S, C13 - Event games will now appear in the "active games" list. Only
admins can set up event games now, room owners cannot.
S - All event games are now always saved, including uploaded and demo
games.
C13 - Fixed bug that would produce SGF files with "set whose move" and
B[]/W[] in the same node.
S - Minor performance improvements to audio network code.
S,C13 - Added "No chats" menu item.
Diffstat (limited to 'games')
-rw-r--r-- | games/cgoban-java/Makefile | 4 | ||||
-rw-r--r-- | games/cgoban-java/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/cgoban-java/Makefile b/games/cgoban-java/Makefile index 82855018cf0..1541babf99a 100644 --- a/games/cgoban-java/Makefile +++ b/games/cgoban-java/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/08/05 22:55:11 rh Exp $ +# $NetBSD: Makefile,v 1.21 2004/09/24 10:58:18 rh Exp $ # -DISTNAME= cgoban-unix-2.6.4 +DISTNAME= cgoban-unix-2.6.5 PKGNAME= ${DISTNAME:S/unix/java/} CATEGORIES= games java MASTER_SITES= http://kgs.kiseido.com/ diff --git a/games/cgoban-java/distinfo b/games/cgoban-java/distinfo index ae7d36a3b35..4d60bc713c8 100644 --- a/games/cgoban-java/distinfo +++ b/games/cgoban-java/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2004/08/05 22:55:11 rh Exp $ +$NetBSD: distinfo,v 1.14 2004/09/24 10:58:18 rh Exp $ -SHA1 (cgoban-unix-2.6.4.tar.bz2) = 3c2089e3e11e011e175d833824cdcd31a7c115b0 -Size (cgoban-unix-2.6.4.tar.bz2) = 1059911 bytes +SHA1 (cgoban-unix-2.6.5.tar.bz2) = 207a42a59d810bf6349cd77c7ddae1db34f96bfb +Size (cgoban-unix-2.6.5.tar.bz2) = 1092066 bytes |