2013-11-19 |
Steinar H. Gunderson | Properly sort the scores as numbers, not strings. Oops.
|
commit | commitdiff | tree |
2013-11-19 |
Steinar H. Gunderson | Implement If-Modified-Since manually, since browser...
|
commit | commitdiff | tree |
2013-11-19 |
Steinar H. Gunderson | Make the score larger.
|
commit | commitdiff | tree |
2013-11-19 |
Steinar H. Gunderson | Keep highlight properly on resize.
|
commit | commitdiff | tree |
2013-11-19 |
Steinar H. Gunderson | Properly resize board arrows when the board updates.
|
commit | commitdiff | tree |
2013-11-19 |
Steinar H. Gunderson | Do various tweaks to work better on mobile devices.
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Unbreak analysis.pl.
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Do not show the version number in the <h1>, for now.
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Make the design a tad more responsive, courtesy of...
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Slight cleanup in analysis.pl.
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Move the JavaScript into an external file.
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Move the CSS into a separate file.
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Host chessboard.js locally.
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Remove an obsolete parameter.
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Add the WWW directory. It is a mess currently, but...
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Update slightly more often.
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Fix another score inversion issue, this time in the...
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Include the last move in simple (UCI) form in the JSON...
|
commit | commitdiff | tree |
2013-11-18 |
Steinar H. Gunderson | Fix an issue where moves in the secondary engine search...
|
commit | commitdiff | tree |
2013-11-17 |
Steinar H. Gunderson | Use the engine's own MultiPV support instead of trying...
|
commit | commitdiff | tree |
2013-11-17 |
Steinar H. Gunderson | Deal with multipv not being the first element on the...
|
commit | commitdiff | tree |
2013-11-17 |
Steinar H. Gunderson | Fix some score sign issues. (These things are so easy...
|
commit | commitdiff | tree |
2013-11-17 |
Steinar H. Gunderson | Fix display of selective depth and Nalimov hits together.
|
commit | commitdiff | tree |
2013-11-17 |
Steinar H. Gunderson | Add JSON output, for the upcoming web interface.
|
commit | commitdiff | tree |
2013-11-16 |
Steinar H. Gunderson | Fix 0.00 showing for long_score, too.
|
commit | commitdiff | tree |
2013-11-16 |
Steinar H. Gunderson | Show score_cp=0 as 0.00, not +0.00 or -0.00.
|
commit | commitdiff | tree |
2013-11-15 |
Steinar H. Gunderson | Fix an issue where mpv-only info would take only the...
|
commit | commitdiff | tree |
2013-11-15 |
Steinar H. Gunderson | Ignore upperbound and lowerbound scores (Stockfish...
|
commit | commitdiff | tree |
2013-11-15 |
Steinar H. Gunderson | Fix refutation display with always-mpv-engines.
|
commit | commitdiff | tree |
2013-11-15 |
Steinar H. Gunderson | Fix so update is not indefinitely delayed by engine...
|
commit | commitdiff | tree |
2013-11-15 |
Steinar H. Gunderson | eval must be exited with die, not next.
|
commit | commitdiff | tree |
2013-11-15 |
Steinar H. Gunderson | Tag which engine we are talking to in ucilog.txt
|
commit | commitdiff | tree |
2013-11-15 |
Steinar H. Gunderson | Add some slightly better line buffering.
|
commit | commitdiff | tree |
2013-11-15 |
Steinar H. Gunderson | Add support for a second engine, for showing simple...
|
commit | commitdiff | tree |
2013-11-14 |
Steinar H. Gunderson | Fix UCI id parsing.
|
commit | commitdiff | tree |
2013-11-13 |
Steinar H. Gunderson | Fix a minor bug in read_line().
|
commit | commitdiff | tree |
2013-11-13 |
Steinar H. Gunderson | Stick uciinfo and uciids into the engine.
|
commit | commitdiff | tree |
2013-11-13 |
Steinar H. Gunderson | Factor out make_move() from prettyprint_pv().
|
commit | commitdiff | tree |
2013-11-13 |
Steinar H. Gunderson | Factor out FEN generation from style 12 parsing.
|
commit | commitdiff | tree |
2013-11-13 |
Steinar H. Gunderson | Handle double pawn moves in can_reach.
|
commit | commitdiff | tree |
2013-11-13 |
Steinar H. Gunderson | Factor out read_line().
|
commit | commitdiff | tree |
2013-11-13 |
Steinar H. Gunderson | Fix some deprecated Perl syntax.
|
commit | commitdiff | tree |
2013-11-13 |
Steinar H. Gunderson | Small refactoring to prepare to multiple engines.
|
commit | commitdiff | tree |
2013-11-13 |
Steinar H. Gunderson | Remove some obsolete parameters.
|
commit | commitdiff | tree |
|