X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=322bd6655a10fa0b356206704b9a27b72abaada9;hb=3b0732971d5ec32fc50ddc9218e3c1bbf0aa7995;hp=077c97908650fc1cc64e33c18982f2ce81228b6a;hpb=66a4d3394a1b23ab654e3fb6027ad9b5b2bd461c;p=xboard.git diff --git a/common.h b/common.h index 077c979..322bd66 100644 --- a/common.h +++ b/common.h @@ -263,7 +263,7 @@ typedef enum { WhiteDrop, BlackDrop, NormalMove, AmbiguousMove, IllegalMove, ImpossibleMove, WhiteWins, BlackWins, GameIsDrawn, GameUnfinished, - GNUChessGame, XBoardGame, MoveNumberOne, + GNUChessGame, XBoardGame, MoveNumberOne, Open, Close, Nothing, Comment, PositionDiagram, ElapsedTime, PGNTag, NAG } ChessMove; @@ -319,6 +319,7 @@ typedef enum { VariantGreat, VariantTwilight, VariantMakruk, + VariantSChess, VariantUnknown /* Catchall for other unknown variants */ } VariantClass; @@ -362,6 +363,7 @@ typedef enum { "great",\ "twilight",\ "makruk",\ + "seirawan",\ "unknown" \ } @@ -495,6 +497,7 @@ typedef struct { char *soundIcsLoss; char *soundIcsDraw; char *soundIcsUnfinished; + Boolean disguise; /* [HGM] Promoted Pawns look like pieces in bughouse */ Boolean reuseFirst; Boolean reuseSecond; Boolean animateDragging; /* If True, animate mouse dragging of pieces */ @@ -522,6 +525,7 @@ typedef struct { int secondProtocolVersion; Boolean showButtonBar; Boolean icsEngineAnalyze; + Boolean variations; /* [HGM] enable variation-tree walking */ /* [AS] New properties (down to the "ZIPPY" part) */ Boolean firstScoreIsAbsolute; /* If true, engine score is always from white side */