serenity/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 Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
UCICommand.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
UCICommand.h LibChess: Add optional ponder move to the BestMove command 2023-05-03 08:31:34 +01:00
UCIEndpoint.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
UCIEndpoint.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30