ladybird/Userland/Games/Chess
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
..
ChessWidget.cpp LibChess: Fix crash when importing PGN 2024-05-11 07:41:57 +01:00
ChessWidget.h Chess: Improve PGN importing 2024-05-06 19:25:07 +01:00
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Engine.cpp Chess: Replace usage of DeprecatedString 2023-08-06 22:21:10 +02:00
Engine.h Chess: Replace usage of DeprecatedString 2023-08-06 22:21:10 +02:00
main.cpp Chess: Improve PGN importing 2024-05-06 19:25:07 +01:00
PromotionDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
PromotionDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00