ladybird/Userland
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
..
Applets Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Applications DisplaySettings: Fix broken path to MonitorSettingsWidget's GML 2021-05-20 00:25:15 +02:00
Demos CatDog: Don't show context menu when clicking outside of widget 2021-05-19 23:14:07 +02:00
DevTools Inspector: Throw an error when inspecting a process it has no access to 2021-05-20 08:21:48 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Solitaire: Prevent player dragging entire stack to foundation 2021-05-18 20:05:10 +02:00
Libraries LibChess: Fixed PGN export bug (#7300) 2021-05-20 08:32:19 +02:00
Services CrashDaemon: Fix CrashReporter argument order 2021-05-18 23:42:02 +01:00
Shell Shell: Avoid moving AK::Function instances while inside them 2021-05-19 21:36:57 +02:00
Utilities LibCpp: Generalize ASTNode::dump() to support redirecting its output 2021-05-19 23:19:07 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00