-
```
In preparation for the new seek dialog I've been working on, and because
issue 393 requires a data structure in it, I have a patch I'd like reviewed
before I check it in.
The patch mainly does 4 …
-
It seems the move string for castling has changed from '0-0' to 'e1h1' if white castles king side. This is inconsistent with stockfish, which recognize either '0-0' or 'e1g1'.
This is actually a ser…
-
```
What steps will reproduce the problem?
1. Fischer randon chess problem when game with cecpengine
What is the expected output? What do you see instead?
File "./pychess", line 41, in
pyches…
-
This is very unexpected and I have been burned by it many times.
There are many situations when I click / pick up my King to castle, then see that it is either bad to castle, or much better to move m…
-
```
What steps will reproduce the problem?
1. Fischer randon chess problem when game with cecpengine
What is the expected output? What do you see instead?
File "./pychess", line 41, in
pyches…
-
In position.cpp, void Position::set(const string& fenStr, bool isChess960, Thread\* th):
There is no checking for colour of the rook when finding rsq for castling.
for (rsq = relative_square(c, SQ_A…
-
```
In preparation for the new seek dialog I've been working on, and because
issue 393 requires a data structure in it, I have a patch I'd like reviewed
before I check it in.
The patch mainly does 4 …
-
```
What steps will reproduce the problem?
1. Enable Chess960 in stockfish's settings in Engines dialog
2. Play a standard rules chess game
What is the expected output? What do you see instead?
If st…
-
```
Implement Fischer Random Chess (http://en.wikipedia.org/wiki/Chess960)
```
Original issue reported on code.google.com by `leogregianin@gmail.com` on 11 Oct 2007 at 3:01
-
```
What steps will reproduce the problem?
1. Play FRC against Stockfish 1.6.3. (Glaurung will probably work too).
2. Survive long enough for it to decide to castle. :)
What is the expected output? W…