pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/cgoban-java Update cgoban-java to 2.6.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9032bf5776f2
branches:  trunk
changeset: 481023:9032bf5776f2
user:      rh <rh%pkgsrc.org@localhost>
date:      Fri Sep 24 10:58:18 2004 +0000

description:
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:

 games/cgoban-java/Makefile |  4 ++--
 games/cgoban-java/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 9c983b5e0779 -r 9032bf5776f2 games/cgoban-java/Makefile
--- a/games/cgoban-java/Makefile        Fri Sep 24 09:37:28 2004 +0000
+++ b/games/cgoban-java/Makefile        Fri Sep 24 10:58:18 2004 +0000
@@ -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 -r 9c983b5e0779 -r 9032bf5776f2 games/cgoban-java/distinfo
--- a/games/cgoban-java/distinfo        Fri Sep 24 09:37:28 2004 +0000
+++ b/games/cgoban-java/distinfo        Fri Sep 24 10:58:18 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index