]> git.sesse.net Git - remoteglot/history - Board.pm
Fix an issue where we would error out if we called fathom in a position that was...
[remoteglot] / Board.pm
2016-11-15 Steinar H. GundersonReject more invalid moves.
2016-01-24 Steinar H. GundersonFix a bug with formatting pawn captures that result...
2016-01-23 Steinar H. GundersonMake castling O-O instead of 0-0, as per FEN standard.
2015-12-23 Steinar H. GundersonFix an issue where prettyprint_move would write out...
2015-12-10 Steinar H. GundersonDeal with PGNs that do not give out piece information.
2014-12-03 Steinar H. GundersonBe lazier when parsing pretty moves. About 25% speedup...
2014-12-03 Steinar H. GundersonAdd board/position output to a bitpacked format.
2014-11-15 Steinar H. GundersonSlightly better diagnostics.
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...