]> git.sesse.net Git - remoteglot/history - Position.pm
Fix an issue where we would lose the history after Chess960-style castling, since...
[remoteglot] / Position.pm
2018-11-26 Steinar H. GundersonFix an issue where we would lose the history after...
2018-02-09 Steinar H. GundersonYet more Chess960 castling fixes.
2018-02-04 Steinar H. GundersonYet more Chess960 fixes.
2018-01-07 Steinar H. GundersonAnother castling fix.
2018-01-06 Steinar H. GundersonImplement Chess960 castling rules on the backend.
2018-01-06 Steinar H. GundersonMake the Chess960 storage/test a bit more efficient.
2018-01-06 Steinar H. GundersonInform the engine if we have a Chess960 game.
2018-01-06 Steinar H. GundersonSupport starting from a nonstandard position.
2018-01-06 Steinar H. GundersonRemove bitpacked_fen, which is only really in use for...
2016-01-24 Steinar H. GundersonUse standalone tablebase probes to convert +123.xx...
2015-05-15 Steinar H. GundersonMake all clock data be in seconds internally, moving...
2015-01-24 Steinar H. GundersonFix FICS clock parsing.
2014-12-04 Steinar H. GundersonSupport constructing Position objects from FEN strings.
2014-12-03 Steinar H. GundersonWe do not need to prettyprint a move if we already...
2014-12-03 Steinar H. GundersonAdd board/position output to a bitpacked format.
2014-12-03 Steinar H. GundersonRemove en passant hack for Rybka 2, which is now obsole...
2014-11-23 Steinar H. GundersonAdd clock support.
2014-11-20 Steinar H. GundersonMinor pruning of some unused JSON fields.
2014-11-15 Steinar H. GundersonAdd support for fetching move history from FICS (entire...
2014-11-13 Steinar H. Gunderson Add support for looking up into the Lomonosov tablebas...
2014-11-09 Steinar H. GundersonDo not send the prettyprint cache in the JSON; it only...
2014-09-20 Steinar H. GundersonAdd a cache around prettyprint_pv, since it is consumin...
2014-09-05 Steinar H. GundersonFix last_move_uci for PGN loads.
2014-08-06 Steinar H. GundersonHandle PGN names with spaces in them.
2014-08-06 Steinar H. GundersonFix the move prettyprinting on make_move().
2014-08-06 Steinar H. GundersonAdd some more utility functions.
2014-06-15 Steinar H. GundersonAdd some routines that are useful to parse PGNs.
2014-06-15 Steinar H. GundersonSome minor style12 parsing fixups.
2014-06-15 Steinar H. GundersonMinor fixes in Position.
2014-06-15 Steinar H. GundersonMove most of the chess position/board handling into...