summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2004-01-06add &optional index to chess-var-side-to-move (sync with chess-game-side-to-m...Mario Lang
2004-01-06document chess-game-side-to-moveMario Lang
2004-01-06*Mario Lang
2004-01-06It mostly works now, only remaining problem is that the players moveMario Lang
2004-01-05checkdoc attempt, some ver ysimple (I hope correct) docstrings addedMario Lang
2004-01-05next-pos has correct status now, added chess-file (epd) itemMario Lang
2004-01-05add three paragraphs from chess-pos.el commentaryMario Lang
2004-01-04still not working properly (only display is broken)Mario Lang
2004-01-04first version of a alpha-beta puring search aiMario Lang
2004-01-04Set status of next-pos according to changes of plyMario Lang
2004-01-04grrr, circular requireMario Lang
2004-01-04crafty is fixed againMario Lang
2004-01-03New function chess-pos-read-epd-file, which parses an epd file into a list of...Mario Lang