However, I also noticed that promoted pieces are affecting the hand when they shouldn't, particularly for Shogi-style promotions (increments original, decrements promotion).
I guess I should only take promotions from the hand for chess-style promotions where promoChoice says the piece comes out of the hand (by prefixing its type with an asterisk).
[Edit] This is implemented now, both with the old and the new move-entry system.
The advantage of the new move-entry system is that you can actually see what the AI would have done in its search, so that bugs becomemore easily apparent.
I guess I should only take promotions from the hand for chess-style promotions where promoChoice says the piece comes out of the hand (by prefixing its type with an asterisk).
[Edit] This is implemented now, both with the old and the new move-entry system.
The advantage of the new move-entry system is that you can actually see what the AI would have done in its search, so that bugs becomemore easily apparent.