]> git.sesse.net Git - remoteglot/history - www/js/remoteglot.js
Handle streaming PGNs, like from Lichess (although this might break non-streaming...
[remoteglot] / www / js / remoteglot.js
2024-02-07 Steinar H. GundersonMerge remote-tracking branch 'magne/master'
2023-12-30 Steinar H. GundersonAdd an undo button to the admin interface.
2023-12-28 Steinar H. GundersonMore fixes for relative move numbering after the recent...
2023-12-28 Steinar H. GundersonFactor out find_halfmove_num() into its own function.
2023-12-28 Steinar H. GundersonComment DisplayLine.scores better.
2023-12-28 Steinar H. GundersonMake the print_pv() logic hopefully slightly easier...
2023-12-27 Steinar H. GundersonClean up the refutation line choice logic a bit.
2023-12-27 Steinar H. GundersonRemove unused entry point set_truncate_history().
2023-12-27 Steinar H. GundersonRemove a small redundancy in DisplayLine.
2023-12-27 Steinar H. GundersonFix some random type annotations.
2023-12-27 Steinar H. GundersonPotentially fix a move-number error in refutation lines.
2023-12-27 Steinar H. GundersonPreparatory refactoring.
2023-12-27 Steinar H. GundersonLowercase toplay internally, for consistency with FEN.
2023-12-27 Steinar H. GundersonRemove redundant parameters to add_pv().
2023-12-27 Steinar H. GundersonRemove the global move_num and toplay variables.
2023-12-26 Steinar H. GundersonAdd a very crude function for manual overrides.
2023-12-25 Steinar H. GundersonRemove the now obsolete Lomonosov support.
2023-07-12 Steinar H. GundersonDrop the fade-in on initial load.
2023-07-12 Steinar H. GundersonMerge remote-tracking branch 'magne/master'
2023-07-12 Steinar H. GundersonSend the first JSON inline.
2022-12-30 Steinar H. GundersonFix an issue where two PVs would be printed.
2022-12-29 Steinar H. GundersonFix a snafu.
2022-12-29 Steinar H. GundersonStop the barrage of clock timer events if one of the...
2022-12-29 Steinar H. GundersonSlightly fewer DOM calls in print_pv().
2022-12-29 Steinar H. GundersonFinally fix the issue with truncated scoresparks on...
2022-12-29 Steinar H. GundersonRewrite how the chessboard works.
2022-12-29 Steinar H. GundersonFix regression in truncating PV.
2022-12-29 Steinar H. GundersonMore simplification in print_pv().
2022-12-29 Steinar H. GundersonSimplify print_pv().
2022-12-29 Steinar H. GundersonUse a slightly more normal function syntax.
2022-12-28 Steinar H. GundersonDo not rely on innerHTML for print_pv().
2022-12-28 Steinar H. GundersonImprove a comment in onSnapEnd.
2022-12-27 Steinar H. GundersonFaster and smaller update_imbalance().
2022-12-27 Steinar H. GundersonRemove depth_secondary_key, which was off for 5+ years...
2022-12-27 Steinar H. GundersonPosition arrows without forcing a style recalc.
2022-12-26 Steinar H. GundersonCompress the sparkline range a bit.
2022-12-26 Steinar H. GundersonRevert "Show retained/interpolated scores with 50%...
2022-12-26 Steinar H. GundersonShow retained/interpolated scores with 50% alpha.
2022-12-26 Steinar H. GundersonAlign the sparkline a bit better.
2022-12-25 Steinar H. GundersonFix click-to-drag and click-to-suggest post-jQuery.
2022-12-25 Steinar H. GundersonFix double-forwarding when clicking along a hash-probe...
2022-12-25 Steinar H. GundersonFix some issues with exploring the wrong lines, especia...
2022-12-25 Steinar H. GundersonRemove innerHTML from imbalance piece display.
2022-12-24 Steinar H. GundersonEvidently clearTimeout() is expensive (~3 ms used on...
2022-12-24 Steinar H. GundersonUse innerHTML slightly less (it is costly).
2022-12-24 Steinar H. GundersonFix a super-long-standing bug, where making a move...
2022-12-24 Steinar H. GundersonFix leftover hover when clicking on the graph.
2022-12-23 Steinar H. GundersonFix min/max range for the most recent move.
2022-12-23 Steinar H. GundersonUse proper variable scoping everywhere.
2022-12-23 Steinar H. GundersonFix highlight removals.
2022-12-23 Steinar H. GundersonEat JSON parse errors in hash explores.
2022-12-23 Steinar H. GundersonDrop base64 encoding for SVGs.
2022-12-23 Steinar H. GundersonRemove a bunch of unneeded whitespace from the SVGs.
2022-12-23 Steinar H. GundersonVarious fixes for running with advanced JS optimization...
2022-12-23 Steinar H. GundersonMake our own SVG sparkline, replacing jquery.sparkline.js.
2022-12-23 Steinar H. GundersonFix SVG positioning when we are scrolled.
2022-12-23 Steinar H. GundersonFix another jQuery-ism.
2022-12-22 Steinar H. GundersonGet rid of some more unneeded jQuery.
2022-12-20 Steinar H. GundersonRemove most of our jQuery usage.
2022-12-20 Steinar H. GundersonReplace jQuery ajax() with the fetch API in all of...
2022-10-29 Steinar H. GundersonAdd a primitive user-selectable delay, for matching...
2022-10-29 Steinar H. GundersonMove response processing down to a function.
2022-10-22 Steinar H. GundersonDo not show the board before we have an initial load.
2022-10-20 Steinar H. GundersonBetter imbalance pieces in dark mode.
2022-10-20 Steinar H. GundersonUse SVG pieces.
2021-11-05 Steinar H. GundersonMerge remote-tracking branch 'origin/master'
2021-11-05 Steinar H. GundersonRevert "Show low-depth scores."
2021-07-18 Steinar H. GundersonDisplay the best move for low-depth.
2021-07-16 Steinar H. GundersonShow low-depth scores.
2021-02-13 Steinar H. GundersonFix some more TB short-form issues.
2021-02-12 Steinar H. GundersonAnother small display fix.
2021-02-11 Steinar H. GundersonFix display of splice points and tablebase wins after...
2021-02-08 Steinar H. GundersonFix some corner cases around in-TB positions.
2021-01-02 Steinar H. GundersonSmall tweaks to TB-win messaging.
2020-12-29 Steinar H. GundersonMark TB-extended lines as such.
2020-11-28 Steinar H. GundersonAdd a 50-move counter.
2020-08-03 Steinar H. GundersonRevert "Fix move highlights when collapsing/uncollapsin...
2020-08-02 Steinar H. GundersonFix extremely slow sparkline clicks.
2020-08-02 Steinar H. GundersonFix move highlights when collapsing/uncollapsing history.
2019-09-05 Steinar H. GundersonFix a crash bug when looking at old moves with no analysis.
2019-09-03 Steinar H. GundersonWhen something goes wrong, actually wait five seconds...
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.
next