]> git.sesse.net Git - remoteglot-book/shortlog
remoteglot-book
2014-12-20 Steinar H.... Fix base opening-stats.pl for the new computer game...
2014-12-19 Steinar H.... Show number of computer games in the UI.
2014-12-19 Steinar H.... Accept and store the computer/human flag.
2014-12-19 Steinar H.... Clean up error messages a bit.
2014-12-19 Steinar H.... Add a missing dependency.
2014-12-17 Steinar H.... Support browser back/forward and URL sharing through...
2014-12-16 Steinar H.... Make display on unreachable and terminal positions...
2014-12-15 Steinar H.... Fix win percentage display after last patch.
2014-12-15 Steinar H.... Stop replaying the game every move; Chess.js is so...
2014-12-15 Steinar H.... Treat 0-length moves as not having a move.
2014-12-15 Steinar H.... Drop the arena; BPFENs are bounded by 32 bytes anyway...
2014-12-15 Steinar H.... Speed up binloader by ~10-15%.
2014-12-15 Steinar H.... Fix a warning in binloader.
2014-12-14 Steinar H.... Cleanups in build-book.sh.
2014-12-14 Steinar H.... Mark moves that arise only due to transpositions in...
2014-12-14 Steinar H.... Do not care about the transposition flag for going...
2014-12-14 Steinar H.... Fix some transposition handling, and add a checkbox...
2014-12-14 Steinar H.... Refactoring in binlookup.
2014-12-14 Steinar H.... Build with the new transposition data from pgn-extract...
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...
next