]> git.sesse.net Git - remoteglot/shortlog
remoteglot
2024-02-07 Steinar H.... Handle streaming PGNs, like from Lichess (although... master
2024-02-07 Steinar H.... Allow polling more often.
2024-02-07 Steinar H.... Update the list of manual move extensions even if the...
2024-02-07 Steinar H.... Merge remote-tracking branch 'magne/master'
2023-12-30 Steinar H.... Update the Closure compiler (no big changes).
2023-12-30 Steinar H.... Add an undo button to the admin interface.
2023-12-28 Steinar H.... More fixes for relative move numbering after the recent...
2023-12-28 Steinar H.... Factor out find_halfmove_num() into its own function.
2023-12-28 Steinar H.... Comment DisplayLine.scores better.
2023-12-28 Steinar H.... Make the print_pv() logic hopefully slightly easier...
2023-12-27 Steinar H.... Clean up the refutation line choice logic a bit.
2023-12-27 Steinar H.... Remove unused entry point set_truncate_history().
2023-12-27 Steinar H.... Remove a small redundancy in DisplayLine.
2023-12-27 Steinar H.... Chess.js: Remove unused keep_headers.
2023-12-27 Steinar H.... Fix some random type annotations.
2023-12-27 Steinar H.... Potentially fix a move-number error in refutation lines.
2023-12-27 Steinar H.... Preparatory refactoring.
2023-12-27 Steinar H.... Lowercase toplay internally, for consistency with FEN.
2023-12-27 Steinar H.... Remove redundant parameters to add_pv().
2023-12-27 Steinar H.... Remove the global move_num and toplay variables.
2023-12-26 Steinar H.... Remove the ICS support, which has been unused for many...
2023-12-26 Steinar H.... Remove the ICS support, which has been unused for many...
2023-12-26 Steinar H.... Touch the right file on manual override.
2023-12-26 Steinar H.... We need some extra permissions for touch.
2023-12-26 Steinar H.... Add a very crude function for manual overrides.
2023-12-25 Steinar H.... Remove the now obsolete Lomonosov support.
2023-12-25 Steinar H.... Remove some redundancy.
2023-09-07 Steinar H.... Animate pieces using the Web Animation API.
2023-07-12 Steinar H.... Fix the clock targeting when using inline JSON.
2023-07-12 Steinar H.... Drop the fade-in on initial load.
2023-07-12 Steinar H.... Merge remote-tracking branch 'magne/master'
2023-07-12 Steinar H.... Fix serve-analysis.js crash with our custom chess.js.
2023-07-12 Steinar H.... Send the first JSON inline.
2023-07-12 Steinar H.... Make serve-analysis.js support inline serving of the...
2023-07-12 Steinar H.... Tiny simplification in serve-analysis.js.
2023-07-12 Steinar H.... Small refactoring in serve-analysis.js.
2023-07-12 Steinar H.... Do not hang when running with MPI Stockfish.
2023-07-12 Steinar H.... Fix an SQL error.
2023-01-02 Steinar H.... Update copyright year.
2023-01-02 Steinar H.... Update the explanation for what a 1.00 score is.
2022-12-30 Steinar H.... Fix an issue where two PVs would be printed.
2022-12-29 Steinar H.... Comment out some unused code from chess.js.
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...
next