ladybird/Userland/Games
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
..
BrickGame AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Chess LibChess: Fix crash when importing PGN 2024-05-11 07:41:57 +01:00
ColorLines AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
FlappyBug Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Flood AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
GameOfLife AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Hearts LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
MasterWord LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
Minesweeper LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
Snake AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Solitaire LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
Spider LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
TwentyFourtyEight TwentyFourtyEight: Port to GML compilation 2024-04-15 14:01:13 +02:00
CMakeLists.txt 2048: Rename to TwentyFourtyEight for GML compatibility 2024-04-15 14:01:13 +02:00