Home
last modified time | relevance | path

Searched refs:BLACK_ROOK (Results 1 – 22 of 22) sorted by relevance

/dports/games/jin/jin-2.14.1/src/free/chess/variants/fischerrandom/
H A DFischerRandom.java124 else if ((takenPiece!=null)&&(takenPiece!=ChessPiece.BLACK_ROOK)) in isShortCastling()
129 if (takenPiece == ChessPiece.BLACK_ROOK) in isShortCastling()
141 if (piece == ChessPiece.BLACK_ROOK){ in isShortCastling()
142 if ((takenPiece == ChessPiece.BLACK_ROOK)&&(!endingSquare.equals(file, rank))) in isShortCastling()
213 else if ((takenPiece!=null)&&(takenPiece!=ChessPiece.BLACK_ROOK)) in isLongCastling()
221 if (takenPiece == ChessPiece.BLACK_ROOK) in isLongCastling()
233 if (piece == ChessPiece.BLACK_ROOK){ in isLongCastling()
234 if ((takenPiece == ChessPiece.BLACK_ROOK)&&(!endingSquare.equals(file, rank))) in isLongCastling()
/dports/games/jin/jin-2.14.1/src/free/chess/
H A DChessPiece.java99 public static final ChessPiece BLACK_ROOK = new ChessPiece(BLACK,ROOK); field in ChessPiece
144 case 'r': return ChessPiece.BLACK_ROOK; in fromShortString()
223 return (this==WHITE_ROOK)||(this==BLACK_ROOK); in isRook()
H A DChesslikeGenericVariant.java62 …ROMOTION_TARGETS = new ChessPiece[]{ChessPiece.BLACK_QUEEN, ChessPiece.BLACK_ROOK, ChessPiece.BLAC…
231 else if (pos.getPieceAt("h8")!=ChessPiece.BLACK_ROOK) in isShortCastling()
282 else if (pos.getPieceAt("a8")!=ChessPiece.BLACK_ROOK) in isLongCastling()
H A DImagePiecePainter.java233 ChessPiece.WHITE_ROOK, ChessPiece.BLACK_ROOK, in load()
/dports/games/jin/jin-2.14.1/src/free/chess/variants/
H A DBothSidesCastlingVariant.java85 (pos.getPieceAt("h8") == ChessPiece.BLACK_ROOK) && in isShortCastling()
91 (pos.getPieceAt("a8") == ChessPiece.BLACK_ROOK) && in isShortCastling()
142 (pos.getPieceAt("a8") == ChessPiece.BLACK_ROOK) && in isLongCastling()
149 (pos.getPieceAt("h8") == ChessPiece.BLACK_ROOK) && in isLongCastling()
/dports/games/dreamchess/dreamchess-0.3.0/dreamer/src/
H A Dboard.c85 add_piece(board, SQUARE_A8, BLACK_ROOK); in setup_board()
92 add_piece(board, SQUARE_H8, BLACK_ROOK); in setup_board()
284 if (board->bitboard[BLACK_ROOK] & mask) in find_black_piece()
285 return BLACK_ROOK; in find_black_piece()
341 board->bitboard[BLACK_ALL] |= board->bitboard[BLACK_ROOK]; in execute_move()
346 board->bitboard[BLACK_ALL] |= board->bitboard[BLACK_ROOK]; in execute_move()
619 board->bitboard[BLACK_ALL] |= board->bitboard[BLACK_ROOK]; in unmake_move()
647 board->bitboard[BLACK_ALL] |= board->bitboard[BLACK_ROOK]; in unmake_move()
H A Deval.c82 if (board->bitboard[BLACK_ROOK] & square_bit[square]) in eval_king_tropism()
220 if (board->bitboard[BLACK_ROOK] & square_bit[SQUARE_A8]) in eval_development()
222 if (board->bitboard[BLACK_ROOK] & square_bit[SQUARE_H8]) in eval_development()
H A Dboard.h36 #define BLACK_ROOK 7 macro
/dports/graphics/povray36/povray-3.6.1/scenes/objects/
H A Dchesmsh.pov19 /* Texture declarations for object 'BLACK_ROOK' */
H A Dchess.inc266 /* Object 'BLACK_ROOK' */
/dports/games/jin/jin-2.14.1/src/free/chess/variants/giveaway/
H A DGiveaway.java60 new ChessPiece[]{ChessPiece.BLACK_QUEEN, ChessPiece.BLACK_ROOK,
/dports/games/jin/jin-2.14.1/src/free/chess/variants/suicide/
H A DSuicide.java55 …new ChessPiece[]{ChessPiece.BLACK_QUEEN, ChessPiece.BLACK_ROOK, ChessPiece.BLACK_BISHOP, ChessPiec…
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/objects/
H A Dchesmsh.pov25 /* Texture declarations for object 'BLACK_ROOK' */
H A Dchess.inc271 /* Object 'BLACK_ROOK' */
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/objects/
H A Dchesmsh.pov25 /* Texture declarations for object 'BLACK_ROOK' */
H A Dchess.inc271 /* Object 'BLACK_ROOK' */
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/
H A Dboard.h37 #define BLACK_ROOK 7 macro
H A Dboard.c46 board->square[56] = BLACK_ROOK; in board_setup()
53 board->square[63] = BLACK_ROOK; in board_setup()
/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DVisualBoard.java90 option[1] = (ImageIcon) icons.get(new Integer(VirtualBoard.BLACK_ROOK)); in selectPromotion()
484 loadIcon(VirtualBoard.BLACK_ROOK, "BR.gif");
580 …figure = new VisualPoolFigure(VirtualBoard.BLACK_ROOK, 9 * FIELDSIZE + 2 * rankLabelWidth, FIELDSI…
H A DVirtualBoard.java53 static final int BLACK_ROOK = 9; field in VirtualBoard
1150 if (field[move.fromField()] == WHITE_ROOK || field[move.fromField()] == BLACK_ROOK) in algebraicDraft()
2269 field[to] = BLACK_ROOK; in move()
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/gui/
H A Dingame_ui.c70 health = 36 - ((get_board()->captured[BLACK_PAWN]) + (get_board()->captured[BLACK_ROOK] * 5) + in draw_health_bar()
/dports/games/crafty/crafty-25.2_1/
H A Dtbprobe.c42 #define BLACK_ROOK (TB_BPAWN + 3) macro
557 pcs[BLACK_ROOK ^ mirror] * PRIME_BLACK_ROOK + in calc_key_from_pcs()
581 case BLACK_ROOK: in get_pieces()