Introduces a new move qualifier in the form of isTactical, this is a shorthand to check if the move is neither a capture nor a promo (doesn't matter if it's a capturing promo or a quiet one). This functionally replaces what isQuiet currently does and lets isQuiet have the more intuitive function of just checking if the move is a capture or not.
Since it's a 1:1 substitute to the old isQueit it means we aren't using isQuiet anywhere anymore (for now), some further testing might be warranted on if there's some Elo to be squeezed from that.
No functional change.
Bench: 6920775
Introduces a new move qualifier in the form of isTactical, this is a shorthand to check if the move is neither a capture nor a promo (doesn't matter if it's a capturing promo or a quiet one). This functionally replaces what isQuiet currently does and lets isQuiet have the more intuitive function of just checking if the move is a capture or not. Since it's a 1:1 substitute to the old isQueit it means we aren't using isQuiet anywhere anymore (for now), some further testing might be warranted on if there's some Elo to be squeezed from that. No functional change. Bench: 6920775