Cockatrice/cockatrice
Basile Clement 2fcdb52157
fix: Use isRebalanced to detect Arena cards (#5778)
* 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.

* Update setting to mention Alchemy rather than Arena
2025-04-03 00:16:38 -04:00
..
resources Fix crash when right click floating card info window (#5773) 2025-03-27 00:54:34 +00:00
sounds Add cmake format (#4618) 2022-05-08 21:22:43 +02:00
src fix: Use isRebalanced to detect Arena cards (#5778) 2025-04-03 00:16:38 -04:00
themes Add cmake format (#4618) 2022-05-08 21:22:43 +02:00
translations Update translation files (#5775) 2025-03-27 21:31:05 -04:00
.qdevelop icon_draw and icon_untap added, icon_general and icon_messages modified 2009-07-31 13:37:16 +02:00
CMakeLists.txt Add CONFIGURE_DEPENDS to the cmake (#5739) 2025-03-17 02:43:11 +00:00
cockatrice.desktop Updated Spanish translation 2011-07-16 11:38:57 +02:00
cockatrice.qrc Generic mana symbols. (#5685) 2025-03-03 13:12:09 -05:00
cockatrice.rc Included uninstaller for Windows version 2010-09-17 15:26:07 +02:00
cockatrice_en@source.ts fix: Always prefer local cards if available (#5762) 2025-03-26 01:23:09 +00:00