Cockatrice/tests
Basile Clément 822311231e
fix: Use isRebalanced to detect Arena cards
In #5759 we introduced a setting (off by default) to disable the use of
Arena cards. This was done by checking the `isOnlineOnly` property of
the card, which accidentally also disabled online *printings* of cards
that otherwise exist in paper (e.g. Vintage Masters).

This PR does the same thing but uses the `isRebalanced` property
instead, which is `true` for Arena cards only and should have been used
from the start. This setting does not impact online-only printings such
as Vintage Masters. The settings is still on by default.
2025-03-29 10:44:40 +01:00
..
carddatabase fix: Use isRebalanced to detect Arena cards 2025-03-29 10:44:40 +01:00
loading_from_clipboard Fix edit deck in clipboard clearing values (#5732) 2025-03-16 23:30:12 +00:00
oracle Update cipt parsing (#5712) 2025-03-14 21:44:13 -04:00
CMakeLists.txt Update cipt parsing (#5712) 2025-03-14 21:44:13 -04:00
dummy_test.cpp Clang script (#3085) 2018-02-06 08:45:13 -05:00
expression_test.cpp Support Qt6, Min Qt5.8, Fix Win32, Fix Servatrice 2022-05-06 17:31:08 -04:00
password_hash_test.cpp add password hash test (#4528) 2022-01-16 16:32:11 -05:00
test_age_formatting.cpp Major Directory Refactoring (#5118) 2024-10-20 10:11:35 -04:00