Add option for move exclusion
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 12 Apr 2018 21:47:19 +0000 (23:47 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 12 Apr 2018 21:47:19 +0000 (23:47 +0200)
commit5d4c209d99d7c162c885affc4c99e6b86e2df36f
tree7db0cd8b516e9adf8989c94cd0c1d46803eee746
parenta77ab067b85c7477e804ecf1af1cdea23c41400e
Add option for move exclusion

A string option 'Exclude move:' is added for the benefit of GUIs that do
not support the exclude feature. By prefixing with a '!' the move can be
included again. To prevent crashing on an invalid move syntax, the routine
ParseMove() had to be made more robust, returning 0 in such cases.
dropper.c