Print score of final position in Analyze Game
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 7 Mar 2013 20:38:43 +0000 (21:38 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 2 May 2013 12:54:31 +0000 (14:54 +0200)
commit515cd3f7b2ca2d5ba4450fc8bd8576c7602fe41d
treeb00de7002a982b4bbf5ce2b0c6165a0ecb8983ae
parent6bb8c7c57851a7cf4ed99dea5023e747c9d2adb9
Print score of final position in Analyze Game

The score/depth of the final position of the analyed game is added
(as an explicit comment) behind the PV of the forelast position.
To make this work, a new 'addBraces' mode (3) had to be added to
AppendComment, which suppresses stripping of the score/depth from
the comment.
backend.c