Daniel Bächli

Results 11 issues of Daniel Bächli

The method `toSanArray` allows getting the SAN for a played move. BTW, it would also be nice if there is a more convenient way to achieve this. But the method...

The `getEnPassantTarget` on the `Board` and `MoveBackup` class does not work as expected, as well `isEnPassantMove` on class `MoveBackup`. ``` final Board board = new Board(); board.doMove("e4"); board.doMove("Nf6"); board.doMove("e5"); board.doMove("d5");...

If one records the pawn piece, the move announcement speaks the pawn piece. e4 becomes "pawn e4", not simply "e4". But that is not speaking the SAN. If one does...

Playing against the engine with a custom position works fine with the alternate DGT driver. However, when I start another game with another custom position, the DGT Control window does...

I found the issue in the old GitHub, https://github.com/lukasmonk/lucaschess/issues/117, but not here, so adding it here. I hope that is fine. The option to record sounds is unique. However, to...

When having recorded the results announcement, sometimes when a game terminates, the square of the last move is not spoken. Examples: - The game ends after Qc8 with a stalemate....

When the move is a piece capture, the name of the captured piece is unnecessarily spoken. For example, the knight capturing the queen on g4, Nxg4, is spoken as "knight...

The rules for online chess released by FIDE not so long ago require auto-draw on threefold and fifty-moves. Not because FIDE says so, but because I think it is taking...

### Preflight Checklist - [ ] Running `microsoft-edge:https://google.com` redirects successfully - [ ] Microsoft Edge is selected in any "How do you want to open this?" box ### Install Type...

bug

## 🐛 Problem Report When the Selenium IDE Extension is active, it hangs up the browser severely after logging into GMX. It's such a special problem, I don't expect any...