summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-25Added an argument to chess-search-position, so that if we areJohn Wiegley
2004-01-23use apply in chess-database-queryMario Lang
2004-01-23support query tree-searchMario Lang
2004-01-23dont barf on unbound chess-module-regexp-alist, and add some docstringsMario Lang
2004-01-23docstring fixes + a redo of chess-game-seqMario Lang
2004-01-23fixes to make chess-scid read parsing workMario Lang
2004-01-21opening classification module based on the scid.eco file from scid 3.5Mario Lang
2004-01-20FEN notation actually specifies that field four (en passant) should denote th...Mario Lang
2004-01-20catch manually typed resign and fix a bug where only one game could be played...Mario Lang
2004-01-20(chess-pos-to-fen): Dont emit a trailing / on rank 8.Mario Lang
2004-01-19tidyingMario Lang
2004-01-19minor changeMario Lang
2004-01-19rewrite this module such that it does not act as an engine, rather it invoked...Mario Lang
2004-01-16We no longer need to dedvar chess-ai-regexp-alist withMario Lang
2004-01-16(chess-engine-create): Use `insern-soft' instead of `intern'Mario Lang
2004-01-15adding description of the module systemJohn Wiegley
2004-01-14elisp header + homepage linkMario Lang
2004-01-14Module for the sjeng engine (promotion still doesnt work.)Mario Lang
2004-01-14`let'-bind case-fold-search nil in chess-algebraic-to-ply:Mario Lang
2004-01-13Initial skeleton for Game Creating messages.Mario Lang
2004-01-13(chess-display-set-index): If INDEX is greater than chess-game-index,Mario Lang
2004-01-12pv information computed using crafty 19.8 on a 2 cpu xeon 2.6GHZ system using...Mario Lang
2004-01-12(chess-ics-server-list): Added some more servers.Mario Lang
2004-01-12pv information calculated using crafty 19.8 with about 30 minutes time per po...Mario Lang
2004-01-11set epd opcode ce from material-value and checkmate infoMario Lang
2004-01-11Merge chess-ics-parse-ics12 and chess-ics-handle-move intoMario Lang
2004-01-11(chess-clock-tick-tock): Do not decrease time if (chess-game-status chess-mod...Mario Lang
2004-01-11fixed messed up parensMario Lang
2004-01-11(chess-ics-handler): Read the password before opening the connection.Mario Lang
2004-01-11In chess-engine-default-handler, when 'match is accepted, we wereMario Lang
2004-01-11On GNU Emacs 21.3, :eval in mode-line-data seems only to work if itMario Lang
2004-01-10Fix a bug in chess-game-seq (at least I think it is supposed to work like it ...Mario Lang
2004-01-10Support for xboards analyze mode.Mario Lang
2004-01-10blah, this isnt healthy.Mario Lang
2004-01-10a change to the faces and a fix for chess-plain-spacing > 0 and file naming, ...Mario Lang
2004-01-10Use Crafty's xboard protocol layer for communication:Mario Lang
2004-01-09speed up chess-epd-read-file by using nconcMario Lang
2004-01-09support (convert) opcodes sm and svMario Lang
2004-01-09use zeropMario Lang
2004-01-09require 'chess-varMario Lang
2004-01-09use `chess-var-to-algebraic'.Mario Lang
2004-01-09New function chess-var-to-algebraicMario Lang
2004-01-07new file, implements opcodes am, bm, ce, pm and pvMario Lang
2004-01-07remov chess-pos-read-epd-fileMario Lang
2004-01-07make chess-display-create interactive, and document chess-display-quitMario Lang
2004-01-07add chess-fischer-random-position into the Creating Positions Manual SectionMario Lang
2004-01-06skels for chess-databaseMario Lang
2004-01-06Require cl and add message callsMario Lang
2004-01-06some docstringsMario Lang
2004-01-06add @c lispfun for chess-ply-source and chess-ply-targetMario Lang