]> git.sesse.net Git - remoteglot/history - www/js/remoteglot.js
Fix a crash on short multi-PVs.
[remoteglot] / www / js / remoteglot.js
2019-08-13 Steinar H. GundersonFix a crash on short multi-PVs.
2018-11-19 Steinar H. GundersonFix an issue where we would sort the wrong way when...
2018-11-16 Steinar H. GundersonAdd pickup of games from old history.
2018-06-06 Steinar H. GundersonSupport flipped boards (no UI, you have to activate...
2018-06-06 Steinar H. GundersonUnbreak move chaining.
2018-02-09 Steinar H. GundersonFix Chess960 bug when castling does not move the rook.
2018-02-09 Steinar H. GundersonFix visualization of Chess960 moves where the king...
2018-01-06 Steinar H. GundersonSupport starting from a nonstandard position.
2017-12-28 Steinar H. GundersonRemove the option to sort by name; fewer options is...
2017-12-26 Steinar H. GundersonMerge commit '83d2eb4'
2017-08-06 Steinar H. GundersonPut the limit for showing seconds at 20 minutes instead...
2016-11-25 Steinar H. GundersonAllow navigating by clicking the sparkline.
2016-11-20 Steinar H. GundersonFix a client crash when the server was not sending...
2016-11-20 Steinar H. GundersonFix another off-by-one bug that was introduced while...
2016-11-16 Steinar H. GundersonFix various off-by-ones, especially in the sparkline.
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-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. 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-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.
next