Home
last modified time | relevance | path

Searched refs:IsLegalMove (Results 1 – 14 of 14) sorted by relevance

/dports/x11/eaglemode/eaglemode-0.95.0/src/SilChess/
H A DSilChess.cpp114 if (!machine->IsLegalMove(m)) { in main()
144 if (!machine->IsLegalMove(m)) { in main()
345 if (!machine->IsLegalMove(m)) printf("Illegal move: %s\n",tmp); in xboard_mode()
H A DSilChessPanel.cpp279 if (machine->IsLegalMove(m)) { in Input()
H A DXSilChess.cpp654 if (Machine->IsLegalMove(m)) { in MousePress()
H A DSilChessMachine.cpp217 bool SilChessMachine::IsLegalMove(const Move & m) const in IsLegalMove() function in SilChessMachine
/dports/x11/eaglemode/eaglemode-0.95.0/include/SilChess/
H A DSilChessMachine.h67 bool IsLegalMove(const Move & m) const;
/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_position.h363 bool IsLegalMove(simpleMoveT * sm);
H A Dguess_guessengine.cpp2103 if(Pos.IsLegalMove(&hashmove)) in Search()
2910 if(! Pos.IsLegalMove(sm)) in PrintPV()
H A Dguess_position.cpp1351 Position::IsLegalMove(simpleMoveT * sm) in IsLegalMove() function in Position
/dports/games/scid/scid/src/
H A Dposition.h240 bool IsLegalMove (simpleMoveT * sm);
H A Dengine.cpp1695 if (Pos.IsLegalMove (&hashmove)) { in Search()
2298 if (! Pos.IsLegalMove (sm)) { in PrintPV()
H A Dposition.cpp874 Position::IsLegalMove (simpleMoveT * sm) { in IsLegalMove() function in Position
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.h242 bool IsLegalMove (simpleMoveT * sm);
H A Dposition.cpp882 Position::IsLegalMove (simpleMoveT * sm) { in IsLegalMove() function in Position
/dports/games/gnuchess/gnuchess-6.2.9/
H A DNEWS630 IsLegalMove() whereby an en-passant was considered illegal.
632 d. IsLegalMove() was missing out enpassant captures. Fixed.
665 fixes in IsLegalMove() and Evaluate().
689 k. Added in an IsLegalMove() function to test if a move is legal.