index
:
emacs-chess.git
master
My fork of the Emacs-Chess package. A work-in-progress.
Craig Jennings
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chess-polyglot.el
Age
Commit message (
Collapse
)
Author
2014-06-04
Sync from ELPA.
Mario Lang
2014-05-20
Add "data" keyword and set copyright to FSF.
Mario Lang
2014-04-19
chess-polyglot.el: Docs + one assert.
Mario Lang
2014-04-16
chess-ai.el: Spare computing time by consulting the opening book.
Mario Lang
2014-04-16
chess-polyglot.el: Ship default book file.
Mario Lang
Also, move some customisation settings from chess-uci to chess-polyglot.
2014-04-02
Eliminate a few compiler warnings due to missing require or cl runtime use.
Mario Lang
2014-03-29
Decompress a polyglot book file if it was compressed.
Mario Lang
2014-03-28
Pacify byte compiler.
Mario Lang
2014-03-28
Make the strength of book replies configurable.
Mario Lang
2014-03-28
Simplify the search in chess-polyglot.el.
Mario Lang
2014-03-28
Fixes to polyglot code.
Mario Lang
2014-03-26
chess-uci: Choose a (random) move from the book.
Mario Lang
2014-03-26
More docstring fixes.
Mario Lang
2014-03-26
Document and refactor chess-polyglot.el.
Mario Lang
2014-03-25
Low level polyglot binary opening book support.
Mario Lang