| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2004-03-01 | remove chess-opening from chess-default-modules for now, if it is loaded ↵ | Mario Lang | |
| uncompiled, it creates problems for the user, so leave it out by default for now. People who want this just need to put it back in, and make sure they are getting a compiled .elc file | |||
| 2004-03-01 | update | Mario Lang | |
| 2004-03-01 | (chess-legal-plies): Add :candidates keyword to avoid calls to ↵ | Mario Lang | |
| chess-search-position if the caller already knows the piece indices | |||
| 2004-03-01 | (chess-eval-static). Try to reward passed pawns and piece mobility | Mario Lang | |
| 2004-03-01 | put byte-compiling-files-p back in | Mario Lang | |
| 2004-03-01 | better icc datagram support | Mario Lang | |
| 2004-02-29 | fix kibitzes on icc | Mario Lang | |
| 2004-02-29 | Enhance ICC support: | Mario Lang | |
| Make "backs up" message work. Rudimentary level2 datagram support through chess-ics-icc-preoutput-filter. New variable chess-ics-icc-datagrams to define which datagrams should be requested upon login. New variable chess-ics-server-type which defaults to FICS, and gets set to ICC when we encounter an ICC server. Handle DG_KIBITZ by translating them to the FICS representation. Handle movelist request through DG_POSITION_BEGIN2 and DG_PASTMOVE. | |||
| 2004-02-25 | add elisp header and homepage link | Mario Lang | |
| 2004-02-25 | phalanx has no "resign" commands, so only set game-data active to nil for now | Mario Lang | |
| 2004-02-24 | more stability improvements | Mario Lang | |
| 2004-02-22 | (chess-eval-static): Primitive mobility handling, makes play a lot more ↵ | Mario Lang | |
| aggressive :) | |||
| 2004-02-22 | reward passed pawns, and make the code a bit faster | Mario Lang | |
| 2004-02-22 | *** no comment *** | Mario Lang | |
| 2004-02-22 | *** no comment *** | Mario Lang | |
| 2004-02-22 | update | Mario Lang | |
| 2004-02-22 | (chess-ics-ads-removed): We need to be a lot more careful when | Mario Lang | |
| deleteing stuff on a preoutput-filter-function. Fixed this, which also fixes all the remaining cases of missed boards. LectureBot ran through three Lectures without any bug, which seems good! | |||
| 2004-02-22 | Require 'rx when compiling. | Mario Lang | |
| (chess-ics-style12-regexp): New constant regexp which matches a style12 string (subgroup 1 to 32). (chess-ics-matcher-alist): Use it. (chess-ics-matcher-alist): Destroy game object if we see a "no longer examining..." message. (chess-ics-handle-style12): Rewrite using `match-string' instead of `pop' based on the new regexp above. (chess-ics-handle-style12): No longer `message' parse errors, rather keep the failed board in the buffer, and add the failure info to the front of the line. Makes finding remaining bugs a lot easier since the buffer can be reviewed in chronological order. | |||
| 2004-02-22 | (chess-engine-filter): We were calling `forward-line' | Mario Lang | |
| unconditionally. However, there is a race condition, namely, if the last line does not end with a newline, forward-line will skip to eob, therefore, engine regexps will simply be missed. Fixed. (chess-engine-entire-lines): This was a fix for the wrong problem, removed. | |||
| 2004-02-22 | chess-engine-entire-lines was a cure for the wrong illness, removed | Mario Lang | |
| 2004-02-18 | (chess-display-highlight-passed-pawns): New | Mario Lang | |
| interactive function. | |||
| 2004-02-18 | (chess-pos-passed-pawns): New function. | Mario Lang | |
| 2004-02-13 | update | Mario Lang | |
| 2004-02-12 | *** no comment *** | Mario Lang | |
| 2004-02-12 | (chess-engine-entire-lines): New variable. | Mario Lang | |
| (chess-engine-filter): handle it. | |||
| 2004-02-12 | set chess-engine-entire-lines t | Mario Lang | |
| 2004-02-12 | *** no comment *** | Mario Lang | |
| 2004-02-12 | chess-ics-sought-mode-map: new variable | Mario Lang | |
| 2004-02-12 | (chess-engine-filter): Only process output if it is newline | Mario Lang | |
| terminated (this fixed phalanx). | |||
