]> git.sesse.net Git - remoteglot/history - www/js/remoteglot.js
Remove the score padding; it made sense when a terminal was our primary output, but...
[remoteglot] / www / js / remoteglot.js
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-21 Steinar H. GundersonDeal with negative depths.
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-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.
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-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. GundersonBump version to 2015062104.
2015-06-21 Steinar H. GundersonAdd a mechanism for the server to ask the client to...
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. GundersonFix another bug with sound play with JSON deltas they...
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...
2014-11-25 Steinar H. GundersonMore header squeezing.
2014-11-25 Steinar H. GundersonAdd support for delta JSON, to squeeze the request...
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.
2014-11-22 Steinar H. GundersonExplicitly prefer Opus over MP3.
2014-11-22 Steinar H. GundersonIn <title>, there is nothing to align, so remove the...
2014-11-22 Steinar H. GundersonStore sound and sorting settings in HTML5 local storage.
2014-11-22 Steinar H. GundersonSupport a ding sound per move. Off by default, of course.
2014-11-21 Steinar H. GundersonFix the red note on moves where we have no historic...
2014-11-21 Steinar H. GundersonShow correct highlight also for historical moves with...
2014-11-21 Steinar H. GundersonShow highlight and arrows for history moves.
2014-11-20 Steinar H. GundersonSend the pretty moves instead of the UCI moves; seeming...
2014-11-20 Steinar H. GundersonSupport displaying historic analysis. Not perfect still...
2014-11-20 Steinar H. GundersonSome refactorings out of update_board().
2014-11-20 Steinar H. GundersonStart using Chess.js.
2014-11-20 Steinar H. GundersonDo not hardcode the domain; no longer needed since...
2014-11-20 Steinar H. GundersonPut last move in <title>. Idea from Stephan Brumme.
2014-11-16 Steinar H. GundersonFix a display bug on empty PV.
2014-11-14 Steinar H. GundersonFix (null) in <title>.
2014-11-14 Steinar H. GundersonAdd some JavaScript changes that seemingly were not...
2014-11-12 Steinar H. GundersonAdd the short score to the document title.
2014-11-11 Steinar H. GundersonMake the unique token persistent, to avoid refreshes...
2014-11-11 Steinar H. GundersonOnly truncate history if needed.
2014-11-11 Steinar H. GundersonUnbreak promotion again.
2014-11-11 Steinar H. GundersonFix history display at the start of the game.
2014-11-11 Steinar H. GundersonFix handling of en passant; reported by Phil Miller.
2014-11-10 Steinar H. GundersonFix an issue where the Previous link would wrongly...
2014-11-10 Steinar H. GundersonSupport promotion when displaying lines.
2014-11-10 Steinar H. GundersonFix wrong substr() usage, that would break in case...
2014-11-10 Steinar H. GundersonVarious fixes related to history and showing moves...
2014-11-09 Steinar H. GundersonAdd support for expanding and truncating the history.
2014-11-09 Steinar H. GundersonSupport showing the history of the game.
2014-11-09 Steinar H. GundersonFix issue where the arrow keys could cause us to go...
2014-11-09 Steinar H. GundersonShow the engine ID in the footer.
2014-11-08 Steinar H. GundersonSort lines by score by default.
2014-09-05 Steinar H. GundersonAdd some keyboard shortcuts.
2014-06-09 Steinar H. GundersonFix castling display when looking down PVs.
2014-06-09 Steinar H. GundersonPrint the name of the players.
2014-06-09 Steinar H. GundersonReplace Nalimov with Syzygy everywhere.
2014-06-08 Steinar H. GundersonFix a bug where “next move” would not work.
2013-11-23 Steinar H. GundersonFix the arrow head color.
2013-11-23 Steinar H. GundersonVarious not-so-pretty type annotations.
2013-11-23 Steinar H. GundersonStop sending board around all the time.
2013-11-23 Steinar H. GundersonFix another issue with the Closure compiler.
2013-11-23 Steinar H. GundersonMake the JavaScript (more) compatible with the Google...
2013-11-22 Steinar H. GundersonWhitespace fixes.
2013-11-22 Steinar H. GundersonReplace jsPlumb by writing some SVG arrows ourselves.
2013-11-22 Steinar H. GundersonFix a missing var declaration.
2013-11-22 Steinar H. GundersonRemove some trailing commas, since they are bad for IE.
2013-11-21 Steinar H. GundersonFix some move number display issues. Argh.
2013-11-21 Steinar H. GundersonFix double inversion in score sorting.
2013-11-21 Steinar H. GundersonFix a crash that happens if we were looking at a PV...
2013-11-21 Steinar H. GundersonUnbreak find_nonstupid_moves.
2013-11-21 Steinar H. GundersonClean up display_lines[] as needed.
2013-11-21 Steinar H. GundersonSupport navigating in the PVs.
2013-11-21 Steinar H. GundersonAllow sorting refutation lines by score instead of...
2013-11-20 Steinar H. GundersonHandle server errors better than just stopping.
next