]> git.sesse.net Git - remoteglot/history - www
Handle streaming PGNs, like from Lichess (although this might break non-streaming...
[remoteglot] / www /
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. GundersonChess.js: Remove unused keep_headers.
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. GundersonTouch the right file on manual override.
2023-12-26 Steinar H. GundersonWe need some extra permissions for touch.
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-12-25 Steinar H. GundersonRemove some redundancy.
2023-09-07 Steinar H. GundersonAnimate pieces using the Web Animation API.
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.
2023-01-02 Steinar H. GundersonUpdate copyright year.
2023-01-02 Steinar H. GundersonUpdate the explanation for what a 1.00 score is.
2022-12-30 Steinar H. GundersonFix an issue where two PVs would be printed.
2022-12-29 Steinar H. GundersonComment out some unused code from chess.js.
2022-12-29 Steinar H. GundersonUnbreak dragging again.
2022-12-29 Steinar H. GundersonRemove leftover, now buggy code.
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. GundersonLess style calculation in Chrome. (This is my fault...
2022-12-29 Steinar H. GundersonYet more transition tweaks.
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. GundersonRemove a bunch of pointless comparisons with true.
2022-12-29 Steinar H. GundersonRewrite how the chessboard works.
2022-12-29 Steinar H. GundersonSlightly less weird FEN generation.
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. GundersonBatch moving pieces together in one rAF.
2022-12-28 Steinar H. GundersonRemove more offboard logic we do not need.
2022-12-28 Steinar H. GundersonImprove a comment in onSnapEnd.
2022-12-28 Steinar H. GundersonRemove some now-obsolete vendor prefixing.
2022-12-28 Steinar H. GundersonRemove some trash code that we do not use.
2022-12-27 Steinar H. GundersonRemove obsolete jQuery version checks.
2022-12-27 Steinar H. GundersonRemove the spare piece functionality we do not use.
2022-12-27 Steinar H. GundersonFaster and smaller update_imbalance().
2022-12-27 Steinar H. GundersonCheaper createId().
2022-12-27 Steinar H. GundersonRemove depth_secondary_key, which was off for 5+ years...
2022-12-27 Steinar H. GundersonRemove unused variable.
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. GundersonMuch faster findClosestPiece() (also generates much...
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. GundersonBatch fade-in/fade-out, for ~5 ms less FCP.
2022-12-25 Steinar H. GundersonChess.js: In move_from_san(), only bother generating...
2022-12-25 Steinar H. GundersonChess.js bugfixes.
2022-12-25 Steinar H. GundersonFix some issues with exploring the wrong lines, especia...
2022-12-25 Steinar H. GundersonFix touch events post-jQuery.
2022-12-25 Steinar H. GundersonRemove innerHTML from imbalance piece display.
2022-12-25 Steinar H. Gundersonchess.js: Skip legality checking during disambiguation...
2022-12-25 Steinar H. Gundersonchess.js: Faster and smaller attacked(). (A test perft...
2022-12-24 Steinar H. GundersonBuild pieces through the DOM, not innerHTML.
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. Gundersonchess.js: Much faster disambiguation.
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-24 Steinar H. GundersonPrune some unused CSS rules.
2022-12-24 Steinar H. GundersonMake sure the SVG pieces are in front of the letters.
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. GundersonAdd a Firefox workaround for animations.
2022-12-23 Steinar H. GundersonFix transitionProperty syntax.
2022-12-23 Steinar H. GundersonRemove the minimized chessboard.js and chess.js, which...
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. GundersonDon't show the copyright blurb in chessboard.css; we...
2022-12-23 Steinar H. GundersonMake UNIX lineendings in chessboard.css.
2022-12-23 Steinar H. GundersonRemove jQuery!
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. GundersonUpdate chessboard.js copyright and version to make...
2022-12-22 Steinar H. GundersonRemove some obsolete checks from chessboard.js.
2022-12-22 Steinar H. GundersonGet rid of some more unneeded jQuery.
2022-12-22 Steinar H. GundersonRemove an unused jQuery version.
next