~ubuntu-branches/ubuntu/trusty/scid/trusty

« back to all changes in this revision

Viewing changes to src/recog.cpp

  • Committer: Package Import Robot
  • Author(s): Oliver Korff
  • Date: 2012-03-11 22:53:54 UTC
  • mfrom: (18.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120311225354-0qdtceosm3263cal
Tags: 1:4.3.0.cvs20120311-1
* New Upstream Version.
* Updated to standards version 3.9.3
* scid now recommends tdom and tcllib, which is necessary for the built-in
  xfcc support. Thanks to Ian Zimmerman for giving this hint. 
  (Closes: #656699) 
* Scid filter mode: "AND" is now working again. Thanks to Ian Zimmerman for
  the Report, and to Fulvio solving the bug upstream. (Closes: #661836) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1037
1037
 
1038
1038
    // XXX  INCOMPLETE  XXX
1039
1039
    return UNKNOWN;
1040
 
 
 
1040
 /*
1041
1041
    byte * material = pos->GetMaterial();
1042
1042
    pieceT * board = pos->GetBoard();
1043
1043
    squareT wk, bk, wr, wp, br;
1161
1161
    }
1162
1162
 
1163
1163
    return UNKNOWN;
 
1164
    */
1164
1165
}
1165
1166
 
1166
1167
//////////////////////////////////////////////////////////////////////