Cockatrice/oracle
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 Update macOS Monterey app icon (#4805) 2023-08-06 17:46:03 -04:00
src fix: Use isRebalanced to detect Arena cards (#5778) 2025-04-03 00:16:38 -04:00
translations Update translation files (#5775) 2025-03-27 21:31:05 -04:00
CMakeLists.txt Update cipt parsing (#5712) 2025-03-14 21:44:13 -04:00
oracle.desktop Add icon to oracle 2014-08-07 17:27:15 +02:00
oracle.qrc Add icon to oracle 2014-08-07 17:27:15 +02:00
oracle.rc Add icon to oracle 2014-08-07 17:27:15 +02:00
oracle_en@source.ts Hide arena only cards (#5759) 2025-03-22 01:07:42 -04:00