summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2004-07-17 01:33:58 +0000
committerrh <rh@pkgsrc.org>2004-07-17 01:33:58 +0000
commitffa420a593f64d16e2cfa8342c0a87c1453aaf73 (patch)
tree24f12974e71cb11841ba2b6edda6ba74cd43e1fd /games
parentcf8b6b22b8ae9614b97358d0ebac378f75e457b6 (diff)
downloadpkgsrc-ffa420a593f64d16e2cfa8342c0a87c1453aaf73.tar.gz
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 (limited to 'games')
-rw-r--r--games/cgoban-java/Makefile4
-rw-r--r--games/cgoban-java/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/games/cgoban-java/Makefile b/games/cgoban-java/Makefile
index 17df5592ba5..34454e60d4d 100644
--- a/games/cgoban-java/Makefile
+++ b/games/cgoban-java/Makefile
@@ -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 --git a/games/cgoban-java/distinfo b/games/cgoban-java/distinfo
index 64f59ba9d45..b70922dbe91 100644
--- a/games/cgoban-java/distinfo
+++ b/games/cgoban-java/distinfo
@@ -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