]> git.sesse.net Git - remoteglot-book/log
remoteglot-book
10 years agoDo not show the version number in the <h1>, for now.
Steinar H. Gunderson [Mon, 18 Nov 2013 22:28:34 +0000 (23:28 +0100)]
Do not show the version number in the <h1>, for now.

10 years agoMake the design a tad more responsive, courtesy of Mia.
Steinar H. Gunderson [Mon, 18 Nov 2013 22:27:22 +0000 (23:27 +0100)]
Make the design a tad more responsive, courtesy of Mia.

10 years agoSlight cleanup in analysis.pl.
Steinar H. Gunderson [Mon, 18 Nov 2013 21:22:28 +0000 (22:22 +0100)]
Slight cleanup in analysis.pl.

10 years agoMove the JavaScript into an external file.
Steinar H. Gunderson [Mon, 18 Nov 2013 21:12:47 +0000 (22:12 +0100)]
Move the JavaScript into an external file.

10 years agoMove the CSS into a separate file.
Steinar H. Gunderson [Mon, 18 Nov 2013 21:10:13 +0000 (22:10 +0100)]
Move the CSS into a separate file.

10 years agoHost chessboard.js locally.
Steinar H. Gunderson [Mon, 18 Nov 2013 21:04:37 +0000 (22:04 +0100)]
Host chessboard.js locally.

10 years agoRemove an obsolete parameter.
Steinar H. Gunderson [Mon, 18 Nov 2013 21:02:36 +0000 (22:02 +0100)]
Remove an obsolete parameter.

10 years agoAdd the WWW directory. It is a mess currently, but...
Steinar H. Gunderson [Mon, 18 Nov 2013 20:58:15 +0000 (21:58 +0100)]
Add the WWW directory. It is a mess currently, but...

10 years agoUpdate slightly more often.
Steinar H. Gunderson [Mon, 18 Nov 2013 01:03:10 +0000 (02:03 +0100)]
Update slightly more often.

10 years agoFix another score inversion issue, this time in the secondary engine output.
Steinar H. Gunderson [Mon, 18 Nov 2013 01:02:53 +0000 (02:02 +0100)]
Fix another score inversion issue, this time in the secondary engine output.

10 years agoInclude the last move in simple (UCI) form in the JSON output.
Steinar H. Gunderson [Mon, 18 Nov 2013 01:02:40 +0000 (02:02 +0100)]
Include the last move in simple (UCI) form in the JSON output.

10 years agoFix an issue where moves in the secondary engine search would linger around from...
Steinar H. Gunderson [Mon, 18 Nov 2013 01:02:19 +0000 (02:02 +0100)]
Fix an issue where moves in the secondary engine search would linger around from previous omves.

10 years agoUse the engine's own MultiPV support instead of trying to fake it ourselves. Seems...
Steinar H. Gunderson [Sun, 17 Nov 2013 13:34:52 +0000 (14:34 +0100)]
Use the engine's own MultiPV support instead of trying to fake it ourselves. Seems to be much faster.

10 years agoDeal with multipv not being the first element on the info line (e.g. for Stockfish).
Steinar H. Gunderson [Sun, 17 Nov 2013 13:33:59 +0000 (14:33 +0100)]
Deal with multipv not being the first element on the info line (e.g. for Stockfish).

10 years agoFix some score sign issues. (These things are so easy to mess up.)
Steinar H. Gunderson [Sun, 17 Nov 2013 01:42:38 +0000 (02:42 +0100)]
Fix some score sign issues. (These things are so easy to mess up.)

10 years agoFix display of selective depth and Nalimov hits together.
Steinar H. Gunderson [Sun, 17 Nov 2013 01:42:02 +0000 (02:42 +0100)]
Fix display of selective depth and Nalimov hits together.

10 years agoAdd JSON output, for the upcoming web interface.
Steinar H. Gunderson [Sun, 17 Nov 2013 01:41:48 +0000 (02:41 +0100)]
Add JSON output, for the upcoming web interface.

10 years agoFix 0.00 showing for long_score, too.
Steinar H. Gunderson [Sat, 16 Nov 2013 10:48:26 +0000 (11:48 +0100)]
Fix 0.00 showing for long_score, too.

10 years agoShow score_cp=0 as 0.00, not +0.00 or -0.00.
Steinar H. Gunderson [Sat, 16 Nov 2013 10:43:47 +0000 (11:43 +0100)]
Show score_cp=0 as 0.00, not +0.00 or -0.00.

10 years agoFix an issue where mpv-only info would take only the first line.
Steinar H. Gunderson [Fri, 15 Nov 2013 18:09:32 +0000 (19:09 +0100)]
Fix an issue where mpv-only info would take only the first line.

10 years agoIgnore upperbound and lowerbound scores (Stockfish originates these).
Steinar H. Gunderson [Fri, 15 Nov 2013 18:08:43 +0000 (19:08 +0100)]
Ignore upperbound and lowerbound scores (Stockfish originates these).

10 years agoFix refutation display with always-mpv-engines.
Steinar H. Gunderson [Fri, 15 Nov 2013 00:51:11 +0000 (01:51 +0100)]
Fix refutation display with always-mpv-engines.

10 years agoFix so update is not indefinitely delayed by engine chatter.
Steinar H. Gunderson [Fri, 15 Nov 2013 00:50:15 +0000 (01:50 +0100)]
Fix so update is not indefinitely delayed by engine chatter.

10 years agoeval must be exited with die, not next.
Steinar H. Gunderson [Fri, 15 Nov 2013 00:23:47 +0000 (01:23 +0100)]
eval must be exited with die, not next.

10 years agoTag which engine we are talking to in ucilog.txt
Steinar H. Gunderson [Fri, 15 Nov 2013 00:23:38 +0000 (01:23 +0100)]
Tag which engine we are talking to in ucilog.txt

10 years agoAdd some slightly better line buffering.
Steinar H. Gunderson [Fri, 15 Nov 2013 00:16:55 +0000 (01:16 +0100)]
Add some slightly better line buffering.

10 years agoAdd support for a second engine, for showing simple refutations.
Steinar H. Gunderson [Fri, 15 Nov 2013 00:02:25 +0000 (01:02 +0100)]
Add support for a second engine, for showing simple refutations.

10 years agoFix UCI id parsing.
Steinar H. Gunderson [Thu, 14 Nov 2013 18:20:25 +0000 (19:20 +0100)]
Fix UCI id parsing.

10 years agoFix a minor bug in read_line().
Steinar H. Gunderson [Wed, 13 Nov 2013 22:50:39 +0000 (23:50 +0100)]
Fix a minor bug in read_line().

10 years agoStick uciinfo and uciids into the engine.
Steinar H. Gunderson [Wed, 13 Nov 2013 22:42:40 +0000 (23:42 +0100)]
Stick uciinfo and uciids into the engine.

10 years agoFactor out make_move() from prettyprint_pv().
Steinar H. Gunderson [Wed, 13 Nov 2013 22:08:07 +0000 (23:08 +0100)]
Factor out make_move() from prettyprint_pv().

10 years agoFactor out FEN generation from style 12 parsing.
Steinar H. Gunderson [Wed, 13 Nov 2013 21:11:52 +0000 (22:11 +0100)]
Factor out FEN generation from style 12 parsing.

10 years agoHandle double pawn moves in can_reach.
Steinar H. Gunderson [Wed, 13 Nov 2013 20:52:51 +0000 (21:52 +0100)]
Handle double pawn moves in can_reach.

10 years agoFactor out read_line().
Steinar H. Gunderson [Wed, 13 Nov 2013 19:32:42 +0000 (20:32 +0100)]
Factor out read_line().

10 years agoFix some deprecated Perl syntax.
Steinar H. Gunderson [Wed, 13 Nov 2013 19:17:18 +0000 (20:17 +0100)]
Fix some deprecated Perl syntax.

10 years agoSmall refactoring to prepare to multiple engines.
Steinar H. Gunderson [Wed, 13 Nov 2013 19:17:02 +0000 (20:17 +0100)]
Small refactoring to prepare to multiple engines.

10 years agoRemove some obsolete parameters.
Steinar H. Gunderson [Wed, 13 Nov 2013 19:13:52 +0000 (20:13 +0100)]
Remove some obsolete parameters.

11 years agoInitial checkin for move to Git (no prior version history available).
Steinar H. Gunderson [Tue, 22 Jan 2013 16:18:14 +0000 (17:18 +0100)]
Initial checkin for move to Git (no prior version history available).