Home
last modified time | relevance | path

Searched refs:setChess960 (Results 1 – 4 of 4) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/database/
H A Dbitboard.cpp854 setChess960(chess960); in fromGoodFen()
1056 setChess960(true); in fromGoodFen()
1062 setChess960(true); in fromGoodFen()
1072 setChess960(true); in fromGoodFen()
1078 setChess960(true); in fromGoodFen()
1376 setChess960(true); in fromChess960pos()
1491 void BitBoard::setChess960(bool chess960) in setChess960() function in BitBoard
H A Dbitboard.h187 void setChess960(bool chess960);
H A Dgamex.cpp120 m_startingBoard.setChess960(chess960); in clear()
/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dboardsetup.cpp642 b.setChess960(ui.btCheck960->isChecked()); in slotChess960()