]> git.sesse.net Git - remoteglot/history - www/js
Add a temporary safeguard.
[remoteglot] / www / js /
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. 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-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-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. 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. GundersonAdd a mechanism for the server to ask the client to...
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. 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. 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...
2014-11-25 Steinar H. GundersonMore header squeezing.
2014-11-25 Steinar H. GundersonFetch a custom build of jQuery and compile that in...
2014-11-25 Steinar H. GundersonAdd support for delta JSON, to squeeze the request...
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.
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. GundersonActually remove jsPlumb.
2013-11-23 Steinar H. GundersonMake the JavaScript (more) compatible with the Google...
2013-11-22 Steinar H. GundersonWhitespace fixes.
next