summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-02Don't highlight the opening paren for special chess-* forms.John Wiegley
2008-09-02Simplified the test runner's output, so it fits in 80 columns.John Wiegley
2008-09-02A COUNT of 0 now means "read to end of database", not -1, which Emacs wasJohn Wiegley
2008-09-02Corrected game indices in the debug output.John Wiegley
2008-09-02'make check' is now 0-based, like the rest of the database-related code. OnlyJohn Wiegley
2008-09-01Highlight `chess-error' the same way as `error'.John Wiegley
2008-09-01The 'start' parameter passed in is now a 0-based index, like what is expectedJohn Wiegley
2008-09-01chess-scid now accepts a 0-based index, but uses a 1-based index when talkingJohn Wiegley
2008-09-01Use the modulus of the read-count to govern when game counts are reported.John Wiegley
2008-09-01Report an error if we fail to find the beginning of a game loaded fromJohn Wiegley
2008-09-01Added a note about how to run the full test suite properly.John Wiegley
2008-09-01Erase the buffer before asking scid for a PGN position. What happens duringJohn Wiegley
2008-09-01When byte-compiling chess-pos, set cl-optimize-speed to 9. This increasesJohn Wiegley
2008-09-01Off by one error in string clipping of tag values.John Wiegley
2008-09-01Only require 'cl when byte-compiling chess-ai. We don't yet use the CLJohn Wiegley
2008-09-01Fontify chess-error and chess-with-current-buffer as keywords.John Wiegley
2008-09-01chess-auto.el is built properly now.John Wiegley
2008-09-01Simplified error message when an algebraic move fails to work.John Wiegley
2008-09-01Fix ics style12 regex.Mario Lang
2008-09-01Make game numbers displayed equal to indexes used in chess-database.Mario Lang
2008-09-01Remove the supposed failing game again since emacs-chess was actually right, ...Mario Lang
2008-09-01Fix a "off-by-one" thinko, database indexes are zero based.Mario Lang
2008-09-01Add a failing test I found in TWIC.Mario Lang
2008-09-01Simplified some error text.John Wiegley
2008-09-01Added a TODO note: I found a test case for the failing promotions.John Wiegley
2008-09-01Removed the unnecessary chess-incr-index* function.John Wiegley
2008-09-01Removed historical note, since there is a better story in AUTHORS now.John Wiegley
2008-09-01Ignore the largedb files if a user has installed them.John Wiegley
2008-09-01Updated the TODO file.John Wiegley
2008-09-01Instead of using `read' to parse a PGN tag string, just clip off the leadingJohn Wiegley
2008-09-01When a testing error occurs, mention the exact test that failed along withJohn Wiegley
2008-09-01Report a clearer error in the case of an algebraic queening move with anJohn Wiegley
2008-09-01If the COUNT is less than zero, run all the remaining tests.John Wiegley
2008-09-01Added a basic file of 400 historic games, which gets used as the baseline testJohn Wiegley
2008-09-01Several improvements to how tests are run.John Wiegley
2008-09-01Allow the stress tests to be run across a specific range:John Wiegley
2008-09-01Except for when making moves interactively (with chess-display-manual-move),John Wiegley
2008-09-01Ignore the chess-test script.John Wiegley
2008-09-01Increased the verbosity and number of errors generated for incorrectly parsedJohn Wiegley
2008-09-01Wrote a testing function for emacs-chess, which computes the legality of pliesJohn Wiegley
2008-09-01Several fixes to the scid (aka ChessDB) interaction protocol.John Wiegley
2008-09-01Removed some trailing whitespace.John Wiegley
2008-09-01chess-test is now invoked with the name of the database to read.John Wiegley
2008-09-01Moved some code around to follow better Lisp style.John Wiegley
2008-08-30Quick title fix to the TODO file.John Wiegley
2008-08-29Added some new TODOs.John Wiegley
2008-08-29Added optional code for highlighting the last move.John Wiegley
2008-08-29Correctly indent `chess-with-current-buffer' in lisp-mode.John Wiegley
2008-08-29Instead of ignoring ICS refresh commands, use them as a chance to ensure thatJohn Wiegley
2008-08-29Make `chess-display-side-to-move' a risky-local-variable. This fixes theJohn Wiegley