]> git.sesse.net Git - remoteglot-book/history
remoteglot-book
2017-06-08 Steinar H. GundersonIndent fix. master
2017-06-08 Steinar H. GundersonMake new books world-readable.
2017-06-08 Steinar H. GundersonMinor fixes to the Perl frontend.
2017-06-08 Steinar H. GundersonDon't try to link with g++.
2016-06-03 Steinar H. GundersonUpdate Stockfish.js to version 6. (Compile from https...
2016-06-03 Steinar H. GundersonAllow switching computer moves with j/k.
2016-06-01 Steinar H. GundersonCreate somewhat smaller shards.
2016-05-29 Steinar H. GundersonFix an inconsistency between the UI and the actual...
2016-05-29 Steinar H. GundersonSmall cleanup.
2016-05-29 Steinar H. GundersonReduce the variety a bit faster.
2016-05-29 Steinar H. GundersonAdd a training mode.
2016-05-29 Steinar H. GundersonAdd the derived move data in-place; easier this way.
2016-05-29 Steinar H. GundersonMove stats derivation out into its own function.
2016-05-29 Steinar H. GundersonCleanups on the JavaScript side.
2016-05-29 Steinar H. GundersonRename book.html to index.html.
2016-05-29 Steinar H. GundersonSend out most numbers as actual numbers.
2015-06-06 Steinar H. GundersonShow immediate end results as moves.
2014-12-25 Steinar H. GundersonAdd support for flipping the board.
2014-12-22 Steinar H. GundersonStart the Stockfish web worker as soon as we get to...
2014-12-22 Steinar H. GundersonSupport reverse-dragging, also with engine suggestions.
2014-12-21 Steinar H. GundersonFix a warning.
2014-12-21 Steinar H. GundersonEmbed Stockfish (!) to get square suggestions whenever...
2014-12-21 Steinar H. GundersonRemove highlight when we go back to first move.
2014-12-20 Steinar H. GundersonShow an adjusted human index instead of the raw percent...
2014-12-20 Steinar H. GundersonFix base opening-stats.pl for the new computer game...
2014-12-19 Steinar H. GundersonShow number of computer games in the UI.
2014-12-19 Steinar H. GundersonAccept and store the computer/human flag.
2014-12-19 Steinar H. GundersonClean up error messages a bit.
2014-12-19 Steinar H. GundersonAdd a missing dependency.
2014-12-17 Steinar H. GundersonSupport browser back/forward and URL sharing through...
2014-12-16 Steinar H. GundersonMake display on unreachable and terminal positions...
2014-12-15 Steinar H. GundersonFix win percentage display after last patch.
2014-12-15 Steinar H. GundersonStop replaying the game every move; Chess.js is so...
2014-12-15 Steinar H. GundersonTreat 0-length moves as not having a move.
2014-12-15 Steinar H. GundersonDrop the arena; BPFENs are bounded by 32 bytes anyway...
2014-12-15 Steinar H. GundersonSpeed up binloader by ~10-15%.
2014-12-15 Steinar H. GundersonFix a warning in binloader.
2014-12-14 Steinar H. GundersonCleanups in build-book.sh.
2014-12-14 Steinar H. GundersonMark moves that arise only due to transpositions in...
2014-12-14 Steinar H. GundersonDo not care about the transposition flag for going...
2014-12-14 Steinar H. GundersonFix some transposition handling, and add a checkbox...
2014-12-14 Steinar H. GundersonRefactoring in binlookup.
2014-12-14 Steinar H. GundersonBuild with the new transposition data from pgn-extract...
2014-12-14 Steinar H. GundersonSmall cleanup.
2014-12-14 Steinar H. GundersonHighlight the last move.
2014-12-14 Steinar H. GundersonOutput some cleaner statistics at end of book building.
2014-12-14 Steinar H. GundersonFix off-by-one in move history handling.
2014-12-14 Steinar H. GundersonMake move history clickable.
2014-12-14 Steinar H. GundersonMinor aesthetic tuning.
2014-12-14 Steinar H. GundersonFix number-of-moves display in root PGN.
2014-12-14 Steinar H. GundersonFix an issue with NaN causing invalid JSON.
2014-12-13 Steinar H. GundersonFix history display with dropped pieces.
2014-12-13 Steinar H. GundersonAdd back a line that was inadvertedly removed.
2014-12-13 Steinar H. GundersonShow game history under the board.
2014-12-13 Steinar H. GundersonA small tweak in navigation.
2014-12-13 Steinar H. GundersonFix move numbering when navigating in history.
2014-12-13 Steinar H. GundersonFix totals line.
2014-12-13 Steinar H. GundersonShow move number.
2014-12-13 Steinar H. GundersonRename the moves variable so it doesn't clash anymore.
2014-12-13 Steinar H. GundersonShow totals.
2014-12-13 Steinar H. GundersonRemove dead code.
2014-12-13 Steinar H. GundersonShow a game summary instead of the entire PGN.
2014-12-13 Steinar H. GundersonLess bogosity when we have no position info.
2014-12-13 Steinar H. Gunderson(Sort of) fix a hang.
2014-12-13 Steinar H. GundersonRemove some debugging.
2014-12-13 Steinar H. GundersonRedo mapping entirely; now dumps constant-sized shards...
2014-12-13 Steinar H. GundersonLoad and display the root PGN.
2014-12-13 Steinar H. GundersonFix a field ordering messup caused by the memory saving...
2014-12-13 Steinar H. GundersonReduce binloader RAM requirements by over 40%.
2014-12-13 Steinar H. GundersonSet parallel merges to a value different from parallel...
2014-12-13 Steinar H. GundersonStore and merge the file number information. Still...
2014-12-13 Steinar H. GundersonUse the new pgn-extract partitioning to get the file...
2014-12-13 Steinar H. GundersonStore and handle the PGN start position.
2014-12-12 Steinar H. GundersonUse GNU parallel instead of rolling our own (parallel...
2014-12-12 Steinar H. GundersonMake PGN partitioning work better with DOS-style line...
2014-12-12 Steinar H. GundersonFixes for filenames with spaces.
2014-12-12 Steinar H. GundersonFix a sort-of rare and silly castling bug.
2014-12-12 Steinar H. GundersonKey the table by position, not position+move. Makes...
2014-12-12 Steinar H. GundersonSwitch value format to protobuf. Slightly smaller,...
2014-12-11 Steinar H. GundersonParse timestamps from the binary format. Needs some...
2014-12-11 Steinar H. GundersonChange to even shorter prefix length; down from 3.8...
2014-12-11 Steinar H. GundersonFix inverted logic in the hash. Gets me every time.
2014-12-11 Steinar H. GundersonMake number of shards in build-book.sh a configurable...
2014-12-11 Steinar H. GundersonPartition the SSTable; somewhat less efficient space...
2014-12-11 Steinar H. GundersonRemove leftover import from opening-stats.pl.
2014-12-11 Steinar H. GundersonUpdate .gitignore.
2014-12-11 Steinar H. GundersonAdd an end-to-end build script.
2014-12-11 Steinar H. GundersonDrop parse-pgn.pl and use (our patched) pgn-extract.
2014-12-11 Steinar H. GundersonAdd a small hack for the start position.
2014-12-11 Steinar H. GundersonUse the new opening data from pgn-extract.
2014-12-11 Steinar H. GundersonAdd some shell magic to split a PGN file into almost...
2014-12-10 Steinar H. GundersonFix some paths after git rewriting.
2014-12-10 Steinar H. GundersonClean up module usage in parse-pgn.pl.
2014-12-10 Steinar H. GundersonRemove now obsolete Postgres support.
2014-12-10 Steinar H. GundersonNow make sorting click both ways.
2014-12-10 Steinar H. GundersonClick on book line headings to sort by that heading.
2014-12-10 Steinar H. GundersonRefactor/unify book line display.
2014-12-10 Steinar H. GundersonLet book headings be dynamic.
2014-12-10 Steinar H. GundersonAdd more columns, and hide Elo variables if we have...
2014-12-10 Steinar H. GundersonTune compression options a bit for intermediates (binlo...
next