Move encoding indices were sometimes getting reversed causing illegal moves.
Fixed buffer overrun causing heap corruption.
In console mode, board display not being updated between moves.
Fixed console mode play.
Fixed opening book bugs.
Any chance to fix the promotion bug too?
when it promotes a pawn it sends "e2e1" on the xboard protocol instead of "e2e1q" and GUIs catch this as illegal move
gepasi wrote: ↑Sat May 16, 2026 4:17 am
Any chance to fix the promotion bug too?
when it promotes a pawn it sends "e2e1" on the xboard protocol instead of "e2e1q" and GUIs catch this as illegal move