]> git.sesse.net Git - remoteglot/history - www
Revert "Fix a null pointer exception in the frontend."
[remoteglot] / www /
2016-11-16 Steinar H. GundersonRevert "Fix a null pointer exception in the frontend."
2016-11-15 Steinar H. GundersonFix a null pointer exception in the frontend.
2016-11-15 Steinar H. GundersonWhen getting an invalid update, hard-reload instead...
2016-11-14 Steinar H. GundersonFix the PV check.
2016-11-13 Steinar H. GundersonMake the frontend more resistant to bogus PVs.
2016-04-14 Steinar H. GundersonRevert "Un-opensource due to possible licensing issues."
2016-03-30 Steinar H. GundersonUn-opensource due to possible licensing issues.
2016-03-23 Steinar H. GundersonFix an issue where the URL hash would override the...
2016-03-23 Steinar H. GundersonFix a bug where an invisible PV could be selected when...
2016-03-23 Steinar H. GundersonTurn off the depth secondary key sorting for the purpos...
2016-03-22 Steinar H. GundersonFix some JS compiler warnings.
2016-03-22 Steinar H. GundersonMore deprettification. Not pretty_move and pretty_histo...
2016-03-22 Steinar H. GundersonGet rid of some cruft (pv_uci and sort_key), and rename...
2016-03-22 Steinar H. GundersonVersion bump.
2016-03-22 Steinar H. GundersonFix some “???” displaying for unscored lines.
2016-03-22 Steinar H. GundersonIf the PV is hidden by exploration stuff, it should...
2016-03-22 Steinar H. GundersonAdd a last-ditch resort for format_long_score(), if...
2016-03-22 Steinar H. GundersonFix (?) an issue where going from a display line all...
2016-03-22 Steinar H. GundersonMake the piece-was-moved detection more robust, so...
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.
next