Home
last modified time | relevance | path

Searched refs:VariantAtomic (Results 1 – 10 of 10) sorted by relevance

/dports/games/xboard-devel/xboard-f49e7e1/
H A Dcommon.h377 VariantAtomic, /* Capturing piece explodes (ICC wild 27) */ enumerator
H A Dbackend.c402 case VariantAtomic: in PosFlags()
1233 case VariantAtomic: /* should work except for win condition */ in InitBackEnd1()
2211 v = VariantAtomic; in StringToVariant()
6665 if(gameInfo.variant == VariantAtomic && boards[currentMove][toY][toX] != EmptySquare) { in HasPromotionChoice()
7346 if(gameInfo.variant == VariantAtomic && in Explode()
8031 …if(v == Variant3Check || v == VariantAtomic) return nMine > 1; // can win through checking / explo… in MatingPotential()
8121 if(gameInfo.variant == VariantAtomic && nr[WhiteKing] + nr[BlackKing] < 2) { in Adjudicate()
10301 } else if (gameInfo.variant == VariantAtomic) { in ApplyMove()
H A Ddialogs.c464 { VariantAtomic, 0, 135, NULL, (void*) &Pick, "#FFFFFF", NULL, Button, N_("atomic")},
H A Dmoves.c1949 case VariantAtomic: in MateTest()
H A DChangeLog15277 * ICC wild 27 is now recognized as VariantAtomic, and it sets the
/dports/games/xboard/xboard-4.9.1/
H A Dcommon.h381 VariantAtomic, /* Capturing piece explodes (ICC wild 27) */ enumerator
H A Dbackend.c403 case VariantAtomic: in PosFlags()
1236 case VariantAtomic: /* should work except for win condition */ in InitBackEnd1()
2220 v = VariantAtomic; in StringToVariant()
6779 if(gameInfo.variant == VariantAtomic && boards[currentMove][toY][toX] != EmptySquare) { in HasPromotionChoice()
7473 if(gameInfo.variant == VariantAtomic && in Explode()
8207 …if(v == Variant3Check || v == VariantAtomic) return nMine > 1; // can win through checking / explo… in MatingPotential()
8297 if(gameInfo.variant == VariantAtomic && nr[WhiteKing] + nr[BlackKing] < 2) { in Adjudicate()
10539 } else if (gameInfo.variant == VariantAtomic) { in ApplyMove()
H A Dmoves.c2033 case VariantAtomic: in MateTest()
H A Ddialogs.c468 { VariantAtomic, 0, 135, NULL, (void*) &Pick, "#FFFFFF", NULL, Button, N_("atomic")},
H A DChangeLog18788 * ICC wild 27 is now recognized as VariantAtomic, and it sets the