Pay attention to extension of 'positional' arguments
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 20 Sep 2012 15:24:29 +0000 (17:24 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 20 Sep 2012 15:24:29 +0000 (17:24 +0200)
commitee7ad29e757ab4f99b8b776ce7e8ebee5081767a
tree14dab12431b37e5ba0095712d837e45bab75e1a9
parentf4b62dcdc66f6b278439684a79170480f0c66efe
Pay attention to extension of 'positional' arguments

An argument without preceding option name was assumed to be an -lgf argument.
This patch still does that by default, but if the argument ends in .fen, .epd,
.trn, .ini or .xop it is considered an -lpf, -tf or -opt argument.
  In addition, an implied -lpf or -lgf argument also imply the option -viewer,
which inserts the -viewerOptions string into the command line, and proesses it
as options. A new option -tourneyOptions is similarly inserted for an implied
-tf argument. These strings should contain all options needed to start XBoard
fully configured as game viewer or tourney playing agent on the mentioned file.
args.h
common.h