summaryrefslogtreecommitdiff
path: root/chess-uci.el
AgeCommit message (Collapse)Author
7 daysfix: all: fixes to get emacs-chess working on 30.2Craig Jennings
- added lexical-binding headers to all source files - replaced make-variable-buffer-local with defvar-local throughout source code - replaced deprecated cl library with cl-lib, including replacing assert with cl-assert to emacs-chess-steps.el - added proper headers and footers to test files when missing - populated chess images and chess sounds directory - fixed defcustom calling directory-files without error handling. xboard installation no longer required.
2014-05-20Upgrade to GPLv3.Mario Lang
2014-04-16chess-polyglot.el: Ship default book file.Mario Lang
Also, move some customisation settings from chess-uci to chess-polyglot.
2014-03-29chess-uci.el: Use the post-move event to work around a display bug when the ↵Mario Lang
handler directly replies with a move because it was found in the book.
2014-03-28Make the strength of book replies configurable.Mario Lang
2014-03-26chess-uci: Choose a (random) move from the book.Mario Lang
2014-03-25Optionally allow UCI engines to query a book provided by polyglot.Mario Lang
2014-03-24Docstrings.Mario Lang
2014-03-24Parse UCI long algebraic moves correctly.Mario Lang
2014-03-24(incomplete) support for the stockfish engine.Mario Lang