diff options
author | rh <rh> | 2003-05-08 10:44:07 +0000 |
---|---|---|
committer | rh <rh> | 2003-05-08 10:44:07 +0000 |
commit | 265f4da63c9c316b8f57179ffa8490acf5ce08c9 (patch) | |
tree | 9490e405e23bd8cf39bc07255cd97787a80ecab5 /games | |
parent | 7866867feca79ae6572c3f730cf1883e3e76619a (diff) | |
download | pkgsrc-265f4da63c9c316b8f57179ffa8490acf5ce08c9.tar.gz |
Update cgoban-java to 2.4.60.
Changes from version 2.4.59 to 2.4.60
Bugs Fixed
----------
I - Rengobot always notices when users show up now.
S - Doesn't make "1d" graph points for unranked accounts.
C13 - No longer stops changing whose move it is if you click on the
move tool more than twice.
C13,S - RE[] tag appears now if you review a game then save it.
S - Fixed the corruption on comressed data bug.
S - Players no longer lose their "?" in their rank when they play as White.
C13 - Fixed another bug in adding stones with addstone tool. The bug
fix for this actually cleaned up a bunch of earlier bugfixes, uniting
them all in one nice better solution.
S - Server will now remember all rooms you have joined when you log
in, no matter how many you are in.
Features Added
--------------
C13 - Got rid of "wood grain board?" click. Added "Textured stones?"
click, which makes all boards and stones grayscale and flat colors.
C13 - When you leave a message and it isn't properly left in the
person's mailbox, you now get a chance to try again. If the user was
logged in, it becomes a private tell instead.
C13, S - No more lecture games. Now all demonstration and teaching
games have a "quiet" checkbox on the toolbar, that lets you force
everybody else to be quiet.
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 f8326517042..5cde2f9466c 100644 --- a/games/cgoban-java/Makefile +++ b/games/cgoban-java/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/04/07 19:19:58 mason Exp $ +# $NetBSD: Makefile,v 1.5 2003/05/08 10:44:07 rh Exp $ # -DISTNAME= cgoban-unix-2.4.59 +DISTNAME= cgoban-unix-2.4.60 PKGNAME= ${DISTNAME:S/unix/java/} WRKSRC= ${WRKDIR}/cgoban CATEGORIES= games diff --git a/games/cgoban-java/distinfo b/games/cgoban-java/distinfo index e63ca4ea4a1..af3aa4e1fc2 100644 --- a/games/cgoban-java/distinfo +++ b/games/cgoban-java/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/04/07 19:19:58 mason Exp $ +$NetBSD: distinfo,v 1.4 2003/05/08 10:44:07 rh Exp $ -SHA1 (cgoban-unix-2.4.59.tar.bz2) = 45c8a25fda8a37d9cbd7d0b1723c904b64abde48 -Size (cgoban-unix-2.4.59.tar.bz2) = 863012 bytes +SHA1 (cgoban-unix-2.4.60.tar.bz2) = 72693014c51aab56ffad336d0365f89d62e9b7a3 +Size (cgoban-unix-2.4.60.tar.bz2) = 865119 bytes |