Don't add PV moves on board clicking in AnalyzeMode
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 18 Feb 2013 09:29:17 +0000 (10:29 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 18 Feb 2013 10:39:39 +0000 (11:39 +0100)
commit1bb92a334cb80297755d51dcbb3847273b49226e
tree2609e901417135d3be5475a4d7d7bd0a6b4a6b53
parent0cb46dc54eb0934d05cd3b4559e583d81fa123c4
Don't add PV moves on board clicking in AnalyzeMode

Playing PV moves by right-clicking the PV was only intended for clicks
in the engine Output window, selecting from multi-PV analysis output,
where by default it plays only the first move. PV walkig by right-clicking
the board, however, would start the walk at the end even in AnalyzeMode,
and thus add the entire PV. Which is probably not useful. So adding moves
in that case has now completely been suppressed, so it can be used for
harmless viewing of the latest PV.
 The behavior has also been made subject to a persistent Boolean option
-appendPV, configured to true, with a checkbox in General Options.
 A checkbox has also been added there for controlling the -variations option,
which is now also configured to true.
args.h
backend.c
common.h
dialogs.c
xboard.conf.in
xboard.texi