Home
last modified time | relevance | path

Searched refs:WHITE_BISHOP (Results 1 – 16 of 16) sorted by relevance

/dports/games/jin/jin-2.14.1/src/free/chess/
H A DChessPiece.java91 public static final ChessPiece WHITE_BISHOP = new ChessPiece(WHITE,BISHOP); field in ChessPiece
137 case 'B': return ChessPiece.WHITE_BISHOP; in fromShortString()
210 return (this==WHITE_BISHOP)||(this==BLACK_BISHOP); in isBishop()
H A DImagePiecePainter.java234 ChessPiece.WHITE_BISHOP, ChessPiece.BLACK_BISHOP, in load()
H A DChesslikeGenericVariant.java53 …hessPiece[]{ChessPiece.WHITE_QUEEN, ChessPiece.WHITE_ROOK, ChessPiece.WHITE_BISHOP, ChessPiece.WHI…
/dports/games/jin/jin-2.14.1/src/free/chess/variants/giveaway/
H A DGiveaway.java49 ChessPiece.WHITE_BISHOP, ChessPiece.WHITE_KNIGHT, ChessPiece.WHITE_KING};
/dports/games/jin/jin-2.14.1/src/free/chess/variants/suicide/
H A DSuicide.java44 …new ChessPiece[]{ChessPiece.WHITE_QUEEN, ChessPiece.WHITE_ROOK, ChessPiece.WHITE_BISHOP, ChessPiec…
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/
H A Dboard.h33 #define WHITE_BISHOP 4 macro
H A Dboard.c40 board->square[2] = WHITE_BISHOP; in board_setup()
43 board->square[5] = WHITE_BISHOP; in board_setup()
/dports/games/dreamchess/dreamchess-0.3.0/dreamer/src/
H A Deval.c161 bitboard = board->bitboard[WHITE_KNIGHT] | board->bitboard[WHITE_BISHOP]; in eval_development()
180 if (board->bitboard[WHITE_BISHOP] & square_bit[SQUARE_C1]) in eval_development()
182 if (board->bitboard[WHITE_BISHOP] & square_bit[SQUARE_F1]) in eval_development()
H A Dboard.c79 add_piece(board, SQUARE_C1, WHITE_BISHOP); in setup_board()
82 add_piece(board, SQUARE_F1, WHITE_BISHOP); in setup_board()
307 if (board->bitboard[WHITE_BISHOP] & mask) in find_white_piece()
308 return WHITE_BISHOP; in find_white_piece()
H A Dboard.h32 #define WHITE_BISHOP 4 macro
/dports/net-im/psi/psi-1.5/src/plugins/deprecated/chess/
H A Dgameboard.cpp67 case GameBoard::WHITE_BISHOP: in hasMyFigure()
109 case GameBoard::WHITE_BISHOP: in hasEnemyFigure()
350 case GameBoard::WHITE_BISHOP: in moveList()
893 map[58] = WHITE_BISHOP; in initMap()
896 map[61] = WHITE_BISHOP; in initMap()
902 map[2] = WHITE_BISHOP; in initMap()
905 map[5] = WHITE_BISHOP; in initMap()
1196 case WHITE_BISHOP: in sendFigure()
1413 case GameBoard::WHITE_BISHOP: in drawMap()
1568 ft = GameBoard::WHITE_BISHOP; in newFigure()
[all …]
H A Dgameboard.h59 WHITE_BISHOP = 0x03, enumerator
/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DVisualBoard.java86 option[2] = (ImageIcon) icons.get(new Integer(VirtualBoard.WHITE_BISHOP)); in selectPromotion()
479 loadIcon(VirtualBoard.WHITE_BISHOP, "WB.gif");
569 …figure = new VisualPoolFigure(VirtualBoard.WHITE_BISHOP, 8 * FIELDSIZE + 2 * rankLabelWidth, FIELD…
H A DVirtualBoard.java43 static final int WHITE_BISHOP = 4; field in VirtualBoard
1152 else if (field[move.fromField()] == WHITE_BISHOP || field[move.fromField()] == BLACK_BISHOP) in algebraicDraft()
2258 field[to] = WHITE_BISHOP; in move()
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/gui/
H A Dingame_ui.c67 (get_board()->captured[WHITE_BISHOP] * 3) + (get_board()->captured[WHITE_KNIGHT] * 3) + in draw_health_bar()
/dports/games/crafty/crafty-25.2_1/
H A Dtbprobe.c37 #define WHITE_BISHOP (TB_WPAWN + 2) macro
553 pcs[WHITE_BISHOP ^ mirror] * PRIME_WHITE_BISHOP + in calc_key_from_pcs()
571 case WHITE_BISHOP: in get_pieces()