Home
last modified time | relevance | path

Searched refs:SetCastling (Results 1 – 6 of 6) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_position.cpp1066 SetCastling(WHITE, QSIDE, true); in StdStart()
1067 SetCastling(WHITE, KSIDE, true); in StdStart()
1068 SetCastling(BLACK, QSIDE, true); in StdStart()
1069 SetCastling(BLACK, KSIDE, true); in StdStart()
2822 SetCastling(ToMove, QSIDE, false); in DoSimpleMove()
2823 SetCastling(ToMove, KSIDE, false); in DoSimpleMove()
3461 SetCastling(WHITE, QSIDE, true); in ReadFromFEN()
3465 SetCastling(WHITE, KSIDE, true); in ReadFromFEN()
3472 SetCastling(BLACK, QSIDE, true); in ReadFromFEN()
3476 SetCastling(BLACK, KSIDE, true); in ReadFromFEN()
[all …]
H A Dguess_position.h304 inline void SetCastling(colorT c, castleDirT dir, bool flag);
427 Position::SetCastling(colorT c, castleDirT dir, bool flag) in SetCastling() function
/dports/games/scid/scid/src/
H A Dposition.cpp634 p->SetCastling (WHITE, QSIDE, true); p->SetCastling (WHITE, KSIDE, true); in getStdStart()
635 p->SetCastling (BLACK, QSIDE, true); p->SetCastling (BLACK, KSIDE, true); in getStdStart()
1675 SetCastling (ToMove, QSIDE, false); in DoSimpleMove()
1676 SetCastling (ToMove, KSIDE, false); in DoSimpleMove()
1680 if (from == A1) { SetCastling (WHITE, QSIDE, false); } in DoSimpleMove()
1681 if (from == H1) { SetCastling (WHITE, KSIDE, false); } in DoSimpleMove()
1682 if (to == A8) { SetCastling (BLACK, QSIDE, false); } in DoSimpleMove()
2735 SetCastling (WHITE, QSIDE, true); in ReadFromFEN()
2738 SetCastling (BLACK, QSIDE, true); in ReadFromFEN()
2741 SetCastling (WHITE, KSIDE, true); in ReadFromFEN()
[all …]
H A Dposition.h213 inline void SetCastling (colorT c, castleDirT dir, bool flag);
316 Position::SetCastling (colorT c, castleDirT dir, bool flag) in SetCastling() function
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.cpp642 p->SetCastling (WHITE, QSIDE, true); p->SetCastling (WHITE, KSIDE, true); in getStdStart()
643 p->SetCastling (BLACK, QSIDE, true); p->SetCastling (BLACK, KSIDE, true); in getStdStart()
1687 SetCastling(ToMove, QSIDE, false); in DoSimpleMove()
1689 SetCastling(ToMove, KSIDE, false); in DoSimpleMove()
1691 SetCastling(enemy, QSIDE, false); in DoSimpleMove()
1693 SetCastling(enemy, KSIDE, false); in DoSimpleMove()
2676 if (Board[A1] == WR) { SetCastling (WHITE, QSIDE, true); } in ReadFromFEN()
2687 SetCastling (WHITE, QSIDE, true); in ReadFromFEN()
2690 SetCastling (BLACK, QSIDE, true); in ReadFromFEN()
2693 SetCastling (WHITE, KSIDE, true); in ReadFromFEN()
[all …]
H A Dposition.h214 inline void SetCastling (colorT c, castleDirT dir, bool flag);
326 Position::SetCastling (colorT c, castleDirT dir, bool flag) in SetCastling() function