bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] experimental support for Hugh Sconyers' full 15x15bearof


From: Nardy Pillards
Subject: Re: [Bug-gnubg] experimental support for Hugh Sconyers' full 15x15bearoff
Date: Thu, 10 Jul 2003 13:48:04 +0200

From: "Joern Thyssen" <address@hidden>
Sent: Thursday, July 10, 2003 11:38 AM


> Hi all,
>
> I've added support for Hugh Sconyer's full 15x15 bearoff database in
> gnubg. There are still a few glitches, so I consider this feature
> experimental. One of them is that you need to issue the command
>
> set bearoff sconyers 15x15 dvd path "D:\\"
>
> (or whatever your DVD drive is called) before you can use it.
>
> There is a new menu entry "Analyse->Bearoff Database" that brings up a
> dialog. If the current positions a bearoff position you can see the
> equities of the position, or if there dice are rolled: the equities
> after the best move. Currently, this feature works with Hugh's 15x15
> bearoff database (on DVD or disk), gnubg's own two-sided bearoff
> database, and gnubg's own hypergammon databases.
>
> For users with huge disks I intend to add support for using the 15x15
> bearoff database in evaluations and analysis. I've written the code, but
> it's not enabled as I still need to debug it -- also I need a 50 GB disk
:-)
>
> I intend to add support for Hugh's backgame database and race database
> as well.
>
> Jørn

Win32 build (changelog 1.1144) :

1.
backgammon.h needs wininet.h (to find _max_path):
so maybe change:
(line 69 e.a.)

#ifdef WIN32
#include <wininet.h>
#define BIG_PATH _MAX_PATH
#else
#define BIG_PATH PATH_MAX

2.
and bearoff.c complains about 'implicit definition of dirname'
We (win32 MinGW) don't have 'dirname' and config.h reads:
#undef HAVE_DIRNAME

Nardy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]