| Age | Commit message (Collapse) | Author |
|
The problem occurs with engine modules which reply to move events with move
events directly, i.e. cvhess-ai and chess-uci when replying with a book move.
Since chess-display-move first performs chess-game-move followed by
chess-display-paint-move, we end up with the plies getting painted in reverse.
This is visible when pieces are taken.
If we paint the move first and then emit the move event on the game,
the problem goes away.
|
|
|
|
|
|
|
|
chess-plain-border-chars via custom :type.
|
|
handler directly replies with a move because it was found in the book.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
default filter.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"make check-twic" will download the latest twic issues as PGN, concatenate
them and run test over them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|