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 |
2008-01-20 |
Steinar H. Gunderson | Workaround for double spaces added by Zappa Mexico...
|
commit | commitdiff | tree |
2008-01-12 |
Steinar H. Gunderson | Various more-or-less stupid changes.
|
commit | commitdiff | tree |
2007-07-19 |
Steinar H. Gunderson | booklook improvements -- too many to mention.
|
commit | commitdiff | tree |
2007-07-18 |
Steinar H. Gunderson | Remove a debugging message.
|
commit | commitdiff | tree |
2007-07-18 |
Steinar H. Gunderson | Various fixes for booklook.
|
commit | commitdiff | tree |
2007-07-18 |
Steinar H. Gunderson | Add book lookups.
|
commit | commitdiff | tree |
2007-07-08 |
Steinar H. Gunderson | Improve the tbhits output a bit, in particular wrt...
|
commit | commitdiff | tree |
2007-07-08 |
Steinar H. Gunderson | Say what move we're analyzing from.
|
commit | commitdiff | tree |
2007-07-08 |
Steinar H. Gunderson | Revert the PV numbering.
|
commit | commitdiff | tree |
2007-07-08 |
Steinar H. Gunderson | Print number annotations in the PVs. Not happy, will...
|
commit | commitdiff | tree |
2007-07-07 |
Steinar H. Gunderson | Add some primitive remote control.
|
commit | commitdiff | tree |
2007-07-07 |
Steinar H. Gunderson | Change to unbuffered reading for the UCI channel.
|
commit | commitdiff | tree |
2007-07-07 |
Steinar H. Gunderson | Turn off the new pipelining stuff by default; engines...
|
commit | commitdiff | tree |
2007-07-07 |
Steinar H. Gunderson | Preserve analysis is not a good default.
|
commit | commitdiff | tree |
2007-07-07 |
Steinar H. Gunderson | Timestamp the UCI log.
|
commit | commitdiff | tree |
2007-07-07 |
Steinar H. Gunderson | Don't double-stop the engine.
|
commit | commitdiff | tree |
2007-07-07 |
Steinar H. Gunderson | Tons of little bug fixes for the new UCI pipelining...
|
commit | commitdiff | tree |
2007-07-07 |
Steinar H. Gunderson | Hopefully fix the pipelining issues once and for all.
|
commit | commitdiff | tree |
2007-07-02 |
Steinar H. Gunderson | Be more aggressive about clearing out the UCI info...
|
commit | commitdiff | tree |
2007-07-02 |
Steinar H. Gunderson | Fix a scoring bug in multi-PV mode too.
|
commit | commitdiff | tree |
2007-07-01 |
Steinar H. Gunderson | Shorten the FICS messages a bit.
|
commit | commitdiff | tree |
2007-07-01 |
Steinar H. Gunderson | Factor out the short and long scores into separate...
|
commit | commitdiff | tree |
2007-07-01 |
Steinar H. Gunderson | Add support for sending analysis back to FICS.
|
commit | commitdiff | tree |
2007-07-01 |
Steinar H. Gunderson | Minor reorganization.
|
commit | commitdiff | tree |
2007-06-30 |
Steinar H. Gunderson | Handle the "single MultiPV" information sent by Toga...
|
commit | commitdiff | tree |
2007-06-30 |
Steinar H. Gunderson | Print out who's doing the analysis.
|
commit | commitdiff | tree |
2007-06-30 |
Steinar H. Gunderson | Fix so the prettyprinter understands en passant.
|
commit | commitdiff | tree |
2007-06-30 |
Steinar H. Gunderson | More telnet-friendly clearing.
|
commit | commitdiff | tree |
2007-06-30 |
Steinar H. Gunderson | Try to weed out invalid PVs before printing them; should...
|
commit | commitdiff | tree |
2007-06-28 |
Steinar H. Gunderson | Fix an issue where the prettyprinter would think that...
|
commit | commitdiff | tree |
2007-06-28 |
Steinar H. Gunderson | Print more friendly mate information.
|
commit | commitdiff | tree |
2007-06-28 |
Steinar H. Gunderson | Fix yet more castling issues.
|
commit | commitdiff | tree |
2007-06-27 |
Steinar H. Gunderson | Turn down the usage of tablebases, as we don't have...
|
commit | commitdiff | tree |
2007-06-27 |
Steinar H. Gunderson | Some option tweaking.
|
commit | commitdiff | tree |
2007-06-27 |
Steinar H. Gunderson | Log ICS stuff to a separate log.
|
commit | commitdiff | tree |
2007-06-26 |
Steinar H. Gunderson | Add Multi-PV support (disabled by default, as it's...
|
commit | commitdiff | tree |
2007-06-26 |
Steinar H. Gunderson | chmod +x.
|
commit | commitdiff | tree |
2007-06-26 |
Steinar H. Gunderson | Don't output values if we don't have them; fixes warnings.
|
commit | commitdiff | tree |
2007-06-26 |
Steinar H. Gunderson | More castling fixes.
|
commit | commitdiff | tree |
2007-06-26 |
Steinar H. Gunderson | Fix display of long castling.
|
commit | commitdiff | tree |
2007-06-26 |
Steinar H. Gunderson | Changes for Rybka v2.3.2a.
|
commit | commitdiff | tree |
2007-06-16 |
Steinar H. Gunderson | Be stricter about the en passent handling in FEN notation...
|
commit | commitdiff | tree |
2007-06-16 |
Steinar H. Gunderson | Add some logging.
|
commit | commitdiff | tree |
2007-06-16 |
Steinar H. Gunderson | Hopefully fix the infamous select issues.
|
commit | commitdiff | tree |
2007-06-16 |
Steinar H. Gunderson | Minor Rybka changes.
|
commit | commitdiff | tree |
next |