Home
last modified time | relevance | path

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

/dports/games/jin/jin-2.14.1/src/free/chess/
H A DChessPiece.java90 public static final ChessPiece WHITE_KNIGHT = new ChessPiece(WHITE,KNIGHT); field in ChessPiece
136 case 'N': return ChessPiece.WHITE_KNIGHT; in fromShortString()
197 return (this==WHITE_KNIGHT)||(this==BLACK_KNIGHT); in isKnight()
H A DImagePiecePainter.java235 ChessPiece.WHITE_KNIGHT, ChessPiece.BLACK_KNIGHT, in load()
H A DChesslikeGenericVariant.java53 …]{ChessPiece.WHITE_QUEEN, ChessPiece.WHITE_ROOK, ChessPiece.WHITE_BISHOP, ChessPiece.WHITE_KNIGHT};
/dports/games/dreamchess/dreamchess-0.3.0/dreamer/src/
H A Deval.c65 else if (board->bitboard[WHITE_KNIGHT] & square_bit[square]) in eval_king_tropism()
161 bitboard = board->bitboard[WHITE_KNIGHT] | board->bitboard[WHITE_BISHOP]; in eval_development()
176 if (board->bitboard[WHITE_KNIGHT] & square_bit[SQUARE_B1]) in eval_development()
178 if (board->bitboard[WHITE_KNIGHT] & square_bit[SQUARE_G1]) in eval_development()
H A Dboard.c78 add_piece(board, SQUARE_B1, WHITE_KNIGHT); in setup_board()
83 add_piece(board, SQUARE_G1, WHITE_KNIGHT); in setup_board()
305 if (board->bitboard[WHITE_KNIGHT] & mask) in find_white_piece()
306 return WHITE_KNIGHT; in find_white_piece()
H A Dboard.h29 #define WHITE_KNIGHT 2 macro
/dports/graphics/povray36/povray-3.6.1/scenes/objects/
H A Dchesmsh.pov13 /* Texture declarations for object 'WHITE_KNIGHT' */
H A Dchess.inc2 /* Object 'WHITE_KNIGHT' */
/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 …ITE_QUEEN, ChessPiece.WHITE_ROOK, ChessPiece.WHITE_BISHOP, ChessPiece.WHITE_KNIGHT, ChessPiece.WHI…
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/objects/
H A Dchesmsh.pov19 /* Texture declarations for object 'WHITE_KNIGHT' */
H A Dchess.inc7 /* Object 'WHITE_KNIGHT' */
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/objects/
H A Dchesmsh.pov19 /* Texture declarations for object 'WHITE_KNIGHT' */
H A Dchess.inc7 /* Object 'WHITE_KNIGHT' */
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/
H A Dboard.h30 #define WHITE_KNIGHT 2 macro
H A Dboard.c39 board->square[1] = WHITE_KNIGHT; in board_setup()
44 board->square[6] = WHITE_KNIGHT; in board_setup()
/dports/net-im/psi/psi-1.5/src/plugins/deprecated/chess/
H A Dgameboard.cpp70 case GameBoard::WHITE_KNIGHT: in hasMyFigure()
111 case GameBoard::WHITE_KNIGHT: in hasEnemyFigure()
365 case GameBoard::WHITE_KNIGHT: in moveList()
892 map[57] = WHITE_KNIGHT; in initMap()
897 map[62] = WHITE_KNIGHT; in initMap()
901 map[1] = WHITE_KNIGHT; in initMap()
906 map[6] = WHITE_KNIGHT; in initMap()
1201 case WHITE_KNIGHT: in sendFigure()
1422 case GameBoard::WHITE_KNIGHT: in drawMap()
1571 ft = GameBoard::WHITE_KNIGHT; in newFigure()
[all …]
H A Dgameboard.h62 WHITE_KNIGHT = 0x06, enumerator
/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DVisualBoard.java87 option[3] = (ImageIcon) icons.get(new Integer(VirtualBoard.WHITE_KNIGHT)); in selectPromotion()
480 loadIcon(VirtualBoard.WHITE_KNIGHT, "WN.gif");
571 …figure = new VisualPoolFigure(VirtualBoard.WHITE_KNIGHT, 8 * FIELDSIZE + 2 * rankLabelWidth, FIELD…
H A DVirtualBoard.java45 static final int WHITE_KNIGHT = 5; field in VirtualBoard
1154 else if (field[move.fromField()] == WHITE_KNIGHT || field[move.fromField()] == BLACK_KNIGHT) in algebraicDraft()
2260 field[to] = WHITE_KNIGHT; 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.c38 #define WHITE_KNIGHT (TB_WPAWN + 1) macro
554 pcs[WHITE_KNIGHT ^ mirror] * PRIME_WHITE_KNIGHT + in calc_key_from_pcs()
573 case WHITE_KNIGHT: in get_pieces()