]> git.sesse.net Git - remoteglot-book/shortlog
remoteglot-book
2017-06-08 Steinar H.... Indent fix. master
2017-06-08 Steinar H.... Make new books world-readable.
2017-06-08 Steinar H.... Minor fixes to the Perl frontend.
2017-06-08 Steinar H.... Don't try to link with g++.
2016-06-03 Steinar H.... Update Stockfish.js to version 6. (Compile from https...
2016-06-03 Steinar H.... Allow switching computer moves with j/k.
2016-06-01 Steinar H.... Create somewhat smaller shards.
2016-05-29 Steinar H.... Fix an inconsistency between the UI and the actual...
2016-05-29 Steinar H.... Small cleanup.
2016-05-29 Steinar H.... Reduce the variety a bit faster.
2016-05-29 Steinar H.... Add a training mode.
2016-05-29 Steinar H.... Add the derived move data in-place; easier this way.
2016-05-29 Steinar H.... Move stats derivation out into its own function.
2016-05-29 Steinar H.... Cleanups on the JavaScript side.
2016-05-29 Steinar H.... Rename book.html to index.html.
2016-05-29 Steinar H.... Send out most numbers as actual numbers.
2015-06-06 Steinar H.... Show immediate end results as moves.
2014-12-25 Steinar H.... Add support for flipping the board.
2014-12-22 Steinar H.... Start the Stockfish web worker as soon as we get to...
2014-12-22 Steinar H.... Support reverse-dragging, also with engine suggestions.
2014-12-21 Steinar H.... Fix a warning.
2014-12-21 Steinar H.... Embed Stockfish (!) to get square suggestions whenever...
2014-12-21 Steinar H.... Remove highlight when we go back to first move.
2014-12-20 Steinar H.... Show an adjusted human index instead of the raw percent...
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...
next