Home
last modified time | relevance | path

Searched refs:enpassant (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/py-pychess/pychess-1.0.2/
H A DARTISTS7 Alastair Scott http://www.enpassant.dk/chess/fonteng.htm
8 Armando H. Marroquin http://www.enpassant.dk/chess/fonteng.htm
11 Eric Bentzen http://www.enpassant.dk/chess/fonteng.htm
14 Klaus Wolf http://www.enpassant.dk/chess/fonteng.htm
16 Matthieu Leschemelle http://www.enpassant.dk/chess/fonteng.htm
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Utils/lutils/
H A Dlmovegen.py233 enpassant = board.enpassant
315 pawnEnemies = enemies | (enpassant is not None and bitPosArray[enpassant] or 0)
361 elif cord == enpassant:
374 elif cord == enpassant:
414 elif cord == enpassant:
427 elif cord == enpassant:
474 enpassant = board.enpassant
547 pawnEnemies = enemies | (enpassant is not None and bitPosArray[enpassant] or 0)
562 elif cord == enpassant:
649 if board.enpassant:
[all …]
H A DLBoard.py136 self.enpassant = None # cord which can be captured by enpassant or None
498 if self.enpassant == epcord:
500 if self.enpassant is not None:
501 self.hash ^= epHashes[self.enpassant & 7]
504 self.enpassant = epcord
521 self.hist_enpassant.append(self.enpassant)
799 self.enpassant = self.hist_enpassant.pop()
854 b += self.enpassant is not None and reprCord[self.enpassant] or "-"
962 if not self.enpassant:
965 fenstr.append(reprCord[self.enpassant])
[all …]
H A Degtb_gaviota.py134 epsq = board.enpassant or 64 # 64 is tb_NOSQUARE
/dports/games/scid/scid/img/flags/
H A Dcopyright2 ### http://www.enpassant.dk/chess/palview/index.htm
/dports/games/scid/scid/img/pieces/Alpha/
H A Dcopyright3 # "Chess Fonts" page, http://www.enpassant.dk/chess/fonteng.htm
/dports/games/stockfish/Stockfish-sf_14/src/
H A Dposition.cpp42 Key enpassant[FILE_NB]; variable
121 Zobrist::enpassant[f] = rng.rand<Key>(); in init()
256 bool enpassant = false; in set() local
267 enpassant = pawn_attacks_bb(~sideToMove, st->epSquare) & pieces(sideToMove, PAWN) in set()
272 if (!enpassant) in set()
359 si->key ^= Zobrist::enpassant[file_of(si->epSquare)]; in set_state()
786 k ^= Zobrist::enpassant[file_of(st->epSquare)]; in do_move()
819 k ^= Zobrist::enpassant[file_of(st->epSquare)]; in do_move()
1011 st->key ^= Zobrist::enpassant[file_of(st->epSquare)]; in do_null_move()
/dports/games/scid/scid/img/pieces/Merida/
H A Dcopyright3 # "Chess Fonts" page, http://www.enpassant.dk/chess/fonteng.htm
/dports/games/scid/scid/img/pieces/Bauhaus/
H A Dcopyright3 # "Chess Fonts" page, http://www.enpassant.dk/chess/fonteng.htm
/dports/games/scid/scid/img/pieces/Leipzig/
H A Dcopyright4 # "Chess Fonts" page, http://www.enpassant.dk/chess/fonteng.htm
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Utils/
H A DBoard.py384 if self.board.enpassant is not None:
385 return Cord(self.board.enpassant)
388 enpassant = property(_get_enpassant) variable in Board
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/
H A DChess.php1988 function getPossiblePawnMoves($square, $color = null, $enpassant = null) argument
2002 if (is_null($enpassant)) {
2003 $enpassant = $this->_enPassantSquare;
2012 if ($square{1} == '5' && in_array(ord($enpassant{0}) - ord($square{0}),
2027 if ($square{1} == '4' && in_array(ord($enpassant{0}) - ord($square{0}),
/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_guessengine.h84 squareT enpassant; // En passant target square. member
H A Dguess_guessengine.cpp1548 ttEntry->enpassant = Pos.GetEPTarget(); in StoreHash()
1606 if(ttEntry->enpassant != Pos.GetEPTarget()) in ProbeHash()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dxskak.cwl90 enpassant
H A Dchessboard.cwl46 enpassant=%<field%>
/dports/games/scid/scid/tcl/tools/
H A Dfics.tcl1013 set enpassant "-"
1015 set enpassant "-"
1020 set enpassant "${fl}6"
1024 set enpassant "${fl}3"
1036 set fen "$fen $castle $enpassant [lindex $line 15] $moveNumber"
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DBoardView.py1570 enpassant = self.model.boards[-1].enpassant
1571 if not enpassant:
1576 x_loc, y_loc = self.cord2Point(enpassant)
1580 x_loc, y_loc = self.cord2Point(enpassant)
1887 enpascord = self.model.boards[-1].enpassant
H A DnewGameDialog.py734 ep = lboard.enpassant
/dports/games/scid/scid/src/
H A Dengine.h72 squareT enpassant; // En passant target square. member
H A Dengine.cpp1274 ttEntry->enpassant = Pos.GetEPTarget(); in StoreHash()
1304 if (ttEntry->enpassant != Pos.GetEPTarget()) { return SCORE_NONE; } in ProbeHash()
H A Dposition.cpp1999 bool enpassant = (p == PAWN && oldTo == EMPTY && in MakeSANString() local
2001 if (!enpassant && (p != KING || !m->isCastle()) && in MakeSANString()
/dports/net-im/tkabber-plugins/tkabber-plugins-1.1.2/chess/
H A Dchess.tcl1085 set enpassant 0
1113 set enpassant 1
1116 set enpassant 1
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.cpp2010 bool enpassant = (p == PAWN && oldTo == EMPTY && in MakeSANString() local
2012 if (!enpassant && (p != KING || !m->isCastle()) && in MakeSANString()
/dports/games/gnuchess/gnuchess-6.2.9/
H A DNEWS632 d. IsLegalMove() was missing out enpassant captures. Fixed.
829 The enpassant and castling hash codes are now 64 bit hash values

12