summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-08Simplified the code, removed the 'search-function' nonsense. Even theJohn Wiegley
wackiest chess variants use standard move notation. `chess-ply-create' now fully validates and annotates the plies that it creates, based on the initial piece move (such as the king, in the case of castling).
2002-04-07*** no comment ***John Wiegley
2002-04-07*** no comment ***John Wiegley
2002-04-07*** no comment ***John Wiegley
2002-04-07Games are now playable to the end.John Wiegley
2002-04-07Prune from the returned candidates list moves which would leave theJohn Wiegley
king in check. NOTE: This function is getting slow these days.
2002-04-07Simplified the event model, and removed session objects. NowJohn Wiegley
everything just revolves around a game. Gnuchess is now playable to the end, except don't make moves that leave your king in check! The engine still doesn't check for this yet.
2002-04-06A workaround fix for a bug that prevents the RTL from building.John Wiegley
2002-04-04*** no comment ***John Wiegley
2002-04-04fixed conversion of pawn capturesJohn Wiegley
2002-04-04bug fixesJohn Wiegley
2002-04-03*** no comment ***John Wiegley
2002-04-03Gnuchess can be played against (up until a pawn take occurs).John Wiegley
2002-04-03More work to get engines working.John Wiegley
2002-04-02Coded engines as a separate library. Still work to be done here.John Wiegley
2002-04-01Permit access to display session variableJohn Wiegley
2002-03-30comment updateJohn Wiegley
2002-03-29changed interface to chess-game-createJohn Wiegley
2002-03-28more fixesJohn Wiegley
2002-03-28more fixesJohn Wiegley
2002-03-28*** no comment ***John Wiegley
2002-03-28*** no comment ***John Wiegley
2002-03-28*** no comment ***John Wiegley
2002-03-28Updated chess-plainJohn Wiegley
2002-03-28*** no comment ***John Wiegley
2002-03-28*** no comment ***John Wiegley
2002-03-28Got the independent display code working.John Wiegley
2002-03-28*** no comment ***John Wiegley
2002-03-28Made the display code into part of the core library.John Wiegley
2002-03-11changesJohn Wiegley
2002-03-04Fixed a copyright date.John Wiegley
2002-03-02Moved ics1 and plain into chess-ascii.John Wiegley
2002-03-02Moved ics1 and plain into one module.John Wiegley
2002-03-02Moved docs over from OVERVIEW file.John Wiegley
2002-03-02Added chess-game-side-to-move back.John Wiegley
2002-03-02Added chess-game-side-to-move back.John Wiegley
2002-03-02Made `chess-pgn-insert-plies' more useful as a standalone.John Wiegley
2002-03-02Removed some redundant functions.John Wiegley
2002-03-02Fix syntax errors.John Wiegley
2002-03-02Started chess.el library API documentation.John Wiegley
2002-03-02Added .texi generation.John Wiegley
2002-03-02*** no comment ***John Wiegley
2002-03-02Fix to chess engine support.John Wiegley
2002-03-02*** no comment ***John Wiegley
2002-03-02Added chess-pgn-mode code from chess-pgn-mode.el, and deleted thatJohn Wiegley
file.
2002-03-01*** no comment ***John Wiegley
2002-03-01Playing against crafty now works.John Wiegley
2002-03-01Initial revisionJohn Wiegley