Keep track of total hand values
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 14 Jan 2017 10:30:20 +0000 (11:30 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 14 Jan 2017 10:30:20 +0000 (11:30 +0100)
commit08691ed07918ba75d5e88929c20f175ac4821bcd
treeee338c9e92332881357c3c6a6519f8ffa0511f13
parent28d783196871ee16b9e4cb7ee18ee2fee058ff74
Keep track of total hand values

With the aidof two new tables, handBulk[] (piece-list size) and dropBulk[]
(board sized), we now keep track of the total value of pieces in the hands.
This is stored in the promoGain for piece type 30, (which is not used in
any variant), to easily index it with the side to move.
dropper.c