Subject: CVS commit: pkgsrc/games/grhino
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 04/19/2005 00:49:49
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Apr 19 00:49:49 UTC 2005

Modified Files:
	pkgsrc/games/grhino: Makefile PLIST distinfo
Removed Files:
	pkgsrc/games/grhino/patches: patch-aa

Log Message:
Update to 0.15.0:

Changes in version 0.15.0 from 0.14.0
-------------------------------------

- Change default AI level to 2.
- Fix incorrect score in game logging.
- Fix compilation error (Reported by Paul Pogonyshev).
- Add Alternate and Random AI color mode in Preference dialog box.
- Add new setting 'Show last move' in Preference dialog box.
- Fix gen_pattern bug that fails to close pattern file.
- Generate pattern and book from more GGS games.
- Add random game support in GTP frontend.
- Add driver to play two GTP against each other via 'aiai' executable.
  It is still not user friendly.  You must modify 'cmd_black' and
  'cmd_white' in the source code and build via 'make aiai' to try
  different AI parameters.  Use 'aiai --help' to list all command
  line options.
- Reduce race condition modifying game log.
- Avoid wipe out during AI midgame evaluation.

Changes in version 0.14.0 from 0.13.0
-------------------------------------

- Add experimental GTP frontend.  This allows future AI tuning
  and game server support.  It is tested with Quarry.  Only 8x8
  and no time limit games are supported.  Use 'gtp-rhino --help'
  to list all command line options.
- New configure options --enable-gnome (enabled by default) and
  --enable-gtp (also enabled by default).

Changes in version 0.13.0 from 0.12.0
-------------------------------------

- Add game open function.
- Transposition table is temporarily disabled as it seems to
  cause problem with AI calculation.
- Improve program startup speed.
- i18n fixes in various places.
- Size of open book file is reduced.
- Fix computer thread cancellation problem.
- Change log file format to GGS.  This supports random game logging.
- Fix problem restarting game when board opening preference is changed.
- Fix Game History window selection when window is opened during view
  mode.
- Fix AI pattern data bug when data is processed from GGS games.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/games/grhino/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/games/grhino/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/games/grhino/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/games/grhino/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.