mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-04-02 18:30:44 +02:00
Remove FIXME!! items from source code
This is better handled outside of the source code.
This commit is contained in:
parent
7d73f25a2f
commit
cab87d7ab4
@ -151,24 +151,6 @@ import android.widget.Toast;
|
|||||||
public class DroidFish extends Activity
|
public class DroidFish extends Activity
|
||||||
implements GUIInterface,
|
implements GUIInterface,
|
||||||
ActivityCompat.OnRequestPermissionsResultCallback {
|
ActivityCompat.OnRequestPermissionsResultCallback {
|
||||||
// FIXME!!! PGN view option: game continuation (for training)
|
|
||||||
// FIXME!!! Implement bookmark mechanism for positions in pgn files
|
|
||||||
|
|
||||||
// FIXME!!! Add support for "no time control" and "hour-glass time control" as defined by the PGN standard
|
|
||||||
|
|
||||||
// FIXME!!! Add chess960 support
|
|
||||||
// FIXME!!! Implement "hint" feature
|
|
||||||
|
|
||||||
// FIXME!!! Show extended book info. (Win percent, number of games, performance rating, etc.)
|
|
||||||
// FIXME!!! Green color for "main move". Red color for "don't play in tournaments" moves.
|
|
||||||
|
|
||||||
// FIXME!!! Option to display coordinates in border outside chess board.
|
|
||||||
|
|
||||||
// FIXME!!! Save position to fen/epd file
|
|
||||||
|
|
||||||
// FIXME!!! Selection dialog for going into variation
|
|
||||||
// FIXME!!! Use two engines in engine/engine games
|
|
||||||
|
|
||||||
private ChessBoardPlay cb;
|
private ChessBoardPlay cb;
|
||||||
DroidChessController ctrl = null;
|
DroidChessController ctrl = null;
|
||||||
private boolean mShowThinking;
|
private boolean mShowThinking;
|
||||||
|
@ -251,7 +251,7 @@ public class ExternalEngine extends UCIEngineBase {
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME!! Writes should be handled by separate thread.
|
// XXX Writes should be handled by separate thread.
|
||||||
@Override
|
@Override
|
||||||
public void writeLineToEngine(String data) {
|
public void writeLineToEngine(String data) {
|
||||||
// System.out.printf("GUI -> Engine: %s\n", data);
|
// System.out.printf("GUI -> Engine: %s\n", data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user