2014-06-15 |
Steinar H. Gunderson | Remove the tell code; it is never used in practice.
|
commit | commitdiff | tree |
2014-06-15 |
Steinar H. Gunderson | Move most of the chess position/board handling into...
|
commit | commitdiff | tree |
2014-06-09 |
Steinar H. Gunderson | Fix castling display when looking down PVs.
|
commit | commitdiff | tree |
2014-06-09 |
Steinar H. Gunderson | Update copyright year.
|
commit | commitdiff | tree |
2014-06-09 |
Steinar H. Gunderson | Print the name of the players.
|
commit | commitdiff | tree |
2014-06-09 |
Steinar H. Gunderson | Replace Nalimov with Syzygy everywhere.
|
commit | commitdiff | tree |
2014-06-08 |
Steinar H. Gunderson | Fix a bug where “next move” would not work.
|
commit | commitdiff | tree |
2013-11-23 |
Steinar H. Gunderson | Fix the arrow head color.
|
commit | commitdiff | tree |
2013-11-23 |
Steinar H. Gunderson | Various not-so-pretty type annotations.
|
commit | commitdiff | tree |
2013-11-23 |
Steinar H. Gunderson | Stop sending board around all the time.
|
commit | commitdiff | tree |
2013-11-23 |
Steinar H. Gunderson | Make the second engine optional.
|
commit | commitdiff | tree |
2013-11-23 |
Steinar H. Gunderson | Fix another issue with the Closure compiler.
|
commit | commitdiff | tree |
2013-11-23 |
Steinar H. Gunderson | Actually remove jsPlumb.
|
commit | commitdiff | tree |
2013-11-23 |
Steinar H. Gunderson | Make the JavaScript (more) compatible with the Google...
|
commit | commitdiff | tree |
2013-11-22 |
Steinar H. Gunderson | Whitespace fixes.
|
commit | commitdiff | tree |
2013-11-22 |
Steinar H. Gunderson | Replace jsPlumb by writing some SVG arrows ourselves.
|
commit | commitdiff | tree |
2013-11-22 |
Steinar H. Gunderson | Fix a missing var declaration.
|
commit | commitdiff | tree |
2013-11-22 |
Steinar H. Gunderson | Remove some trailing commas, since they are bad for IE.
|
commit | commitdiff | tree |
2013-11-21 |
Steinar H. Gunderson | Fix the zero-score long display again.
|
commit | commitdiff | tree |
2013-11-21 |
Steinar H. Gunderson | Fix some move number display issues. Argh.
|
commit | commitdiff | tree |
2013-11-21 |
Steinar H. Gunderson | Fix double inversion in score sorting.
|
commit | commitdiff | tree |
2013-11-21 |
Steinar H. Gunderson | Fix a crash that happens if we were looking at a PV...
|
commit | commitdiff | tree |
2013-11-21 |
Steinar H. Gunderson | Unbreak find_nonstupid_moves.
|
commit | commitdiff | tree |
2013-11-21 |
Steinar H. Gunderson | Clean up display_lines[] as needed.
|
commit | commitdiff | tree |
2013-11-21 |
Steinar H. Gunderson | Support navigating in the PVs.
|
commit | commitdiff | tree |
2013-11-21 |
Steinar H. Gunderson | Allow sorting refutation lines by score instead of...
|
commit | commitdiff | tree |
2013-11-21 |
Steinar H. Gunderson | Finally fix the -0.00 bug.
|
commit | commitdiff | tree |
2013-11-21 |
Steinar H. Gunderson | Another sign inversion...
|
commit | commitdiff | tree |
2013-11-20 |
Steinar H. Gunderson | Handle server errors better than just stopping.
|
commit | commitdiff | tree |
2013-11-20 |
Steinar H. Gunderson | Pack remoteglot.js into an anonymous function for better...
|
commit | commitdiff | tree |
2013-11-20 |
Steinar H. Gunderson | Remove obsolete function parameter.
|
commit | commitdiff | tree |
2013-11-20 |
Steinar H. Gunderson | Keep track of number of viewers.
|
commit | commitdiff | tree |
2013-11-20 |
Steinar H. Gunderson | We do not use the POSIX module.
|
commit | commitdiff | tree |
2013-11-19 |
Steinar H. Gunderson | Position the arrows in relation to the top-left square...
|
commit | commitdiff | tree |
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 |
|