]> git.sesse.net Git - remoteglot-book/shortlog
remoteglot-book
2014-12-14 Steinar H.... Small cleanup.
2014-12-14 Steinar H.... Highlight the last move.
2014-12-14 Steinar H.... Output some cleaner statistics at end of book building.
2014-12-14 Steinar H.... Fix off-by-one in move history handling.
2014-12-14 Steinar H.... Make move history clickable.
2014-12-14 Steinar H.... Minor aesthetic tuning.
2014-12-14 Steinar H.... Fix number-of-moves display in root PGN.
2014-12-14 Steinar H.... Fix an issue with NaN causing invalid JSON.
2014-12-13 Steinar H.... Fix history display with dropped pieces.
2014-12-13 Steinar H.... Add back a line that was inadvertedly removed.
2014-12-13 Steinar H.... Show game history under the board.
2014-12-13 Steinar H.... A small tweak in navigation.
2014-12-13 Steinar H.... Fix move numbering when navigating in history.
2014-12-13 Steinar H.... Fix totals line.
2014-12-13 Steinar H.... Show move number.
2014-12-13 Steinar H.... Rename the moves variable so it doesn't clash anymore.
2014-12-13 Steinar H.... Show totals.
2014-12-13 Steinar H.... Remove dead code.
2014-12-13 Steinar H.... Show a game summary instead of the entire PGN.
2014-12-13 Steinar H.... Less bogosity when we have no position info.
2014-12-13 Steinar H.... (Sort of) fix a hang.
2014-12-13 Steinar H.... Remove some debugging.
2014-12-13 Steinar H.... Redo mapping entirely; now dumps constant-sized shards...
2014-12-13 Steinar H.... Load and display the root PGN.
2014-12-13 Steinar H.... Fix a field ordering messup caused by the memory saving...
2014-12-13 Steinar H.... Reduce binloader RAM requirements by over 40%.
2014-12-13 Steinar H.... Set parallel merges to a value different from parallel...
2014-12-13 Steinar H.... Store and merge the file number information. Still...
2014-12-13 Steinar H.... Use the new pgn-extract partitioning to get the file...
2014-12-13 Steinar H.... Store and handle the PGN start position.
2014-12-12 Steinar H.... Use GNU parallel instead of rolling our own (parallel...
2014-12-12 Steinar H.... Make PGN partitioning work better with DOS-style line...
2014-12-12 Steinar H.... Fixes for filenames with spaces.
2014-12-12 Steinar H.... Fix a sort-of rare and silly castling bug.
2014-12-12 Steinar H.... Key the table by position, not position+move. Makes...
2014-12-12 Steinar H.... Switch value format to protobuf. Slightly smaller,...
2014-12-11 Steinar H.... Parse timestamps from the binary format. Needs some...
2014-12-11 Steinar H.... Change to even shorter prefix length; down from 3.8...
2014-12-11 Steinar H.... Fix inverted logic in the hash. Gets me every time.
2014-12-11 Steinar H.... Make number of shards in build-book.sh a configurable...
2014-12-11 Steinar H.... Partition the SSTable; somewhat less efficient space...
2014-12-11 Steinar H.... Remove leftover import from opening-stats.pl.
2014-12-11 Steinar H.... Update .gitignore.
2014-12-11 Steinar H.... Add an end-to-end build script.
2014-12-11 Steinar H.... Drop parse-pgn.pl and use (our patched) pgn-extract.
2014-12-11 Steinar H.... Add a small hack for the start position.
2014-12-11 Steinar H.... Use the new opening data from pgn-extract.
2014-12-11 Steinar H.... Add some shell magic to split a PGN file into almost...
2014-12-10 Steinar H.... Fix some paths after git rewriting.
2014-12-10 Steinar H.... Clean up module usage in parse-pgn.pl.
2014-12-10 Steinar H.... Remove now obsolete Postgres support.
2014-12-10 Steinar H.... Now make sorting click both ways.
2014-12-10 Steinar H.... Click on book line headings to sort by that heading.
2014-12-10 Steinar H.... Refactor/unify book line display.
2014-12-10 Steinar H.... Let book headings be dynamic.
2014-12-10 Steinar H.... Add more columns, and hide Elo variables if we have...
2014-12-10 Steinar H.... Tune compression options a bit for intermediates (binlo...
2014-12-10 Steinar H.... Add some utilities to be able to build books in parts...
2014-12-10 Steinar H.... Store sum and number of Elo values instead of averages...
2014-12-10 Steinar H.... Some path fixes for the standalone lookup.
2014-12-10 Steinar H.... Add a Makefile for the book builder stuff.
2014-12-10 Steinar H.... Reuse the remoteglot library for a new book project.
2014-12-09 Steinar H.... Update the .gitignore field to keep my sanity.
2014-12-08 Steinar H.... Fix misattribution.
2014-12-04 Steinar H.... Support constructing Position objects from FEN strings.
2014-12-03 Steinar H.... We do not need to prettyprint a move if we already...
2014-12-03 Steinar H.... Be lazier when parsing pretty moves. About 25% speedup...
2014-12-03 Steinar H.... A little serve-analysis bugfix I forgot to commit.
2014-12-03 Steinar H.... Add board/position output to a bitpacked format.
2014-12-03 Steinar H.... Remove en passant hack for Rybka 2, which is now obsole...
2014-11-25 Steinar H.... More header squeezing.
2014-11-25 Steinar H.... Some pointless HTTP header microoptimization.
2014-11-25 Steinar H.... No longer serve Expires header; it is not needed.
2014-11-25 Steinar H.... Fetch a custom build of jQuery and compile that in...
2014-11-25 Steinar H.... Make sure we do not try to process more than one analys...
2014-11-25 Steinar H.... Make some constants SHOUT_A_BIT.
2014-11-25 Steinar H.... Add support for delta JSON, to squeeze the request...
2014-11-25 Steinar H.... Add a lazy safeguard against the JSON output being...
2014-11-24 Steinar H.... Stick most of the properties of the served object in...
2014-11-24 Steinar H.... Remove the obsolete text.pl.
2014-11-24 Steinar H.... Add the historic text.pl, so we can delete it right...
2014-11-24 Steinar H.... Upgrade to jQuery 2.1.1; 10 kB smaller, and we have...
2014-11-24 Steinar H.... Clean up the minification stuff a bit; still not really...
2014-11-24 Steinar H.... Remove unused JavaScript.
2014-11-24 Steinar H.... Fix some warnings.
2014-11-23 Steinar H.... Deal with strange PGN download failures.
2014-11-23 Steinar H.... Deal with inconsistent zero padding in PGN clocks.
2014-11-23 Steinar H.... Do not bold anything when there is no running clock.
2014-11-23 Steinar H.... Set the active clock in bold.
2014-11-23 Steinar H.... Do not show seconds in the clocks; a bit too distracting.
2014-11-23 Steinar H.... Add clock support.
2014-11-22 Steinar H.... Add the Varnish configuration we are currently using...
2014-11-22 Steinar H.... Explicitly prefer Opus over MP3.
2014-11-22 Steinar H.... In <title>, there is nothing to align, so remove the...
2014-11-22 Steinar H.... Store sound and sorting settings in HTML5 local storage.
2014-11-22 Steinar H.... Support a ding sound per move. Off by default, of course.
2014-11-21 Steinar H.... Fix the red note on moves where we have no historic...
2014-11-21 Steinar H.... Show correct highlight also for historical moves with...
2014-11-21 Steinar H.... Add a favicon (it is the white knight from chessboard...
2014-11-21 Steinar H.... Show highlight and arrows for history moves.
next