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.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bddbc9188775
branches:  trunk
changeset: 478109:bddbc9188775
user:      rh <rh%pkgsrc.org@localhost>
date:      Sat Jul 17 01:33:58 2004 +0000

description:
Update cgoban-java to 2.6.3.

Changes from version 2.6.2 to 2.6.3 (Released 2004-07-13)

Bugs Fixed
----------

C13 - Put the "save game" button back in the GUI.

C13 - Fixed up enabled-ness of editing tools when in teaching
game. Really clicking an editing tools should (as Glue suggested, I
think) give the teacher control over editing, but that would be higher
risk than just disabling them and making the teacher choose "take
control", and I want this patch to get out today.

S - Fixed "duplicate games in open/active lists" bug. I'm 99% sure
that this is also the cause of the "ghost observers" bug.

C13 - Fixed recursive-endless-loop-when-opening-editing-tools that
seems to hit OS X. Maybe other platforms too.

C13 - Make it once again remember your sorting preferences for game lists.

C13 - Took out some bells.

*******************************************************************************

Changes from version 2.6.1 to 2.6.2 (Released 2004-07-12)

Bugs Fixed
----------

T - Tournaments seem to be working fine (on the server & web
side). Many many changes.

C13 - Fixed a misleading (or just plain wrong) error message that the
audio system would make sometimes.

C13 - Fixed the "exit with maximized windows and you'll never be able
to resize them again" bug.

C13 - Added a workaround for the "out of memory when I look at certain
games" bug. This was a 100% java bug, and my workaround will make the
names over the stones have a slightly worse appearance in some cases,
but it's 2 years after I submitted the bug to Sun and they haven't
fixed it, so I'm giving up.

C13 - When you try to play against somebody who set up a private
teaching game, you can't set it to "free" or "rated" any more. (When
you tried to do this, the server would kick you out!)

C13 - Got rid of use of system bell everywhere. It seems recent
windows systems have it disabled anyway. Now a short chime will be
played instead. A master "Sound enabled?" checkbox has been added to
the preferences window.

C13 - Changed keyboard accelerators for moving in SGF to just plain
arrow keys for "one at a time" movement, ctrl-arrow for "to
next/previous markup or variation". Finally figured out (atfer a lot
of investigating) why it seemed these only worked when the arrow
buttons had focus; it turns out, they worked as long as no focussed
button wanted the same keys - but such buttons were all over the
place! For example, click a scroll bar? It gets focus and eats all
arrow keys until you click something else. :-( So anyway, I did some
work, now it should really accept arrow keys to move through SGF
unless you have a text widget with a blinking cursor (in which case
the arrow keys move the cursor instead).

C13,S - Room owners & admins can now set a game to be a "special
event" game. Special event games are always put at the top of the game
list, to be easy to find.

C13 - Just noticed that the "registering" GUI is really ugly (way too
wide & short). Fixed up its proportions.

S - Changed network code a bit to make sure we never take very long to
handle inbound connections. When an audio game starts broadcasting,
everybody in the game sends a new connection at once - I think this
has been overloading the old network code and leaving people unable to
get the audio. Hopefully the new code will solve this problem.

C13,S - Rewrote the code for the "open games list." When I wrote it
the first time, I did a really crappy job. I mean, it worked, but it
was plugged into really awful parts of the server and was totally
impossible to extend in any useful way. So I rewrote it so that I can
create arbitrary "game collections" on the server. For 2.6.2, there
will be the open game list collection (which is now done), but there
will also be a game collection that has all non-private games that are
in progress.

C13 - Fixed the placement & size of labels for OS X.

Features Added
--------------

CGTP - Add an option for kgsGtp robots to reconnect automatically if
the server goes away.

S - Keep track of when users are promoted to assistant or admin. Sometimes I wonder how long people have been assistant/admin, but I don't know!

C13 - Added raw & audio data out levels to server stats window. (raw =
before compression, currently you only see raw)

C13,S - When your tournament game starts, it would be nice if the
"Your game has started!" alert had a "click here to join" just like
when somebody reloads an old game of yours.

C13 - Got rid of the editing tools window.

C13,S - Added room announcements. Admins, assistants, and room owners
can use this. Just like a normal chat, except it appears in bold, so
people knows it comes from somebody with authority.

C13 - Allow private uploads. No idea why I didn't have this in the first place.

C13 - Added auto-underlining (just like chat rooms) to message of the
day and user info. Took out "home page" box from user info, it now is
unnecessary.

C13,S,W - Finished server & client work for project x. Web page work
still required, but I can put that off until after the 2.6.2 release -
there will need to be a lot of server & client testing before the web
portion is needed anyway.

S - Room messages of private rooms are now not fully visible to
non-members. As per Cheyenne's suggestion, up to the first linebreak
is visible to everybody; so you can say "Ask wms to join this room\nHa
ha ha losers you can't read this" and everybody will see to ask wms to
join, but only members will see the message about losers.

C13,S - Changed "Last login:" to "Lost on:" in user info. Show when
they logged out last time, not in!

diffstat:

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

diffs (24 lines):

diff -r ee227e9182f6 -r bddbc9188775 games/cgoban-java/Makefile
--- a/games/cgoban-java/Makefile        Sat Jul 17 01:28:35 2004 +0000
+++ b/games/cgoban-java/Makefile        Sat Jul 17 01:33:58 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2004/06/28 17:04:08 abs Exp $
+# $NetBSD: Makefile,v 1.19 2004/07/17 01:33:58 rh Exp $
 #
 
-DISTNAME=      cgoban-unix-2.6.1
+DISTNAME=      cgoban-unix-2.6.3
 PKGNAME=       ${DISTNAME:S/unix/java/}
 CATEGORIES=    games java
 MASTER_SITES=  http://kgs.kiseido.com/
diff -r ee227e9182f6 -r bddbc9188775 games/cgoban-java/distinfo
--- a/games/cgoban-java/distinfo        Sat Jul 17 01:28:35 2004 +0000
+++ b/games/cgoban-java/distinfo        Sat Jul 17 01:33:58 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2004/05/29 07:51:19 rh Exp $
+$NetBSD: distinfo,v 1.12 2004/07/17 01:33:59 rh Exp $
 
-SHA1 (cgoban-unix-2.6.1.tar.bz2) = eceb6106aba6ab430d18c8e224a99f6f8ddb2cd4
-Size (cgoban-unix-2.6.1.tar.bz2) = 953564 bytes
+SHA1 (cgoban-unix-2.6.3.tar.bz2) = 3800e095458e591210352a8df3d21ef4d9cded8f
+Size (cgoban-unix-2.6.3.tar.bz2) = 1037160 bytes



Home | Main Index | Thread Index | Old Index