Cockatrice/cockatrice/src
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
..
client Fix crash when right click floating card info window (#5773) 2025-03-27 00:54:34 +00:00
deck Support exporting to decklist.xyz website (#5756) 2025-03-21 00:28:15 +00:00
dialogs fix: Use isRebalanced to detect Arena cards 2025-03-29 10:44:40 +01:00
game fix: Use isRebalanced to detect Arena cards 2025-03-29 10:44:40 +01:00
server Change Sorting Order of User List (#5626) 2025-02-16 04:35:28 +00:00
settings fix: Use isRebalanced to detect Arena cards 2025-03-29 10:44:40 +01:00
utility add missing override and explicit specifiers in src/deck and src/utility (#5525) 2025-01-25 14:05:00 +00:00
main.cpp Update QT_LOGGING_CONF if not set (#5578) 2025-02-08 16:10:45 +00:00
main.h Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491) 2025-01-19 13:14:23 +00:00