summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-22Ask user for promotion piece when applicableErik Peldan
2016-12-22Merge pull request #11 from tychobrailleur/masterJohn Wiegley
Fix typo in option docstring
2016-12-22Fix typo in option docstringSébastien Le Callonnec
* chess-crafty.el (chess-crafty): * chess-fruit.el (chess-fruit): * chess-glaurung.el (chess-glaurung): * chess-gnuchess.el (chess-gnuchess): * chess-phalanx.el (chess-phalanx): * chess-sjeng.el (chess-sjeng): * chess-stockfish.el (chess-stockfish): Fix typo.
2015-03-03Added several new filesJohn Wiegley
2014-06-25Fix the path of chess.info to make it working with el-get.vonavi
2014-06-12Sync chess.texi from ELPA.Mario Lang
2014-06-04Sync from ELPA.Mario Lang
2014-05-22This is the INSTALL file for eshell, not chess.el, remove.Mario Lang
2014-05-20Add remaining file headers, synced from ELPA.Mario Lang
2014-05-20Proper file header.Mario Lang
2014-05-20Declare requirement for cl-lib.Mario Lang
2014-05-20Upgrade to GPLv3+.Mario Lang
2014-05-20Upgrade to GPLv3+.Mario Lang
2014-05-20Add proper file headers, partly merged from ELPA.Mario Lang
2014-05-20Update pieces submodule HEAD.Mario Lang
2014-05-20Upgrade to GPLv3 and make the Commentary section more useful.Mario Lang
2014-05-20Eliminate the circular dependency between chess-pos and chess-fen.Mario Lang
We remove functions chess-pos-to-string and chess-pos-from-string which are really just aliases for chess-fen-to-pos and chess-pos-to-fen.
2014-05-20Add proper file header and a paragraph of commentary.Mario Lang
Additionally, clean up requires.
2014-05-20Add missing requires.Mario Lang
2014-05-20Add a proper file header.Mario Lang
2014-05-20Add a proper file header.Mario Lang
2014-05-20Add a proper file header.Mario Lang
2014-05-20Upgrade to GPLv3.Mario Lang
2014-05-20Add proper file header.Mario Lang
2014-05-20Add a proper file header.Mario Lang
2014-05-20Upgrade to GPLv3.Mario Lang
2014-05-20Upgrade to GPLv3.Mario Lang
2014-05-20Add a proper file header.Mario Lang
2014-05-20Upgrade to GPLv3.Mario Lang
2014-05-20Add "data" keyword and set copyright to FSF.Mario Lang
2014-05-20Upgrade to GPLv3.Mario Lang
2014-05-20Add a peroper file header.Mario Lang
2014-05-20Proper file header and introductory commentary for chess-pgn.el.Mario Lang
2014-05-20Add proper file headers.Mario Lang
2014-05-19Add proper file header.Mario Lang
2014-05-19Add proper file header.Mario Lang
2014-05-19Add proper file header.Mario Lang
2014-05-19Add proper file header.Mario Lang
2014-05-19Convert some file headers to the standard form including license.Mario Lang
2014-05-18Update commentary.Mario Lang
2014-05-18Avoid repeatedly calling chess-pos-en-passant.Mario Lang
2014-05-18Update URL.Mario Lang
2014-05-18Remove obsolte note.Mario Lang
2014-04-28Replace a few chess-incr-index calls with chess-next-index.Mario Lang
2014-04-27Simplify.Mario Lang
2014-04-26chess-pos.el: Another 10% speedup by precalculating sliding piece rays.Mario Lang
2014-04-26chess-perft.el: Another test case to improve coverage.Mario Lang
make perft now takes 13m45s.
2014-04-25chess-ai-eval-static: Avoid checking for mate if we just count mobility.Mario Lang
2014-04-25chess-search-position: Merge K testing into BRQ testing.Mario Lang
Another noticeable speedup.
2014-04-24chess-plain.el: Rename chess-plain-border-chars to chess-plain-border-style.Mario Lang
Also, remove chess-plain-draw-borders, if chess-plain-boder-style is nil, we do not draw any borders now.