Home
last modified time | relevance | path

Searched refs:Castling (Results 1 – 25 of 128) sorted by relevance

123456

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_position.h102 unsigned char Castling; // castling flags variable
308 return (Castling ? true : false); in CastlingPossible()
312 return Castling; in GetCastlingFlags()
316 Castling = b; in SetCastlingFlags()
437 Castling |= b; in SetCastling()
441 Castling &= (255 - b); in SetCastling()
459 if(Castling & b) in GetCastling()
H A Dguess_position.cpp980 Castling = 0; in Clear()
1065 Castling = 0; in StdStart()
2708 sm->castleFlags = Castling; in DoSimpleMove()
2818 if(Castling) in DoSimpleMove()
2913 Castling = m->castleFlags; in UndoSimpleMove()
3610 Castling = src->Castling; in CopyFrom()
/dports/games/scid/scid/src/
H A Dposition.h104 byte Castling; // castling flags variable
219 return Castling & b; in GetCastling()
221 inline bool CastlingPossible () { return (Castling ? true : false); } in CastlingPossible()
222 byte GetCastlingFlags () { return Castling; } in GetCastlingFlags()
223 void SetCastlingFlags (byte b) { Castling = b; } in SetCastlingFlags()
321 if (flag) { Castling |= b; } else { Castling &= (255-b); } in SetCastling()
H A Dposition.cpp579 Castling = 0; in Clear()
633 p->Castling = 0; in getStdStart()
1593 sm->castleFlags = Castling; in DoSimpleMove()
1673 if (Castling) { in DoSimpleMove()
1728 Castling = m->castleFlags; in UndoSimpleMove()
2572 Castling = str[33] - 1; in ReadFromCompactStr()
2585 cboard[33] = 1 + Castling; in PrintCompactStr()
2617 cboard[33] = 1 + Castling; in PrintCompactStrFlipped()
2830 if (Castling == 0) { in PrintFEN()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.h104 byte Castling; // castling flags variable
216 Castling &= (c == WHITE) ? 0b11111100 : 0b11110011; in ClearCastlingFlags()
223 return Castling & b; in GetCastling()
225 byte GetCastlingFlags () { return Castling; } in GetCastlingFlags()
331 if (flag) { Castling |= b; } else { Castling &= (255-b); } in SetCastling()
H A Dposition.cpp587 Castling = 0; in Clear()
641 p->Castling = 0; in getStdStart()
1599 sm->castleFlags = Castling; in DoSimpleMove()
1684 if (Castling) { in DoSimpleMove()
1733 Castling = m->castleFlags; in UndoSimpleMove()
2527 Castling = str[33] - 1; in ReadFromCompactStr()
2540 cboard[33] = 1 + Castling; in PrintCompactStr()
2572 cboard[33] = 1 + Castling; in PrintCompactStrFlipped()
2780 if (Castling == 0) { in PrintFEN()
/dports/games/cuyo/cuyo-2.1.0/data/
H A Dschach.ld225 # TRANSLATORS: "King" and "Castling" are chess terms.
231 # TRANSLATORS: "Queen" and "Castling" are chess terms.
232 message("Castling queen's side\n150 Bonus Points");
237 # TRANSLATORS: "King" and "Castling" are chess terms.
238 message("Castling king's side\n100 Bonus Points");
/dports/games/jin/jin-2.14.1/src/free/jin/sound/fics/
H A Dpreferences36 Castling = castle-fics.au
/dports/games/jin/jin-2.14.1/src/free/jin/sound/icc/
H A Dpreferences41 Castling = castle-icc.au
/dports/games/scid/scid/engines/phalanx-scid/
H A Dio.c816 int s, empty_counter=0, Castling=0; in printpositionfen() local
852 { printf("K"); Castling++;} in printpositionfen()
856 { printf("Q"); Castling++;} in printpositionfen()
860 { printf("k"); Castling++;} in printpositionfen()
863 { printf("q"); Castling++;} in printpositionfen()
865 if (!Castling) printf("- "); else printf(" "); in printpositionfen()
/dports/games/phalanx/Phalanx-XXV/
H A Dio.c954 int s, empty_counter=0, Castling=0; in printpositionfen() local
990 { printf("K"); Castling++;} in printpositionfen()
994 { printf("Q"); Castling++;} in printpositionfen()
998 { printf("k"); Castling++;} in printpositionfen()
1001 { printf("q"); Castling++;} in printpositionfen()
1003 if (!Castling) printf("- "); else printf(" "); in printpositionfen()
/dports/games/cuyo/cuyo-2.1.0/po/
H A Dcuyo.pot1124 #. TRANSLATORS: "King" and "Castling" are chess terms.
1128 "Castling both sides\n"
1132 #. TRANSLATORS: "Queen" and "Castling" are chess terms.
1135 "Castling queen's side\n"
1139 #. TRANSLATORS: "King" and "Castling" are chess terms.
1142 "Castling king's side\n"
H A Dde.po1187 #. TRANSLATORS: "King" and "Castling" are chess terms.
1191 "Castling both sides\n"
1198 #. TRANSLATORS: "Queen" and "Castling" are chess terms.
1201 "Castling queen's side\n"
1207 #. TRANSLATORS: "King" and "Castling" are chess terms.
1210 "Castling king's side\n"
H A Dpt.po1189 #. TRANSLATORS: "King" and "Castling" are chess terms.
1193 "Castling both sides\n"
1200 #. TRANSLATORS: "Queen" and "Castling" are chess terms.
1203 "Castling queen's side\n"
1209 #. TRANSLATORS: "King" and "Castling" are chess terms.
1212 "Castling king's side\n"
/dports/print/lyx/lyx-2.3.4.2/lib/tex/
H A Dlyxskak.sty772 \gdef\Castling{\False}\gdef\LongCastling{\False}}
784 {\def\Castling{\True}%
839 Castling: \BoolToString{\Castling},
1102 {\Castling%
/dports/games/sjeng/Sjeng-Free-11.2/
H A DNEWS24 Castling in giveaway is now recognized
/dports/games/3dc/3Dc/
H A DCHANGES6 - Castling and Promotion
/dports/games/chessx/chessx-1.5.6/
H A DChangeLog161 - New feature: Castling support for chess960
180 - Bugfix: Castling not possible sometimes
/dports/games/xboard-devel/xboard-f49e7e1/
H A DNEWS940 Castling rights and e.p. rights are now fully maintained, and
1054 Castling rights and e.p. rights are now fully maintained, and
1285 Castling rights and e.p. rights are now fully maintained, and
1439 are acceptable in FENs. 'x' is interpreted as a skip of 10. Castling
/dports/games/gnome-chess/gnome-chess-41.1/lib/
H A Dchess-state.vala95 /* Field 3: Castling availability */
/dports/games/xboard/xboard-4.9.1/
H A DNEWS984 Castling rights and e.p. rights are now fully maintained, and
1098 Castling rights and e.p. rights are now fully maintained, and
1329 Castling rights and e.p. rights are now fully maintained, and
1483 are acceptable in FENs. 'x' is interpreted as a skip of 10. Castling
/dports/games/py-pychess/pychess-1.0.2/learn/puzzles/
H A Dkubbel.olv124 - Castling
H A Dlasker.olv1220 - Castling
/dports/games/fairymax/fairymax-67cee03/data/
H A Dfmax.ini189 Castling can be done only with the original corner piece as specified
/dports/games/py-pychess/pychess-1.0.2/lang/en_GB/LC_MESSAGES/
H A Dpychess.po3716 "* Castling is done similarly to normal chess:\n"
3718 …sed,\n* so they are not on the same files as White's King and Queen.\n* Castling is done similarly…
3733 "* Castling is done similarly to normal chess:\n"
3735 …ition of the pieces on their first ranks is random.\n* Castling is done similarly…
5128 "Castling availability field is not legal. \n"
5131 msgstr "Castling availability field is not legal. \n\n%s"

123456