Home
last modified time | relevance | path

Searched refs:do_play_move (Results 1 – 2 of 2) sorted by relevance

/dports/games/gnugo/gnugo-3.8/engine/
H A Dboard.c319 static void do_play_move(int pos, int color);
643 do_play_move(pos, color); in really_do_trymove()
888 do_play_move(pos, color); in play_move_no_history()
4097 do_play_move(int pos, int color) in do_play_move() function
/dports/games/gnugo/gnugo-3.8/
H A DChangeLog785 - bugfix in do_play_move()
977 - handle suicides in do_commit_suicide(), not in do_play_move()
1187 - optimization in do_play_move: don't check ko unnecessarily
1349 - do_play_move() revised to improve performance
2651 - do_play_move made static