]> git.sesse.net Git - remoteglot/shortlog
remoteglot
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...
2021-06-26 Steinar H.... Convert from grpc to grpc-js, since the former is depre...
2021-02-13 Steinar H.... Fix some more TB short-form issues.
2021-02-12 Steinar H.... Another small display fix.
2021-02-11 Steinar H.... Fix display of splice points and tablebase wins after...
2021-02-08 Steinar H.... Fix some corner cases around in-TB positions.
2021-01-02 Steinar H.... Small tweaks to TB-win messaging.
2020-12-29 Steinar H.... Mark TB-extended lines as such.
2020-12-29 Steinar H.... Respect $fathom_cmdline.
2020-12-29 Steinar H.... Remove obsolete book support.
2020-12-29 Steinar H.... Force faster updates if our last output was without...
2020-12-29 Steinar H.... Small cleanup.
2020-12-28 Steinar H.... Add some special early output when the position changes.
2020-11-28 Steinar H.... Add a 50-move counter.
2020-08-03 Steinar H.... Revert "Fix move highlights when collapsing/uncollapsin...
2020-08-03 Steinar H.... Update copyright year.
2020-08-02 Steinar H.... Fix extremely slow sparkline clicks.
2020-08-02 Steinar H.... Fix move highlights when collapsing/uncollapsing history.
2020-06-12 Steinar H.... Add some dark mode CSS, for the latest fads.
2020-01-28 Steinar H.... Verify that JSON_delta does not have any strangeness.
2019-10-29 Steinar H.... Fix an issue where Chess960 castling rights would get...
2019-10-28 Steinar H.... Fix some deep recursion.
2019-09-05 Steinar H.... Fix a castling edge case in Chess960 positions where...
2019-09-05 Steinar H.... Fix a crash bug when looking at old moves with no analysis.
2019-09-05 Steinar H.... Fix another Chess960 Chess.js issue.
2019-09-03 Steinar H.... When something goes wrong, actually wait five seconds...
2019-09-03 Steinar H.... Get jQuery over TLS.
2019-08-13 Steinar H.... Fix a crash on short multi-PVs.
2019-05-10 Steinar H.... Add support for 7-piece Fathom.
2019-03-31 Steinar H.... Fix an incompatibility with newer Node.js.
2018-12-27 Steinar H.... Set Threads before the other options, so that setting...
2018-11-26 Steinar H.... Fix an issue where we would lose the history after...
2018-11-26 Steinar H.... Make sure analysis contempt is off; Stockfish > 9 enabl...
2018-11-19 Steinar H.... Fix an issue where we would sort the wrong way when...
2018-11-19 Steinar H.... Support getting PGNs from local files.
2018-11-16 Steinar H.... Add pickup of games from old history.
2018-06-06 Steinar H.... Support flipped boards (no UI, you have to activate...
2018-06-06 Steinar H.... Unbreak move chaining.
2018-02-10 Steinar H.... Yet more Chess960 castling fixes.
2018-02-09 Steinar H.... Yet more Chess960 castling fixes.
2018-02-09 Steinar H.... Fix Chess960 bug when castling does not move the rook.
2018-02-09 Steinar H.... Fix visualization of Chess960 moves where the king...
2018-02-09 Steinar H.... Fix a Chess.js issue when the king started on the c...
2018-02-04 Steinar H.... Yet more Chess960 fixes.
2018-01-14 Steinar H.... Backport a JSON_delta fix that would cause deletions...
2018-01-14 Steinar H.... Upgrade Chess.js to a version that supports Chess960...
2018-01-13 Steinar H.... Fix non-Chess960 castling.
2018-01-07 Steinar H.... Another castling fix.
2018-01-06 Steinar H.... Fix various Chess960 castling bugs.
2018-01-06 Steinar H.... Cosmetic improvement for Chess960 games.
2018-01-06 Steinar H.... Fix UCI syntax error.
2018-01-06 Steinar H.... Implement Chess960 castling rules on the backend.
2018-01-06 Steinar H.... Remove an obsolete comment.
2018-01-06 Steinar H.... Make the Chess960 storage/test a bit more efficient.
2018-01-06 Steinar H.... Update copyright year.
2018-01-06 Steinar H.... Inform the engine if we have a Chess960 game.
2018-01-06 Steinar H.... Support starting from a nonstandard position.
2018-01-06 Steinar H.... Remove bitpacked_fen, which is only really in use for...
2017-12-28 Steinar H.... Remove the option to sort by name; fewer options is...
next