ItsDrike
bea2be5f63
The current implementation of state hash doesn't represent empty columns or foundations properly. This leads to a potential collision if there is a full column next to an empty column, as it's indistinguishable which column the data lies on. (In practice, this can't happen for foundations, as they only hold cards of distinct types, so the collision only occurs with columns.) This commit fixes the issue and makes sure to represent empty piles properly. |
||
---|---|---|
img/playing_cards | ||
qml | ||
src | ||
.clang-format | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
build.sh | ||
CMakeLists.txt | ||
generate_qrc.sh | ||
LICENSE-THIRD-PARTY.txt | ||
LICENSE.txt |