]> git.sesse.net Git - remoteglot/shortlog
remoteglot
2016-03-22 Steinar H.... Fix (?) an issue where going from a display line all...
2016-03-22 Steinar H.... Make the piece-was-moved detection more robust, so...
2016-03-22 Steinar H.... Fix some issues with things crashing when we had no...
2016-03-22 Steinar H.... Reintroduce the concept of depth as a secondary sort...
2016-03-22 Steinar H.... Fix behavior of displayed score when we are in a sub...
2016-03-22 Steinar H.... Make sure the title bar for the current game is always...
2016-03-22 Steinar H.... Fix “no score for this move” message when viewing history.
2016-03-22 Steinar H.... Add some keyboard shortcuts for switching games.
2016-03-22 Steinar H.... Update copyright.
2016-03-22 Steinar H.... Show result for finished games in title, and in the...
2016-03-22 Steinar H.... Remove the score padding; it made sense when a terminal...
2016-03-22 Steinar H.... Prioritize the current display line in move selection.
2016-03-22 Steinar H.... Unbreak history uncollapsing.
2016-03-22 Steinar H.... Include the score when showing other games.
2016-03-22 Steinar H.... Remove first names from PGNs.
2016-03-22 Steinar H.... Make it possible for the hash probes to reconcile multi...
2016-03-22 Steinar H.... Add support for switching /hash backends when switching...
2016-03-22 Steinar H.... Move the Node.js stuff out of the public www directory.
2016-03-21 Steinar H.... Deal with negative depths.
2016-03-21 Steinar H.... Deal with lines that have no search, just static eval.
2016-03-21 Steinar H.... Fix a typo.
2016-03-21 Steinar H.... Add a SCORE_NONE, and fix a typo.
2016-03-21 Steinar H.... Add a temporary safeguard.
2016-03-21 Steinar H.... Fix PV walking by click.
2016-03-21 Steinar H.... When showing a non-PV line, switch the big score displa...
2016-03-21 Steinar H.... Make score computation happen on the client instead...
2016-03-21 Steinar H.... A little function split.
2016-03-21 Steinar H.... Blank out the multi-PV lines while probing hash.
2016-03-21 Steinar H.... Fix JS serving crash with promotions in the hash PV.
2016-03-20 Steinar H.... Make the JavaScript validate the FENs before sending...
2016-03-20 Steinar H.... Update how-to-move description.
2016-03-20 Steinar H.... Fix score sorting (sigh).
2016-03-20 Steinar H.... Use PV and history information for better move selection.
2016-03-20 Steinar H.... Put a one-move PV on even the not-found hash probe...
2016-03-20 Steinar H.... Allow making moves on the board, including suggestions...
2016-03-20 Steinar H.... Don't invoke hash probes for positions that are merely...
2016-03-20 Steinar H.... Add support for probing the engine hash (requires gRPC...
2016-03-20 Steinar H.... Refactor print_pv a bit.
2016-03-20 Steinar H.... Keep track of whether the board is animating (not used...
2016-03-20 Steinar H.... Make move highlighting more robust.
2016-03-20 Steinar H.... Kill the parameters to update_board(), as they are...
2016-03-20 Steinar H.... Split off move highlighting updates.
2016-03-20 Steinar H.... Minor clarifications with board highlights.
2016-03-20 Steinar H.... Yet more small docstring updates.
2016-03-19 Steinar H.... Add a tiny bit of variable documentation.
2016-03-19 Steinar H.... Remove a useless parameter.
2016-02-17 Steinar H.... Update email address.
2016-01-31 Steinar H.... Correct the definition of 1.00.
2016-01-24 Steinar H.... serve-analysis.js does not need write access.
2016-01-24 Steinar H.... Use standalone tablebase probes to convert +123.xx...
2016-01-24 Steinar H.... Fix an issue (not yet visible, really) where conversion...
2016-01-24 Steinar H.... Fix an insane inconsistency.
2016-01-24 Steinar H.... Override umask so that we are sure things will be world...
2016-01-24 Steinar H.... Fix a bug with formatting pawn captures that result...
2016-01-23 Steinar H.... Make castling O-O instead of 0-0, as per FEN standard.
2016-01-20 Steinar H.... Slightly more detailed PGN error messages.
2016-01-20 Steinar H.... Use the UPSERT functionality from PostgreSQL 9.5.
2015-12-23 Steinar H.... Fix an issue where prettyprint_move would write out...
2015-12-23 Steinar H.... Update chess.js.
2015-12-10 Steinar H.... Re-prettify the moves, in case they are bogus from...
2015-12-10 Steinar H.... Deal with PGNs that do not give out piece information.
2015-06-28 Steinar H.... Make the current game switchable through the URL hash...
2015-06-28 Steinar H.... Make engine URL, move source and similar values dynamic...
2015-06-27 Steinar H.... Add some support for listing games in progress, and...
2015-06-27 Steinar H.... Remove an obsolete comment.
2015-06-25 Steinar H.... Integrate varnishcount.pl into serve-analysis.js, so...
2015-06-25 Steinar H.... Make serve-analysis.js capable of handling e.g. /analys...
2015-06-25 Steinar H.... Fix a crash in remoteglot.pl with the new SQL stuff.
2015-06-23 Steinar H.... Remove ingest.pl, as planned.
2015-06-23 Steinar H.... Switch from flat files to PostgreSQL.
2015-06-23 Steinar H.... Fix an IE11 crash.
2015-06-21 Steinar H.... Fix an issue in varnishcount.pl with alternative URLs.
2015-06-21 Steinar H.... Fix an issue where switching backends would cause the...
2015-06-21 Steinar H.... Take config filename from an environment variable if...
2015-06-21 Steinar H.... Make varnishcount.pl multi-backend-capable.
2015-06-21 Steinar H.... Add code to switch backends; not yet used.
2015-06-21 Steinar H.... Make the JSON filename served by Node.js configurable.
2015-06-21 Steinar H.... Prepare the VCL for multiple backends, with independent...
2015-06-21 Steinar H.... Make serve-analysis.js capable of listening on a differ...
2015-06-21 Steinar H.... Version bump is done.
2015-06-21 Steinar H.... Bump version to 2015062104.
2015-06-21 Steinar H.... Remove the Sizzle selectors we do not have.
2015-06-21 Steinar H.... Revert "Revert all the Sparkline optimizations; somehow...
2015-06-21 Steinar H.... Also revert broken JSON_delta stuff.
2015-06-21 Steinar H.... Revert all the Sparkline optimizations; somehow they...
2015-06-21 Steinar H.... Fix some silly logging issues.
2015-06-21 Steinar H.... Add a mechanism for the server to ask the client to...
2015-06-21 Steinar H.... Add back the margin over the PV.
2015-06-20 Steinar H.... Remove yet more sparkline stuff we do not need (3 kB).
2015-06-20 Steinar H.... Remove yet more sparkline stuff we do not need (2 kB).
2015-06-20 Steinar H.... Remove VML support from jQuery Sparkline (only relevant...
2015-06-20 Steinar H.... Re-add the local change to make json_delta work under...
2015-06-20 Steinar H.... Small comment update.
2015-06-20 Steinar H.... Remove some chart types we don't need; kills 16 kb...
2015-06-20 Steinar H.... Add a sparkline/bar display for score history.
2015-06-20 Steinar H.... Factor out halfmove -> move formatting into a separate...
2015-06-20 Steinar H.... Canonicalize output JSON, so that we do not waste bandw...
2015-06-19 Steinar H.... jQuery is part of the compiled build.
2015-06-19 Steinar H.... Fix another bug with sound play with JSON deltas they...
2015-06-19 Steinar H.... Upgrade JSON-delta to v1.1.3.
next