mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:32:44 +00:00 
			
		
		
		
	|  c46ab4fbb9 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. | ||
|---|---|---|
| .. | ||
| Chess.cpp | ||
| Chess.h | ||
| CMakeLists.txt | ||
| UCICommand.cpp | ||
| UCICommand.h | ||
| UCIEndpoint.cpp | ||
| UCIEndpoint.h | ||