serenity/Userland/Libraries/LibChess
Josh Perry c46ab4fbb9
LibChess: Fixed PGN export bug (#7300)
In cases with ambiguous captures involving pawns (where multiple pieces
could have made the capture), we were exporting invalid syntax for
the move:

`1. e4 e5 2. Bb5 c6 3. Bxc6 ddxc6`

Move 3 should be `Bxc6 dxc6`, but we were duplicating the d on the pawn
move.
2021-05-20 08:32:19 +02:00
..
Chess.cpp LibChess: Fixed PGN export bug (#7300) 2021-05-20 08:32:19 +02:00
Chess.h
CMakeLists.txt
UCICommand.cpp
UCICommand.h
UCIEndpoint.cpp
UCIEndpoint.h