X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=09e9e77d1d1a33ad5143030dcf55a6f7eddc2ea1;hb=259aca883470b6cd7fc47e417475f05120400d3c;hp=928a85d14b2b94b719e0ab8846f3a20fbd29bbe7;hpb=86473f8c47a82552a7766df71bdd7e99a4830181;p=xboard.git diff --git a/common.h b/common.h index 928a85d..09e9e77 100644 --- a/common.h +++ b/common.h @@ -634,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 */ @@ -646,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 */ @@ -669,6 +674,7 @@ typedef struct { char *results; char *participants; char *afterGame; + char *afterTourney; int tourneyType; int tourneyCycles; int seedBase;