ladybird/Userland/Libraries/LibChess
dgaston 739cc4b8dc LibChess: Fix crash when importing PGN
Fix the incorrect parsing in `Chess::Move::from_algebraic`
of moves with a capture and promotion (e.g. gxf8=Q) due to
the promoted piece type not being passed through to the
`Board::is_legal` method. This addresses a FIXME regarding
this issue in `ChessWidget.cpp`.
2024-05-11 07:41:57 +01:00
..
Chess.cpp LibChess: Fix crash when importing PGN 2024-05-11 07:41:57 +01:00
Chess.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
CMakeLists.txt
UCICommand.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
UCICommand.h
UCIEndpoint.cpp
UCIEndpoint.h