RCS file: /cvsroot/gnugo/gnugo/engine/value_moves.c,v
retrieving revision 1.166
diff -u -r1.166 value_moves.c
|
|
|
|
| 2455 | 2455 | |
| 2456 | 2456 | mark_inessential_stones(OTHER_COLOR(color), safe_stones); |
| 2457 | 2457 | |
| 2458 | | if (move[pos].move_safety == 1 && safe_move(pos, color) == WIN) { |
| | 2458 | if (move[pos].move_safety == 1 && safe_move(pos, color) != 0) { |
| 2459 | 2459 | safe_stones[pos] = INFLUENCE_SAVED_STONE; |
| 2460 | 2460 | strength[pos] = DEFAULT_STRENGTH; |
| 2461 | 2461 | if (0) |
RCS file: /cvsroot/gnugo/gnugo/regression/owl1.tst,v
retrieving revision 1.119
diff -u -r1.119 owl1.tst
|
|
|
|
| 517 | 517 | 389 owl_attack E3 |
| 518 | 518 | #? [0] |
| 519 | 519 | |
| | 520 | # See also trevord:790. |
| | 521 | loadsgf games/trevor/auto/d32.sgf 240 |
| | 522 | 390 owl_attack Q14 |
| | 523 | #? [3 P14] |
| | 524 | 391 owl_defend Q14 |
| | 525 | #? [1 P14] |
| | 526 | 392 owl_does_defend T13 Q14 |
| | 527 | #? [2] |
RCS file: /cvsroot/gnugo/gnugo/regression/trevord.tst,v
retrieving revision 1.48
diff -u -r1.48 trevord.tst
|
|
|
|
| 399 | 399 | #? [B18] |
| 400 | 400 | |
| 401 | 401 | |
| | 402 | # See also owl1:390-392. |
| 402 | 403 | loadsgf games/trevor/auto/d32.sgf 240 |
| 403 | 404 | 790 reg_genmove white |
| 404 | 405 | #? [P14] |