PGG106 / Alexandria

bitboard chess engine
GNU General Public License v3.0
97 stars 26 forks source link

Introduce a new move qualifier #336

Closed PGG106 closed 9 months ago

PGG106 commented 9 months ago

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