Allow mamer addtotourney to do late-joins
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 25 Feb 2013 19:36:13 +0000 (20:36 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 25 Feb 2013 21:38:45 +0000 (22:38 +0100)
commit09edd71ef89a37054e33bb2560b74bf8877bcf66
tree87c0c4c5a2588d6b6005fd1cca408b1bf1044449
parent20c09dc1fcb3868ffc922e1232820dfd4c26f2c9
Allow mamer addtotourney to do late-joins

The score parameter of AddPlayer is now used to  indicate it was invoked
by addtotourney rather than join (info passed in pendingList through the
Player.floatValue field), as in the existing code it was only called with
score = 0. anyway. When invoked from addtotourney, the command is also
allowed in 'closed' tourneys. In this case it would not only add the player,
but also clear its color counts and give it a 0 result against the BYE.
lasker-2.2.3/bots/mamer/CommandEntry.cc
lasker-2.2.3/bots/mamer/Mamer.cc
lasker-2.2.3/bots/mamer/Tourney.cc