X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=09e9e77d1d1a33ad5143030dcf55a6f7eddc2ea1;hb=259aca883470b6cd7fc47e417475f05120400d3c;hp=b45fcf1fee8f5ab07c1238b6dc0bb713a313f435;hpb=f29ff21f23c2a22fc55e14ba48c53d704c22289d;p=xboard.git diff --git a/common.h b/common.h index b45fcf1..09e9e77 100644 --- a/common.h +++ b/common.h @@ -109,7 +109,7 @@ int pclose(FILE *); // [HGM] license: Messages that engines must print to satisfy their license requirements for patented variants #define GOTHIC "Gothic Chess (see www.GothicChess.com) is licensed under U.S. Patent #6,481,716 by Ed Trice" -#define NOFALCON "Falcon Chess (see www.chessvariants.com) is licensed under U.S. Patent #5,690,334 by George W. Duke" +#define FALCON "Falcon Chess (see www.chessvariants.com) is licensed under U.S. Patent #5,690,334 by George W. Duke" /* [HGM] Some notes about board sizes: In games that allow piece drops, the holdings are considered part of the @@ -572,6 +572,7 @@ typedef struct { char * ucciAdapter; char * polyglotDir; Boolean usePolyglotBook; + Boolean defNoBook; char * polyglotBook; int bookDepth; int bookStrength; @@ -633,6 +634,9 @@ typedef struct { int eloThreshold2; int dateThreshold; int searchMode; + int stretch; + Boolean ignoreColors; + Boolean findMirror; char *userName; int rewindIndex; /* [HGM] autoinc */ int sameColorGames; /* [HGM] alternate */ @@ -645,6 +649,8 @@ typedef struct { Boolean noGUI; /* [HGM] fast: suppress all display updates */ char *engOptions[ENGINES]; /* [HGM] options */ char *fenOverride[ENGINES]; + char *features[ENGINES]; + char *featureDefaults; Boolean keepAlive; /* [HGM] alive */ Boolean forceIllegal;/*[HGM] illegal */ Boolean noJoin; /* [HGM] join */ @@ -667,6 +673,8 @@ typedef struct { char *processes; char *results; char *participants; + char *afterGame; + char *afterTourney; int tourneyType; int tourneyCycles; int seedBase;