WagicProject / wagic

Wagic the Homebrew
Other
347 stars 76 forks source link

Upgrade AI decks 3, 30-36, 38 to modern frames #1074

Closed erzvtvhfm-fhjnyfxv closed 2 years ago

erzvtvhfm-fhjnyfxv commented 2 years ago

Initially committed in 89dae6523 (Nov 3, 2008) and 202d46176 (Sep 22, 2009).

Major changes done only in deck3:

Also deck34 (Kobolds) was kept with original frames because Kobolds were never reprinted.

erzvtvhfm-fhjnyfxv commented 2 years ago

With this week's PR I have two questions:

Vitty85 commented 2 years ago

Hi,

I have some commits to do too, i will merge your pull soon.

About your 2 questions:

1) If you are using Linux (e.g. Ubuntu), you can compile with qt and using a special flag to create an exe for running test suites: $QMAKE projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug DEFINES+=CAPTURE_STDERR make -j 4

Generally whatever you need to create the compile env is descibed in .travis.xml file, while all the step for compiling are listed in the tools/travis-script.sh file, you can take a look there.

2) About names i don't know the story, i entered the project when those names were already there, so i just made my downloader able to "translate" those name into Scryfall names in order to download the corrected images, that's all.

See you.