]> git.sesse.net Git - remoteglot/shortlog
remoteglot
2022-12-29 Steinar H.... Unbreak dragging again.
2022-12-29 Steinar H.... Remove leftover, now buggy code.
2022-12-29 Steinar H.... Fix a snafu.
2022-12-29 Steinar H.... Stop the barrage of clock timer events if one of the...
2022-12-29 Steinar H.... Less style calculation in Chrome. (This is my fault...
2022-12-29 Steinar H.... Yet more transition tweaks.
2022-12-29 Steinar H.... Slightly fewer DOM calls in print_pv().
2022-12-29 Steinar H.... Finally fix the issue with truncated scoresparks on...
2022-12-29 Steinar H.... Remove a bunch of pointless comparisons with true.
2022-12-29 Steinar H.... Rewrite how the chessboard works.
2022-12-29 Steinar H.... Slightly less weird FEN generation.
2022-12-29 Steinar H.... Fix regression in truncating PV.
2022-12-29 Steinar H.... More simplification in print_pv().
2022-12-29 Steinar H.... Simplify print_pv().
2022-12-29 Steinar H.... Use a slightly more normal function syntax.
2022-12-28 Steinar H.... Do not rely on innerHTML for print_pv().
2022-12-28 Steinar H.... Batch moving pieces together in one rAF.
2022-12-28 Steinar H.... Remove more offboard logic we do not need.
2022-12-28 Steinar H.... Improve a comment in onSnapEnd.
2022-12-28 Steinar H.... Remove some now-obsolete vendor prefixing.
2022-12-28 Steinar H.... Remove some trash code that we do not use.
2022-12-27 Steinar H.... Remove obsolete jQuery version checks.
2022-12-27 Steinar H.... Remove the spare piece functionality we do not use.
2022-12-27 Steinar H.... Faster and smaller update_imbalance().
2022-12-27 Steinar H.... Cheaper createId().
2022-12-27 Steinar H.... Remove depth_secondary_key, which was off for 5+ years...
2022-12-27 Steinar H.... Remove unused variable.
2022-12-27 Steinar H.... Position arrows without forcing a style recalc.
2022-12-26 Steinar H.... Compress the sparkline range a bit.
2022-12-26 Steinar H.... Revert "Show retained/interpolated scores with 50%...
2022-12-26 Steinar H.... Show retained/interpolated scores with 50% alpha.
2022-12-26 Steinar H.... Align the sparkline a bit better.
2022-12-25 Steinar H.... Much faster findClosestPiece() (also generates much...
2022-12-25 Steinar H.... Fix click-to-drag and click-to-suggest post-jQuery.
2022-12-25 Steinar H.... Fix double-forwarding when clicking along a hash-probe...
2022-12-25 Steinar H.... Batch fade-in/fade-out, for ~5 ms less FCP.
2022-12-25 Steinar H.... Chess.js: In move_from_san(), only bother generating...
2022-12-25 Steinar H.... Chess.js bugfixes.
2022-12-25 Steinar H.... Fix some issues with exploring the wrong lines, especia...
2022-12-25 Steinar H.... Fix touch events post-jQuery.
2022-12-25 Steinar H.... Remove innerHTML from imbalance piece display.
2022-12-25 Steinar H.... chess.js: Skip legality checking during disambiguation...
2022-12-25 Steinar H.... chess.js: Faster and smaller attacked(). (A test perft...
2022-12-24 Steinar H.... Build pieces through the DOM, not innerHTML.
2022-12-24 Steinar H.... Evidently clearTimeout() is expensive (~3 ms used on...
2022-12-24 Steinar H.... Use innerHTML slightly less (it is costly).
2022-12-24 Steinar H.... chess.js: Much faster disambiguation.
2022-12-24 Steinar H.... Fix a super-long-standing bug, where making a move...
2022-12-24 Steinar H.... Fix leftover hover when clicking on the graph.
2022-12-24 Steinar H.... Prune some unused CSS rules.
2022-12-24 Steinar H.... Make sure the SVG pieces are in front of the letters.
2022-12-23 Steinar H.... Fix min/max range for the most recent move.
2022-12-23 Steinar H.... Use proper variable scoping everywhere.
2022-12-23 Steinar H.... Fix highlight removals.
2022-12-23 Steinar H.... Eat JSON parse errors in hash explores.
2022-12-23 Steinar H.... Add a Firefox workaround for animations.
2022-12-23 Steinar H.... Fix transitionProperty syntax.
2022-12-23 Steinar H.... Remove the minimized chessboard.js and chess.js, which...
2022-12-23 Steinar H.... Drop base64 encoding for SVGs.
2022-12-23 Steinar H.... Remove a bunch of unneeded whitespace from the SVGs.
2022-12-23 Steinar H.... Various fixes for running with advanced JS optimization...
2022-12-23 Steinar H.... Don't show the copyright blurb in chessboard.css; we...
2022-12-23 Steinar H.... Make UNIX lineendings in chessboard.css.
2022-12-23 Steinar H.... Remove jQuery!
2022-12-23 Steinar H.... Make our own SVG sparkline, replacing jquery.sparkline.js.
2022-12-23 Steinar H.... Fix SVG positioning when we are scrolled.
2022-12-23 Steinar H.... Fix another jQuery-ism.
2022-12-22 Steinar H.... Update chessboard.js copyright and version to make...
2022-12-22 Steinar H.... Remove some obsolete checks from chessboard.js.
2022-12-22 Steinar H.... Get rid of some more unneeded jQuery.
2022-12-22 Steinar H.... Remove an unused jQuery version.
2022-12-22 Steinar H.... Remove the rest of jQuery from chessboard.js.
2022-12-22 Steinar H.... Remove all jQuery from chessboard.js that does not...
2022-12-21 Steinar H.... Develop using un-minified chessboard.js.
2022-12-20 Steinar H.... Remove most of our jQuery usage.
2022-12-20 Steinar H.... Replace jQuery ajax() with the fetch API in all of...
2022-11-02 Steinar H.... Inline tons of stuff into the main HTML.
2022-11-02 Steinar H.... Send the favicon through pngcrush.
2022-11-02 Steinar H.... IE is dead.
2022-11-02 Steinar H.... Fix a missing closing brace.
2022-10-29 Steinar H.... Add a primitive user-selectable delay, for matching...
2022-10-29 Steinar H.... Move response processing down to a function.
2022-10-22 Steinar H.... Do not show the board before we have an initial load.
2022-10-22 Steinar H.... Make scripts renderblocking.
2022-10-20 Steinar H.... Better imbalance pieces in dark mode.
2022-10-20 Steinar H.... Update copyright year.
2022-10-20 Steinar H.... Use SVG pieces.
2022-07-31 Steinar H.... Fix dark mode borders on mobile.
2022-06-13 Steinar H.... Formally opt into the dark color scheme.
2021-11-05 Steinar H.... Merge remote-tracking branch 'origin/master'
2021-11-05 Steinar H.... Revert "Send information about lower depths to the...
2021-11-05 Steinar H.... Revert "Show low-depth scores."
2021-11-05 Steinar H.... Revert "Convert TB scores in low depth."
2021-11-05 Steinar H.... Revert "Include the PV move in the low-depth analysis."
2021-07-18 Steinar H.... Display the best move for low-depth.
2021-07-18 Steinar H.... Include the PV move in the low-depth analysis.
2021-07-16 Steinar H.... Convert TB scores in low depth.
2021-07-16 Steinar H.... Show low-depth scores.
2021-07-16 Steinar H.... Send information about lower depths to the JSON.
2021-07-16 Steinar H.... Move back to development version (was inadvertedly...
next