gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] resignation allowed by default


From: Arend Bayer
Subject: [gnugo-devel] resignation allowed by default
Date: Sat, 31 Jul 2004 13:53:15 +0200 (CEST)


Before 3.4 we discussed enabling resing by default. Somehow we forgot about
it.  I suggest to do this now. I have always run TheGNUGo with --allow-resign
and all the resignations I saw seemed vey reasonable (in fact conservative).
Objections?

Arend

Index: configure.in
===================================================================
RCS file: /cvsroot/gnugo/gnugo/configure.in,v
retrieving revision 1.109
diff -u -p -r1.109 configure.in
--- configure.in        18 Jul 2004 22:07:42 -0000      1.109
+++ configure.in        31 Jul 2004 10:55:24 -0000
@@ -411,12 +411,12 @@ fi
 dnl ------------ Resignation allowed-------------------
 
 AH_TEMPLATE([RESIGNATION_ALLOWED],
-[Allow resignation. Default disabled])
+[Allow resignation. Default enabled])
 
-if test "$enable_resignation_allowed" = "yes" ; then
-   AC_DEFINE(RESIGNATION_ALLOWED, 1)
-else
+if test "$disable_resignation_allowed" = "yes" ; then
    AC_DEFINE(RESIGNATION_ALLOWED, 0)
+else
+   AC_DEFINE(RESIGNATION_ALLOWED, 1)
 fi
 
 dnl ------------ Oracle enabled-------------------
Index: doc/using.texi
===================================================================
RCS file: /cvsroot/gnugo/gnugo/doc/using.texi,v
retrieving revision 1.21
diff -u -p -r1.21 using.texi
--- doc/using.texi      16 Apr 2004 16:21:46 -0000      1.21
+++ doc/using.texi      31 Jul 2004 10:55:27 -0000
@@ -294,15 +294,15 @@ need this option.
 @end quotation
 @item @option{--resign-allowed}
 @quotation
-GNU Go will resign games if this option is enabled. Unfortunately
+GNU Go will resign games if this option is enabled. This is the default unless
+you build the engine with the configure option
address@hidden Unfortunately
 the Go Modem Protocol has no provision for passing a resignation,
 so this option has no effect in GMP mode.
 @end quotation
 @item @option{--never-resign}
 @quotation
-GNU Go will not resign games. This is the default unless you
-build the engine with the configure option 
address@hidden
+GNU Go will not resign games.
 @end quotation
 @end itemize
 




reply via email to

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