diff options
author | wiz <wiz@pkgsrc.org> | 2004-08-15 21:42:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-08-15 21:42:51 +0000 |
commit | 382eb547eb6a1ba1639f2b2693a3f30824c28fd7 (patch) | |
tree | dec1aa7e4bce95756fd0a4897ce95046ddcbec46 /games/grhino | |
parent | 3eb0a7c263da37ffbc3b8fe3a3b54c8694a23adb (diff) | |
download | pkgsrc-382eb547eb6a1ba1639f2b2693a3f30824c28fd7.tar.gz |
Update to 0.12.0:
- Fix AI level bug caused by i18n enabling.
- Online help added.
- Random game added.
- Position of Main window, Pattern Evaluation and Game History windows
are remembered. Windows are opened automatically based on the
previous run.
- Fix several problems in parity evaluator.
- Fix game searching problem. Hashing across move is disabled. This
slows down winning move and end game searching but gets correct result.
- Fix problems with pattern score and open book generation.
- Black AI first move is no longer fixed to C4.
Diffstat (limited to 'games/grhino')
-rw-r--r-- | games/grhino/Makefile | 4 | ||||
-rw-r--r-- | games/grhino/PLIST | 14 | ||||
-rw-r--r-- | games/grhino/distinfo | 6 |
3 files changed, 14 insertions, 10 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 51eda282041..dba9de1568e 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/04/19 14:54:17 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2004/08/15 21:42:51 wiz Exp $ # -DISTNAME= grhino-0.11.0 +DISTNAME= grhino-0.12.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rhino/} diff --git a/games/grhino/PLIST b/games/grhino/PLIST index e83c6435aad..a05eb3f5e6c 100644 --- a/games/grhino/PLIST +++ b/games/grhino/PLIST @@ -1,11 +1,14 @@ -@comment $NetBSD: PLIST,v 1.3 2004/04/19 14:54:17 minskim Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/08/15 21:42:51 wiz Exp $ bin/grhino +share/gnome/help/grhino/C/figures/history.png +share/gnome/help/grhino/C/figures/mainwindow.png +share/gnome/help/grhino/C/figures/pattern.png +share/gnome/help/grhino/C/figures/prefs-ai.png +share/gnome/help/grhino/C/figures/prefs-board.png +share/gnome/help/grhino/C/figures/prefs-theme.png share/gnome/help/grhino/C/grhino-C.omf share/gnome/help/grhino/C/grhino.xml -share/gnome/help/grhino/C/preferences-0.html -share/gnome/help/grhino/C/preferences-1.html -share/gnome/help/grhino/C/preferences-2.html -share/gnome/help/grhino/C/topic.dat +share/gnome/help/grhino/C/legal.xml share/${PKGNAME}/book/book.bin share/${PKGNAME}/pattern/corner5x2.bin share/${PKGNAME}/pattern/diag1.bin @@ -32,6 +35,7 @@ ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/grhino.mo @dirrm share/${PKGNAME}/pattern @dirrm share/${PKGNAME}/book @dirrm share/${PKGNAME} +@dirrm share/gnome/help/grhino/C/figures @dirrm share/gnome/help/grhino/C @dirrm share/gnome/help/grhino @comment in gnome-dirs: @dirrm share/gnome/help diff --git a/games/grhino/distinfo b/games/grhino/distinfo index 5a84a3c1d00..9917320c0fa 100644 --- a/games/grhino/distinfo +++ b/games/grhino/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2004/04/19 14:54:17 minskim Exp $ +$NetBSD: distinfo,v 1.6 2004/08/15 21:42:51 wiz Exp $ -SHA1 (grhino-0.11.0.tar.gz) = fc1845cb340ae99fbca0fc6188eff73b53a5e250 -Size (grhino-0.11.0.tar.gz) = 904794 bytes +SHA1 (grhino-0.12.0.tar.gz) = 5ea1a524382acbb4d02aa01efef7b50db428c609 +Size (grhino-0.12.0.tar.gz) = 890606 bytes |