Home
last modified time | relevance | path

Searched refs:OWL_DEFEND_MOVE_LOSS (Results 1 – 4 of 4) sorted by relevance

/dports/games/gnugo/gnugo-3.8/engine/
H A Dmove_reasons.h66 #define OWL_DEFEND_MOVE_LOSS 62 macro
H A Dmove_reasons.c318 case OWL_DEFEND_MOVE_LOSS: in get_pos()
1056 add_move_reason(pos, OWL_DEFEND_MOVE_LOSS, index); in add_loss_move()
1436 else if (move_reasons[r].type == OWL_DEFEND_MOVE_LOSS) { in get_saved_worms()
1505 case OWL_DEFEND_MOVE_LOSS: in mark_changed_dragon()
1554 if (move_reason_type == OWL_DEFEND_MOVE_LOSS) { in mark_changed_dragon()
1819 case OWL_DEFEND_MOVE_LOSS: in list_move_reasons()
H A Dvalue_moves.c1092 case OWL_DEFEND_MOVE_LOSS: in examine_move_safety()
2253 case OWL_DEFEND_MOVE_LOSS: in estimate_territorial_value()
2256 || move_reasons[r].type == OWL_DEFEND_MOVE_LOSS) { in estimate_territorial_value()
2303 || move_reasons[r].type == OWL_DEFEND_MOVE_LOSS) { in estimate_territorial_value()
/dports/games/gnugo/gnugo-3.8/
H A DChangeLog1286 - new move reasons OWL_ATTACK_MOVE_GAIN and OWL_DEFEND_MOVE_LOSS