]> git.sesse.net Git - remoteglot-book/history - remoteglot.pl
Split some UCI stuff into a separate module.
[remoteglot-book] / remoteglot.pl
2014-06-15 Steinar H. GundersonSplit some UCI stuff into a separate module.
2014-06-15 Steinar H. GundersonMove move prettyprinting into Board.
2014-06-15 Steinar H. GundersonRemove the tell code; it is never used in practice.
2014-06-15 Steinar H. GundersonMove most of the chess position/board handling into...
2014-06-09 Steinar H. GundersonPrint the name of the players.
2014-06-09 Steinar H. GundersonReplace Nalimov with Syzygy everywhere.
2013-11-23 Steinar H. GundersonMake the second engine optional.
2013-11-21 Steinar H. GundersonFix the zero-score long display again.
2013-11-21 Steinar H. GundersonFinally fix the -0.00 bug.
2013-11-21 Steinar H. GundersonAnother sign inversion...
2013-11-18 Steinar H. GundersonRemove an obsolete parameter.
2013-11-18 Steinar H. GundersonUpdate slightly more often.
2013-11-18 Steinar H. GundersonFix another score inversion issue, this time in the...
2013-11-18 Steinar H. GundersonInclude the last move in simple (UCI) form in the JSON...
2013-11-18 Steinar H. GundersonFix an issue where moves in the secondary engine search...
2013-11-17 Steinar H. GundersonUse the engine's own MultiPV support instead of trying...
2013-11-17 Steinar H. GundersonDeal with multipv not being the first element on the...
2013-11-17 Steinar H. GundersonFix some score sign issues. (These things are so easy...
2013-11-17 Steinar H. GundersonFix display of selective depth and Nalimov hits together.
2013-11-17 Steinar H. GundersonAdd JSON output, for the upcoming web interface.
2013-11-16 Steinar H. GundersonFix 0.00 showing for long_score, too.
2013-11-16 Steinar H. GundersonShow score_cp=0 as 0.00, not +0.00 or -0.00.
2013-11-15 Steinar H. GundersonFix an issue where mpv-only info would take only the...
2013-11-15 Steinar H. GundersonIgnore upperbound and lowerbound scores (Stockfish...
2013-11-15 Steinar H. GundersonFix refutation display with always-mpv-engines.
2013-11-15 Steinar H. GundersonFix so update is not indefinitely delayed by engine...
2013-11-15 Steinar H. Gundersoneval must be exited with die, not next.
2013-11-15 Steinar H. GundersonTag which engine we are talking to in ucilog.txt
2013-11-15 Steinar H. GundersonAdd some slightly better line buffering.
2013-11-15 Steinar H. GundersonAdd support for a second engine, for showing simple...
2013-11-14 Steinar H. GundersonFix UCI id parsing.
2013-11-13 Steinar H. GundersonFix a minor bug in read_line().
2013-11-13 Steinar H. GundersonStick uciinfo and uciids into the engine.
2013-11-13 Steinar H. GundersonFactor out make_move() from prettyprint_pv().
2013-11-13 Steinar H. GundersonFactor out FEN generation from style 12 parsing.
2013-11-13 Steinar H. GundersonHandle double pawn moves in can_reach.
2013-11-13 Steinar H. GundersonFactor out read_line().
2013-11-13 Steinar H. GundersonFix some deprecated Perl syntax.
2013-11-13 Steinar H. GundersonSmall refactoring to prepare to multiple engines.
2013-11-13 Steinar H. GundersonRemove some obsolete parameters.
2013-01-22 Steinar H. GundersonInitial checkin for move to Git (no prior version histo...