]> code.delx.au - gnu-emacs-elpa/history - chess-ai.el
Release 2.0.4
[gnu-emacs-elpa] / chess-ai.el
2014-06-18 Mario LangUnbreak recursive require between chess-display and...
2014-06-13 Mario Lang* chess-pos.el (chess-pos-en-passant, chess-pos-status)
2014-06-05 Mario Lang* doc/chess.texi: Document chess-ai-quiescence-depth...
2014-05-25 Mario LangRemove chess-ply-allow-interactive-query.
2014-05-20 Mario LangUpgrade to GPLv3+.
2014-04-25 Mario Langchess-ai-eval-static: Avoid checking for mate if we...
2014-04-23 Mario Langdocstring fixes.
2014-04-16 Mario Langchess-ai.el: Spare computing time by consulting the...
2014-04-15 Mario Langchess-ai.el: Oops, cl-delete-if only at runtime.
2014-04-15 Mario Langchess-ai.el: No need for cl-sort.
2014-04-13 Mario Langchess-ai.el: Require cl-lib at runtime for cl-sort.
2014-04-10 Mario Langchess-ai.el: Better top-level move ordering and quiesce...
2014-04-09 Mario Langchess-ai.el: Rename functions and fix a subtle bug...
2014-04-09 Mario Langchess-ai.el: Cleanup.
2014-04-09 Mario Langchess-ai.el: Quiescence search.
2014-04-08 Mario Langchess-ai.el: Ply ordering + a bit of progress reporting.
2014-04-08 Mario Langchess-ai.el: Simpler search function, progress reporter...
2008-09-02 John WiegleyOnly require 'cl when byte-compiling chess-ai. We...
2008-08-29 John WiegleySeveral changes to fix byte-compile warnings, changed...
2004-03-01 Mario Lang(chess-eval-static). Try to reward passed pawns and...
2004-02-22 Mario Lang(chess-eval-static): Primitive mobility handling, makes...
2004-02-22 Mario Langreward passed pawns, and make the code a bit faster
2004-01-16 Mario LangWe no longer need to dedvar chess-ai-regexp-alist with
2004-01-06 Mario LangRequire cl and add message calls
2004-01-06 Mario LangIt mostly works now, only remaining problem is that...
2004-01-04 Mario Langstill not working properly (only display is broken)
2004-01-04 Mario Langfirst version of a alpha-beta puring search ai