]> git.sesse.net Git - remoteglot/history - Board.pm
Format the short score (for the page title) properly from the backend instead of...
[remoteglot] / Board.pm
2014-11-13 Steinar H. Gunderson Add support for looking up into the Lomonosov tablebas...
2014-11-13 Steinar H. GundersonHandle slightly unstandard PGN promotion syntax.
2014-11-10 Steinar H. GundersonUppercase promotion choices correctly.
2014-09-20 Steinar H. GundersonMinor optimization (5% or so) by moving the most common...
2014-09-20 Steinar H. GundersonSmall microoptimization in in_check; do not go through...
2014-09-20 Steinar H. GundersonOnly test check status for one side; speeds up almost...
2014-09-20 Steinar H. GundersonTiny optimization in _find_kings.
2014-09-20 Steinar H. GundersonCall in_check() fewer times. Actually 60% or so faster.
2014-09-20 Steinar H. GundersonSmall microoptimization in Board::clone.
2014-09-05 Steinar H. GundersonFix last_move_uci for PGN loads.
2014-06-15 Steinar H. GundersonFix some promotion bugs.
2014-06-15 Steinar H. GundersonImprove the support for en passant somewhat.
2014-06-15 Steinar H. GundersonWhen parsing moves, use illegal moves to disambiguate.
2014-06-15 Steinar H. GundersonAdd some routines that are useful to parse PGNs.
2014-06-15 Steinar H. GundersonMove move prettyprinting into Board.
2014-06-15 Steinar H. GundersonMove most of the chess position/board handling into...