2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164) |
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
2005-12-31 13:32:49 by Thomas Klausner | Files touched by this commit (212) |
Log message:
Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
|
2005-08-10 22:56:30 by Johnny C. Lam | Files touched by this commit (339) |
Log message:
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
2005-07-21 18:30:01 by Thomas Klausner | Files touched by this commit (328) |
Log message:
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
2005-04-19 02:49:49 by Thomas Klausner | Files touched by this commit (4) |
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.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-24 00:12:05 by Alistair G. Crooks | Files touched by this commit (223) |
Log message:
Add RMD160 digests.
|
2004-10-03 02:15:03 by Todd Vierling | Files touched by this commit (518) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-11 23:43:27 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
Add missing includes to make this package build on NetBSD 1.6.
|
2004-08-15 23:42:51 by Thomas Klausner | Files touched by this commit (3) |
Log message:
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.
|