| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-09-01 | Added a basic file of 400 historic games, which gets used as the baseline test | John Wiegley | |
| set if the large database is not present. | |||
| 2008-09-01 | Several improvements to how tests are run. | John Wiegley | |
| First, if the user hasn't downloaded the monster test database, we just run a simple test of 400 historical games. Second, you can specify the variables START and COUNT on the command line, for running just a part of the huge database. | |||
| 2008-09-01 | Allow the stress tests to be run across a specific range: | John Wiegley | |
| make START=2000 FINISH=5000 check If START is omitted, it begins at game 1. If FINISH is omitted, it ends at the last game in the test database. | |||
| 2008-09-01 | Except for when making moves interactively (with chess-display-manual-move), | John Wiegley | |
| it is an error if a ply implies a promotion but not :promote keyword is passed to indication which piece to promote to. | |||
| 2008-09-01 | Ignore the chess-test script. | John Wiegley | |
| 2008-09-01 | Increased the verbosity and number of errors generated for incorrectly parsed | John Wiegley | |
| PGN games. | |||
| 2008-09-01 | Wrote a testing function for emacs-chess, which computes the legality of plies | John Wiegley | |
| for a database of known legal games. | |||
| 2008-09-01 | Several fixes to the scid (aka ChessDB) interaction protocol. | John Wiegley | |
| 2008-09-01 | Removed some trailing whitespace. | John Wiegley | |
| 2008-09-01 | chess-test is now invoked with the name of the database to read. | John Wiegley | |
| 2008-09-01 | Moved some code around to follow better Lisp style. | John Wiegley | |
| 2008-08-30 | Quick title fix to the TODO file. | John Wiegley | |
| 2008-08-29 | Added some new TODOs. | John Wiegley | |
| 2008-08-29 | Added optional code for highlighting the last move. | John Wiegley | |
| 2008-08-29 | Correctly indent `chess-with-current-buffer' in lisp-mode. | John Wiegley | |
| 2008-08-29 | Instead of ignoring ICS refresh commands, use them as a chance to ensure that | John Wiegley | |
| what we think is the current game position really is. | |||
| 2008-08-29 | Make `chess-display-side-to-move' a risky-local-variable. This fixes the | John Wiegley | |
| problem of the background not being set in the modeline. | |||
| 2008-08-29 | Merged PLAN into TODO, and changed it into an org-mode file. It still needs | John Wiegley | |
| further conversion, however. | |||
| 2008-08-29 | Ignore the file products of playing with Crafty. | John Wiegley | |
| 2008-08-29 | Rearranged some code just to make it easier to read. | John Wiegley | |
| 2008-08-29 | Ignore the TAGS file. | John Wiegley | |
| 2008-08-29 | Don't report an error if the user's sound reporting function fails to work. | John Wiegley | |
| This is needed on OS X, which has the `play-sound-file` function, but when called reports an error that sound support is not available. | |||
| 2008-08-29 | Silently ignore refresh directives in the ICS protocol. | John Wiegley | |
| 2008-08-29 | Only paint a move after it's been made. | John Wiegley | |
| 2008-08-29 | last-triggers was never used, it was suppose to refer to last-session, a ↵ | Mario Lang | |
| LET-bound variable. | |||
| 2008-08-29 | Several changes in order for 'make distcheck' to work. | John Wiegley | |
| 2008-08-29 | Several changes to fix byte-compile warnings, changed some iso-8859-1 encoded | John Wiegley | |
| files to UTF-8, and switched to using insert-file-contents instead of the -literally variant (which doesn't respect content encodings). | |||
| 2008-08-29 | Changed to using an autoconf/automake setup for building. This precipitated | John Wiegley | |
| many changes to the code, including: - documentation has been moved into doc/ - the chess-eco opening moves are pre-generated from chess-eco.ps into chess-eco.fen, so users don't have to wait around for it to build - no longer using lispdoc to auto-gen function stubs in chess.texi, this means that chess-maint.el and lispdoc.el are gone | |||
| 2008-08-26 | Renamed chess-opening.el to chess-eco.el. | John Wiegley | |
| 2008-05-08 | Added recursive reference to sound and piece assets via submodules | John Wiegley | |
| 2008-05-08 | Added chess-log.el, as an aid to debugging. | John Wiegley | |
| 2008-05-08 | Removed CVS-related artifacts | John Wiegley | |
| 2005-06-27 | (chess-plain-popup): Pass nil for the `font' argument to | John Wiegley | |
| `chess-display-popup-in-frame', since we don't care what the size of the font is with textual chessboards. | |||
| 2005-06-27 | *** no comment *** | John Wiegley | |
| 2005-06-27 | (chess-input-shortcut): If a character is typed that is not a legal | John Wiegley | |
| start of a move (which only happens if it's not bound to anything else), just ignore it. | |||
| 2005-06-27 | (chess-images-determine-size): On Macs and | John Wiegley | |
| Windows, reduce the screen height by 80 instead of just 20, to account for the Start/Status bar. (chess-images-popup): Pass in a `font' to `chess-display-popup-in-frame', so that the pixel height for each graphical piece is computed correctly. (chess-images-change-size): Foricbly popup the chess buffer when changing the size of graphical pieces. | |||
| 2005-06-27 | (chess-ics1-popup): Added `font' argument in call to | John Wiegley | |
| `chess-display-popup-in-frame'. | |||
| 2005-06-27 | (chess-ics-sought-add): Added this routine to factor out a lot of | John Wiegley | |
| duplicated code. | |||
| 2005-06-27 | (chess-display-popup-in-frame): Added a `font' parameter, so that the | John Wiegley | |
| font can be set in new chessboard frames (which is necessary to get the pixel height/width right). | |||
| 2005-01-16 | exclude scid-browser.el from compilation for now | Mario Lang | |
| 2005-01-16 | Implement resign/takeback/draw/flag announcements for ics (ks) | Mario Lang | |
| 2005-01-16 | Update ChangeLog | Mario Lang | |
| 2004-12-07 | require chess-message whereever necessary (ks) | Mario Lang | |
| 2004-12-07 | Make comment-start and comment-end explicitly buffer-local (ks) | Mario Lang | |
| 2004-12-06 | bug in pgn font-locking (Klaus Straubinger <KSNetz@Arcor.DE>) | Mario Lang | |
| 2004-04-12 | *** no comment *** | John Wiegley | |
| 2004-03-08 | bah, recursive loading...chess-pgn.el | Mario Lang | |
| 2004-03-07 | laptop sync | Mario Lang | |
| 2004-03-04 | support DG_TAKEBACK and DG_BACKWARD | Mario Lang | |
| 2004-03-01 | bumped minor rev | Mario Lang | |
