summaryrefslogtreecommitdiff
path: root/chess-var.el
AgeCommit message (Collapse)Author
2002-04-28*** no comment ***John Wiegley
2002-04-18Many efficiency improvements and bug fixes.John Wiegley
2002-04-16Removed the $ Revision strings; they are no longer necessary since IJohn Wiegley
tag every revision that I upload.
2002-04-16Major speed improvement and efficiency work. chess-legal-plies isJohn Wiegley
much more memory conservative now. Reduced recursion in chess-search-position by a slight bit.
2002-04-13added message catalog supportJohn Wiegley
2002-04-12optimizations and bug fixesJohn Wiegley
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).