John Gray
d2005be8c2
add strictChoiceMode and allCommandsUsed
2019-07-26 23:55:05 -04:00
Oleg Agafonov
847a10a73c
Fixed country name
2019-07-24 20:18:57 +04:00
Evan Kranzler
5caf8f79d5
a few more text fixes
2019-07-22 20:22:17 -04:00
Evan Kranzler
aa2c712272
more text fixes
2019-07-22 19:53:15 -04:00
Evan Kranzler
61fa056165
various text fixes for M20 cards
2019-07-22 18:17:34 -04:00
Evan Kranzler
2e8b00ed9c
fixed a test failure
2019-07-22 17:59:04 -04:00
Evan Kranzler
8a381b6a28
fixed a potential security vulnerability
2019-07-22 17:47:23 -04:00
Evan Kranzler
04b9abd196
Implemented Chulane, Teller of Tales
2019-07-22 17:44:34 -04:00
Evan Kranzler
b0e812b07f
Implemented Arcane Signet
2019-07-22 17:37:25 -04:00
Evan Kranzler
25043eaa3e
added Throne of Eldraine
2019-07-22 17:34:13 -04:00
Oleg Agafonov
ff6b961e7c
Merge pull request #5914 from jgray1206/repeated_reverb_fix
...
added unit test for Repeated Reverberation + add fix for loyalty counter (issue #5882 )
2019-07-22 19:49:14 +02:00
Oleg Agafonov
5f61692198
Merge pull request #5911 from jgray1206/hapatra_fix
...
add unit test for hapatra vizier of poisons + fix issue #5886
2019-07-22 19:47:24 +02:00
Evan Kranzler
3c67694c7f
implemented Mind Extraction
2019-07-22 11:48:49 -04:00
John Gray
71464f4fcb
add strictChoiceMode and allCommandsUsed
2019-07-22 06:46:43 -04:00
John Gray
5b4ba490c3
add strictChoiceMode and allCommandsUsed
2019-07-22 06:45:11 -04:00
John Gray
7155977cd2
add aether gust unit tests + fix issue #5902
2019-07-21 22:26:11 -04:00
John Gray
ca79db489a
add better comments + refactor card names into variables
2019-07-21 21:33:38 -04:00
John Gray
f5d4046903
added unit test for Repeated Reverberation + add fix for loyalty counter (issue #5882 )
2019-07-21 11:51:16 -04:00
John Gray
b05981020c
add unit test for hapatra vizier of poisons + fix issue #5886
2019-07-20 13:21:14 -04:00
Oleg Agafonov
7ac58f9787
* UI: fixed missing text for tokens in Card Viewer;
2019-07-19 10:32:09 +04:00
Mike Simons
8d08f005af
Fix various hints and warnings on many set & block classes (via IntelliJ IDEA linting):
...
- replacing hard coded strings of set codes with reference to 'mage.sets.<set>.getInstance().getCode()' allows for set class names to no longer show as unreferenced & adds for more consistence between other block units
- various protected variables were able to be changed to private to clean up additional warnings
- some JavaDoc comments were generating warnings due to missing documentation
- removed some unused imports and unused variables
- there were multiple conditional logic checks for 'rarity != Rarity.LAND' within an if block where the outer condition was 'if rarity == Rarity.COMMON' rendering the inner condition always true and thus redundant
- a few ExpansionSet.buildDate parameters wer using octal values (eg. '03' instead of '3') which triggered some warnings
- added a booster generation test for WarOfTheSparks to make sure every booster contains a planeswalker
- added a booster generation test for ModernHorizons to make sure every booster contains a snow land
- booster generation test for Battlbond set referenced the Coldsnap set class instead of Battlebond
2019-07-18 23:28:48 -04:00
Oleg Agafonov
181806d16e
Fixed tests
2019-07-17 20:56:22 +04:00
Ingmar Goudt
a509e25c16
small text fix for London Mulligan 1st mulligan to show 'card', others after that show 'cards'
2019-07-16 14:49:43 +02:00
Oleg Agafonov
6575f7ac7e
Merge pull request #5901 from magefree/fixM20
...
Update CoreSet2020 to include planeswalker deck reprinted cards missing from set
2019-07-16 08:05:51 +02:00
Michael Simons
7a79601e12
Fix Phantom Warrior rarity
2019-07-15 01:12:02 -04:00
Michael Simons
81346ce701
Fix Haazda Officer rarity
2019-07-15 01:10:29 -04:00
Michael Simons
59768dddb8
Fixed Frilled Sandwalla Collector No.
2019-07-15 01:09:29 -04:00
Michael Simons
b4c8e3070a
Fix rarity on Concordia Pegasus
2019-07-15 01:07:47 -04:00
Mike Simons
bbd1390397
Update CoreSet2020 to include planeswalker deck reprinted cards missing from set
2019-07-15 01:00:26 -04:00
Ingmar Goudt
eb0cfc94f8
change some size() comparisons, to isEmpty()
2019-07-14 20:53:23 +02:00
Ingmar Goudt
5ba206111a
add missing Override annotations
2019-07-14 20:28:48 +02:00
Ingmar Goudt
3fa2deaa64
Merge branch 'master' of https://github.com/magefree/mage
2019-07-14 10:16:35 +02:00
Ingmar Goudt
4391038b6d
fix closing <i> tag
2019-07-14 10:16:30 +02:00
Ingmar Goudt
bcb9011476
fix boolean evaluation for ThunderkinAwakener
2019-07-14 10:16:19 +02:00
Oleg Agafonov
528ba66e16
Commander abilities - fixed rules text for alternative spells;
2019-07-14 01:21:55 +04:00
Oleg Agafonov
9db80a0cf3
* Commander abilities - added support of cards with alternative spells like overload;
2019-07-14 01:06:07 +04:00
Oleg Agafonov
cb2730e0d5
Strict version required (empty hand bug in old versions)
2019-07-13 19:56:56 +04:00
Oleg Agafonov
683f0fd3fe
Prepare hotfix
2019-07-13 18:47:57 +04:00
Oleg Agafonov
d6d67b78db
* Added London mulligan as default mulligan type for all games (except Canadian Highlander);
2019-07-13 18:46:41 +04:00
Oleg Agafonov
16c37d0806
* Thousand-Year Storm - added logs and card hint info about storm count value;
2019-07-13 17:59:35 +04:00
Oleg Agafonov
abbbb5dafd
* London mulligan - fixed wrong cards number in logs;
2019-07-13 12:48:26 +04:00
Oleg Agafonov
0f2eb4dd58
* Oathbreaker 1 vs 1 - fixed that starting player draws a card like multiplayer games;
2019-07-13 12:29:24 +04:00
Oleg Agafonov
6316f40914
* Knowledge Pool - fixed that it allows to cast just exiled card instead another ( #4947 );
2019-07-13 11:35:57 +04:00
Oleg Agafonov
8c40a1d1a7
* Commander abilities - fixed that it increases commander tax after cast/play from non-command zone (as example: after Remand effect);
2019-07-13 10:47:02 +04:00
Oleg Agafonov
2197d8ee4a
* Praetor's Grasp - fixed that it freeze the game after cast;
2019-07-12 21:49:00 +04:00
Oleg Agafonov
9a08ccda95
Extra tests for AI;
2019-07-12 19:57:23 +04:00
Oleg Agafonov
5cf95d3ed1
Test framework: fixed that add counters command adds wrong amount of counters;
2019-07-12 19:41:06 +04:00
Oleg Agafonov
02b1e86f20
Extra tests for AI;
2019-07-12 19:09:26 +04:00
Oleg Agafonov
e02d8a079b
AI: added support to attack/kill any opponent in multiplayer, not only first one;
2019-07-12 18:51:42 +04:00
Oleg Agafonov
ae7623e118
AI: fixed that AI never use alpha strike to kill opponent (doesn't use "all in" attack, #4486 );
2019-07-12 18:36:32 +04:00