Cockatrice/oracle/src
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
..
lzma [WIP] Basic mtgjsonv4 support (#3458) 2018-12-20 18:05:03 -05:00
qt-json replace foreach macro with standard for each loop (#5485) 2025-01-17 05:18:15 +00:00
zip make package on macos 13 (#4961) 2023-12-15 21:15:57 -05:00
main.cpp Major Directory Refactoring (#5118) 2024-10-20 10:11:35 -04:00
main.h workaround for foreign card arts getting priority by default (#3652) 2019-03-12 10:12:31 +01:00
oracleimporter.cpp fix: Use isRebalanced to detect Arena cards (#5778) 2025-04-03 00:16:38 -04:00
oracleimporter.h Combine card legalities in Oracle (#5370) 2024-12-29 02:23:39 +00:00
oraclewizard.cpp Allow loading local xml file in oracle (#5655) 2025-02-25 18:29:27 -05:00
oraclewizard.h Address /W4 compiler warnings for Windows (#4910) 2023-10-15 20:31:13 -04:00
pagetemplates.cpp Support MTGJSONv5 format in Oracle downloader (#4162) 2020-11-23 16:12:41 -05:00
pagetemplates.h Misc startup improvement (#3740) 2019-06-02 21:47:37 -04:00
parsehelpers.cpp Optimize cipt parsing by early returning (#5727) 2025-03-15 21:23:41 +00:00
parsehelpers.h Update cipt parsing (#5712) 2025-03-14 21:44:13 -04:00