Allow Analyze Game to auto-step through entire game file
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 28 Sep 2012 11:28:17 +0000 (13:28 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 28 Sep 2012 11:28:17 +0000 (13:28 +0200)
commitad3790c613d301fb6f234e78cb63a5a743bde0d6
treea4ebe54fd6599e4c80d3491ab7d4af60dec7985e
parent025a668716d9220ada1d2e3b6b87c8517ac7899a
Allow Analyze Game to auto-step through entire game file

If the game index is set to auto-increment (-lgi -1), the Analyze Game
function will automatically load the next game of the current game file
(starting to auto-play/annotate that) when the end of the current game is
reached. This flushes the annotated game if auto-saving was set,
so that eventually all games in the file will be annotatd and saved.
  The game index is automatically set to auto-increment when we load
a file while in Analyze Game mode, but switching this mode on while a game
is already loaded will stop at the end of that game, as usual (if -lgi was
not explicitly set).
backend.c