]> code.delx.au - gnu-emacs-elpa/history - chess-pos.el
* chess-display.el (chess-display-highlight-legal): Rename misleading argument pos...
[gnu-emacs-elpa] / chess-pos.el
2014-06-13 Mario Lang* chess-pos.el (chess-pos-en-passant, chess-pos-status)
2014-06-11 Mario Lang* chess-pos.el (chess-ply-castling-changes): Declare.
2014-06-04 Mario Lang* chess-pos.el (chess-coord-to-index): Use chess-rf...
2014-06-03 Mario Langchess-search-position: Use dolist instead of mapc.
2014-05-24 Mario LangMerge branch 'externals/chess' of git+ssh://git.sv...
2014-05-24 Stefan MonnierDon't require `cl'. Miscellaneous cleanups from compil...
2014-05-20 Mario LangEliminate the circular dependency between chess-pos...
2014-05-18 Mario LangConvert some file headers to the standard form includin...
2014-04-27 Mario LangSimplify.
2014-04-26 Mario Langchess-pos.el: Another 10% speedup by precalculating...
2014-04-25 Mario Langchess-search-position: Merge K testing into BRQ testing.
2014-04-23 Mario LangMisc. fixes.
2014-04-21 Mario Langchess-pos-search*: New function.
2014-04-21 Mario Langchess-search-position: 20% performance improvement...
2014-04-21 Mario Langchess-search-position: Move castling check for rooks...
2014-04-20 Mario Langchess-pos.el: Eliminate unused conditional.
2014-04-20 Mario Langchess-pos.el: Collapse two chess-pos-piece-p calls...
2014-04-20 Mario Langchess-pos.el: Refactor/simplify 10x12 code.
2014-04-20 Mario Langchess-pos.el: Convert 3 more chess-incr-index calls...
2014-04-19 Mario Langchess-pos.el: Convert 2 more calls to chess-incr-index...
2014-04-19 Mario Langchess-pos.el: Convert 4 more chess-incr-index calls...
2014-04-19 Mario Langchess-knight-directions: New constant.
2014-04-19 Mario Langchess-pos.el: Define constant lists of directions vario...
2014-04-19 Mario Langchess-next-index: A 10x12 mailbox based function for...
2014-04-18 Mario Langchess-pos-move: Really remove castling ability if rook...
2014-04-07 Mario Langchess-search-position: Also consider opponent king...
2014-04-01 Mario Langchess-rf-to-index: Fix assertion.
2014-03-31 Mario Langchess-pos.el: Reorder some definitions to pacify compiler.
2014-03-30 Mario LangFix a rather serious bug in chess-pos-move:
2014-03-24 Mario Langchess-pos-can-castle: Avoid error if there is no king...
2009-12-27 Mario Langchar-valid-p is obsolete (as of Emacs 23.1); use charac...
2008-09-02 John WiegleyWhen byte-compiling chess-pos, set cl-optimize-speed...
2004-02-18 Mario Lang(chess-pos-passed-pawns): New function.
2004-01-28 Mario Lang(chess-search-position): document arguments check-only...
2004-01-26 Mario Lang(chess-pos-move): There was a bug in castling removal...
2004-01-26 Mario Lang(chess-pos-legal-candidates): Remove the opponent pawn...
2004-01-25 John WiegleyAdded an argument to chess-search-position, so that...
2004-01-07 Mario Langremov chess-pos-read-epd-file
2004-01-03 Mario LangNew function chess-pos-read-epd-file, which parses...
2002-05-01 John Wiegley*** no comment ***
2002-05-01 John Wiegleyadded a small comment
2002-04-28 John Wiegley*** no comment ***
2002-04-26 John Wiegley*** no comment ***
2002-04-26 John Wiegleybug fixes
2002-04-25 John Wiegleyfix
2002-04-24 John Wiegley*** no comment ***
2002-04-24 John Wiegley*** no comment ***
2002-04-24 John Wiegleyadded support for setting EPD codes
2002-04-22 John WiegleyBug fixes and reducing the TODO list.
2002-04-19 John WiegleyFixes and other work.
2002-04-18 John Wiegleywhitespace fix
2002-04-18 John WiegleyMany efficiency improvements and bug fixes.
2002-04-17 John WiegleyMore general bug fixing, efficiency improvements, etc.
2002-04-17 John Wiegley*** no comment ***
2002-04-17 John Wiegley*** no comment ***
2002-04-17 John Wiegley*** no comment ***
2002-04-16 John WiegleyMore efficiency improvements.
2002-04-16 John WiegleyFixed pos status not being updated.
2002-04-16 John WiegleyReport checkmate in the modeline correctly.
2002-04-16 John WiegleyRemoved the $ Revision strings; they are no longer...
2002-04-16 John WiegleyMajor speed improvement and efficiency work. chess...
2002-04-13 John Wiegleyadded message catalog support
2002-04-12 John Wiegley*** no comment ***
2002-04-12 John Wiegleyoptimizations and bug fixes
2002-04-11 John Wiegley*** no comment ***
2002-04-11 John Wiegley*** no comment ***
2002-04-10 John Wiegley*** no comment ***
2002-04-10 John Wiegley*** no comment ***
2002-04-10 John WiegleySupport smart killing/yanking
2002-04-08 John Wiegley*** no comment ***
2002-04-08 John Wiegley*** no comment ***
2002-04-08 John WiegleyAdded support for playing out puzzle collections.
2002-04-08 John Wiegley*** no comment ***
2002-04-08 John Wiegleyadded support for pawn promotion and en-passant captures
2002-04-08 John WiegleyBug fixes.
2002-04-08 John WiegleySimplified the code, removed the 'search-function'...
2002-04-07 John WiegleySimplified the event model, and removed session objects...
2002-03-01 John WiegleyPlaying against crafty now works.
2002-03-01 John WiegleyInitial revision