]> git.sesse.net Git - remoteglot/history - www
Fix some issues with things crashing when we had no position.
[remoteglot] / www /
2016-03-22 Steinar H. GundersonFix some issues with things crashing when we had no...
2016-03-22 Steinar H. GundersonReintroduce the concept of depth as a secondary sort...
2016-03-22 Steinar H. GundersonFix behavior of displayed score when we are in a sub...
2016-03-22 Steinar H. GundersonMake sure the title bar for the current game is always...
2016-03-22 Steinar H. GundersonFix “no score for this move” message when viewing history.
2016-03-22 Steinar H. GundersonAdd some keyboard shortcuts for switching games.
2016-03-22 Steinar H. GundersonUpdate copyright.
2016-03-22 Steinar H. GundersonShow result for finished games in title, and in the...
2016-03-22 Steinar H. GundersonRemove the score padding; it made sense when a terminal...
2016-03-22 Steinar H. GundersonPrioritize the current display line in move selection.
2016-03-22 Steinar H. GundersonUnbreak history uncollapsing.
2016-03-22 Steinar H. GundersonInclude the score when showing other games.
2016-03-22 Steinar H. GundersonAdd support for switching /hash backends when switching...
2016-03-22 Steinar H. GundersonMove the Node.js stuff out of the public www directory.
2016-03-21 Steinar H. GundersonDeal with negative depths.
2016-03-21 Steinar H. GundersonDeal with lines that have no search, just static eval.
2016-03-21 Steinar H. GundersonAdd a SCORE_NONE, and fix a typo.
2016-03-21 Steinar H. GundersonAdd a temporary safeguard.
2016-03-21 Steinar H. GundersonFix PV walking by click.
2016-03-21 Steinar H. GundersonWhen showing a non-PV line, switch the big score displa...
2016-03-21 Steinar H. GundersonMake score computation happen on the client instead...
2016-03-21 Steinar H. GundersonA little function split.
2016-03-21 Steinar H. GundersonBlank out the multi-PV lines while probing hash.
2016-03-21 Steinar H. GundersonFix JS serving crash with promotions in the hash PV.
2016-03-20 Steinar H. GundersonMake the JavaScript validate the FENs before sending...
2016-03-20 Steinar H. GundersonUpdate how-to-move description.
2016-03-20 Steinar H. GundersonFix score sorting (sigh).
2016-03-20 Steinar H. GundersonUse PV and history information for better move selection.
2016-03-20 Steinar H. GundersonPut a one-move PV on even the not-found hash probe...
2016-03-20 Steinar H. GundersonAllow making moves on the board, including suggestions...
2016-03-20 Steinar H. GundersonDon't invoke hash probes for positions that are merely...
2016-03-20 Steinar H. GundersonAdd support for probing the engine hash (requires gRPC...
2016-03-20 Steinar H. GundersonRefactor print_pv a bit.
2016-03-20 Steinar H. GundersonKeep track of whether the board is animating (not used...
2016-03-20 Steinar H. GundersonMake move highlighting more robust.
2016-03-20 Steinar H. GundersonKill the parameters to update_board(), as they are...
2016-03-20 Steinar H. GundersonSplit off move highlighting updates.
2016-03-20 Steinar H. GundersonMinor clarifications with board highlights.
2016-03-20 Steinar H. GundersonYet more small docstring updates.
2016-03-19 Steinar H. GundersonAdd a tiny bit of variable documentation.
2016-02-17 Steinar H. GundersonUpdate email address.
2016-01-31 Steinar H. GundersonCorrect the definition of 1.00.
2016-01-24 Steinar H. Gundersonserve-analysis.js does not need write access.
2015-12-23 Steinar H. GundersonUpdate chess.js.
2015-06-28 Steinar H. GundersonMake the current game switchable through the URL hash...
2015-06-28 Steinar H. GundersonMake engine URL, move source and similar values dynamic...
2015-06-27 Steinar H. GundersonAdd some support for listing games in progress, and...
2015-06-27 Steinar H. GundersonRemove an obsolete comment.
2015-06-25 Steinar H. GundersonIntegrate varnishcount.pl into serve-analysis.js, so...
2015-06-25 Steinar H. GundersonMake serve-analysis.js capable of handling e.g. /analys...
2015-06-23 Steinar H. GundersonFix an IE11 crash.
2015-06-21 Steinar H. GundersonFix an issue where switching backends would cause the...
2015-06-21 Steinar H. GundersonAdd code to switch backends; not yet used.
2015-06-21 Steinar H. GundersonMake the JSON filename served by Node.js configurable.
2015-06-21 Steinar H. GundersonMake serve-analysis.js capable of listening on a differ...
2015-06-21 Steinar H. GundersonVersion bump is done.
2015-06-21 Steinar H. GundersonBump version to 2015062104.
2015-06-21 Steinar H. GundersonRemove the Sizzle selectors we do not have.
2015-06-21 Steinar H. GundersonRevert "Revert all the Sparkline optimizations; somehow...
2015-06-21 Steinar H. GundersonAlso revert broken JSON_delta stuff.
2015-06-21 Steinar H. GundersonRevert all the Sparkline optimizations; somehow they...
2015-06-21 Steinar H. GundersonFix some silly logging issues.
2015-06-21 Steinar H. GundersonAdd a mechanism for the server to ask the client to...
2015-06-21 Steinar H. GundersonAdd back the margin over the PV.
2015-06-20 Steinar H. GundersonRemove yet more sparkline stuff we do not need (3 kB).
2015-06-20 Steinar H. GundersonRemove yet more sparkline stuff we do not need (2 kB).
2015-06-20 Steinar H. GundersonRemove VML support from jQuery Sparkline (only relevant...
2015-06-20 Steinar H. GundersonRe-add the local change to make json_delta work under...
2015-06-20 Steinar H. GundersonSmall comment update.
2015-06-20 Steinar H. GundersonRemove some chart types we don't need; kills 16 kb...
2015-06-20 Steinar H. GundersonAdd a sparkline/bar display for score history.
2015-06-20 Steinar H. GundersonFactor out halfmove -> move formatting into a separate...
2015-06-19 Steinar H. GundersonjQuery is part of the compiled build.
2015-06-19 Steinar H. GundersonFix another bug with sound play with JSON deltas they...
2015-06-19 Steinar H. GundersonUpgrade JSON-delta to v1.1.3.
2015-06-17 Steinar H. GundersonPossibly fix a sound issue related to JSON diffs.
2015-05-16 Steinar H. GundersonShow material imbalances.
2015-05-15 Steinar H. GundersonMake all clock data be in seconds internally, moving...
2015-05-12 Steinar H. GundersonFix display of castling (Chess.js does not like 0-0...
2015-05-11 Steinar H. GundersonUpdate multi-PV search hardware.
2015-05-11 Steinar H. GundersonUpdate copyright year.
2014-12-08 Steinar H. GundersonFix misattribution.
2014-12-03 Steinar H. GundersonA little serve-analysis bugfix I forgot to commit.
2014-11-25 Steinar H. GundersonMore header squeezing.
2014-11-25 Steinar H. GundersonSome pointless HTTP header microoptimization.
2014-11-25 Steinar H. GundersonNo longer serve Expires header; it is not needed.
2014-11-25 Steinar H. GundersonFetch a custom build of jQuery and compile that in...
2014-11-25 Steinar H. GundersonMake sure we do not try to process more than one analys...
2014-11-25 Steinar H. GundersonMake some constants SHOUT_A_BIT.
2014-11-25 Steinar H. GundersonAdd support for delta JSON, to squeeze the request...
2014-11-24 Steinar H. GundersonStick most of the properties of the served object in...
2014-11-24 Steinar H. GundersonRemove the obsolete text.pl.
2014-11-24 Steinar H. GundersonAdd the historic text.pl, so we can delete it right...
2014-11-24 Steinar H. GundersonUpgrade to jQuery 2.1.1; 10 kB smaller, and we have...
2014-11-24 Steinar H. GundersonClean up the minification stuff a bit; still not really...
2014-11-24 Steinar H. GundersonRemove unused JavaScript.
2014-11-23 Steinar H. GundersonDo not bold anything when there is no running clock.
2014-11-23 Steinar H. GundersonSet the active clock in bold.
2014-11-23 Steinar H. GundersonDo not show seconds in the clocks; a bit too distracting.
2014-11-23 Steinar H. GundersonAdd clock support.
next