Oleg Agafonov
f1e204408f
Fixed umlaut
2019-05-19 22:51:18 +04:00
John Hitchings
b62d4fd20d
Support for importing mtga decks.
2019-05-19 11:18:09 -07:00
Oleg Agafonov
085211035f
* Ugin, the Ineffable - improved +1 ability (one window for all exiled cards, card's id in lookup window);
2019-05-18 22:24:37 +04:00
spjspj
1ff1833343
Merge pull request #5800 from gunnim/gunni/cant-attack-unless-pay-typo
...
Fixed typo in cant attack unless you pay mana hover tooltip.
2019-05-18 15:39:56 +10:00
Oleg Agafonov
ec9198fb22
Merge fix
2019-05-17 21:52:50 +04:00
Oleg Agafonov
4d95d72c66
Test framework: added support of commander cards (just add card to command zone by addCard);
2019-05-17 21:42:35 +04:00
Oleg Agafonov
ffbd5d373b
* Planeswalker abilities - fixed that plus cost's counters is not affected by replacement effects ( #5802 , example combo: Planeswalker + Pir, Imaginative Rascal + Doubling Season);
2019-05-17 16:10:34 +04:00
Gunnar Már Óttarsson
9f8c969f29
Fixed typo in cant attack unless you pay mana hover tooltip.
...
also minor code comment fix
2019-05-16 15:04:57 +00:00
LevelX2
bf8dd78b6e
* Fixed player Hexproof ThoughtAsIf handling ( fixes #5796 ).
2019-05-15 17:33:34 +02:00
Oleg Agafonov
1dcdff58d2
Fixed html visible title in choose cards dialog;
2019-05-14 15:36:33 +04:00
Oleg Agafonov
06c9d7941c
* Ascend ability - added card hint with permanents count;
2019-05-14 15:03:25 +04:00
Oleg Agafonov
28924c1cb7
* Commander - fixed that instant/sourcery/enchantment don't work from command zone ( #5795 );
2019-05-13 16:07:29 +04:00
Oleg Agafonov
8448afc709
Test framework: added commander games support (quick start button, "commander" command to put card as commander);
2019-05-13 13:20:41 +04:00
Oleg Agafonov
5c48803ef9
* UI: improved cards appearance:
...
* added colorized PT values (boosted is green, unboosted is red);
* added toughness with damage calcs (damaged is red);
* image render: now title and PT texts are readable/big in small cards;
* mtgo render: improved image quality (less pixelated now);
* mtgo render: improved PT font (bold now);
2019-05-10 10:01:51 +04:00
LevelX2
060766bb0a
* Updated UntapAllDuringEachOtherPlayersUntapStepEffect to also work correct with EndTurn effects played last turn.
2019-05-08 17:36:31 +02:00
Oleg Agafonov
051c3c4ac0
UI: added test card render modes dialog (available from debug menu);
2019-05-06 20:15:39 +04:00
Oleg Agafonov
7089a09061
* Standard Bearer - fixed that it can broke spells on false Flagbearer checks ( #5784 );
2019-05-06 01:41:28 +04:00
John Hitchings
0a2c81ad7b
DOM set codes get exported as DAR for MTGA.
2019-05-04 14:08:27 -07:00
Oleg Agafonov
878d602b58
Fixed potentional NPE error
2019-05-03 19:10:17 +04:00
Oleg Agafonov
648026ac0b
Test framework: fixed not working choices for replacement effects;
2019-05-02 23:14:56 +04:00
Oleg Agafonov
3ff871c6de
* Proliferate - fixed that it highlights all permanents instead with counters only;
2019-05-02 17:25:46 +04:00
Oleg Agafonov
14274d8eaf
* Threshold abilities - fixed that restriction part of ability is not apply in some cards ( #5738 );
2019-05-01 20:55:21 +04:00
Oleg Agafonov
0aeab75552
Added ConditionalCostModificationEffect to support cost modification effects with conditions ( #5738 )
2019-05-01 19:53:54 +04:00
LevelX2
53341c5519
[ICE] Added Fylgja
2019-05-01 17:12:24 +02:00
Oleg Agafonov
367a1fd189
Added ConditionalPreventionEffect to support prevention effects with conditions ( #5738 )
2019-05-01 12:49:19 +04:00
Oleg Agafonov
07faf872ea
Fixed that some cards doesn't trigger counter remove events;
2019-04-30 18:50:03 +04:00
Oleg Agafonov
ec5134a663
* Chandra, Fire Artisan - fixed that it doesn't triggers on own damage;
2019-04-30 18:26:37 +04:00
Oleg Agafonov
f7622d3c4a
* Awakening of Vitu-Ghazi - fixed that it creates non legendary tokens
2019-04-30 14:40:19 +04:00
Jeff
7a35a76248
- The Adapt effect now works correctly when the permanent is blinked.
2019-04-29 14:18:44 -05:00
Oleg Agafonov
9ef2e0bda7
* No more continuous effects stay on battlefield after player leave the game;
...
Test framework: added real time check for player in game or not;
2019-04-28 19:32:25 +04:00
Oleg Agafonov
534037e095
* Until end of your turn - fixed that effects discarded too early in multiplayer games ( #5759 , #5676 );
...
Tests: added dozen tests for end of turn effects and related cards.
2019-04-28 11:27:08 +04:00
Oleg Agafonov
4288e45c23
* AI: improved work with "must attack" player effects, with pay to attack blockers ( #5435 );
2019-04-28 11:21:34 +04:00
Oleg Agafonov
488ed9ee00
* Melee - fixed that it don't triggers on unblocked attacks and don't untap it;
2019-04-28 11:12:39 +04:00
Oleg Agafonov
dc04092fce
Test framework: many improvements and fixes:
...
* added support to use custom cards with any abilities/effects (addCustomCardWithAbility);
* added support of multiplayer games with all range (CardTestMultiPlayerBaseWithRangeAll);
* added realtime checks for permanent counters (checkPermanentCounters);
* added wrong attack commands check in strict mode;
* fixed that added by addCard command cards don't init continues effects;
* fixed that block commands don't removed from actions queue;
2019-04-28 11:10:28 +04:00
Jeff
d8a928051a
- ReturnFromGraveyardToHandTargetEffect() will now check to verify the target card is still in the graveyard.
2019-04-25 15:22:08 -05:00
Oleg Agafonov
21c99fae3b
Prepare hotfix release
2019-04-24 23:13:51 +04:00
Oleg Agafonov
e51b054249
* Oath of Kaya - fixed that it doesn't triggers on attacks;
2019-04-24 21:41:24 +04:00
Antoni Gierczak
e885bd0e02
Refactor Ugin's Conjurant, Protean Hydra with a new ability. Fixed Ashiok, Dream Renderer ( #5737 )
...
* Refactor Ugin's Conjurant, Protean Hydra with a new ability
* pushing bugfix for Ashiok, Dream Renderer not milling correctly.
2019-04-23 17:12:20 -05:00
Oleg Agafonov
a602e2d377
Prepare release 1.4.35
2019-04-24 00:51:05 +04:00
Oleg Agafonov
bbf1c1343a
Prepare release 1.4.35
2019-04-23 23:32:54 +04:00
Oleg Agafonov
c6d32bd33d
[WAR] added tokens images
2019-04-23 23:32:09 +04:00
Oleg Agafonov
0ef003a4a7
Fixed Awakening of Vitu-Ghazi that it doesn't change the name of the land it is cast on
2019-04-23 17:58:34 +04:00
Oleg Agafonov
e49be97879
* Look at card abilities -- improved dialog (now it's shown that card have extra abilities to call on "no" button);
2019-04-23 17:09:26 +04:00
Oleg Agafonov
081ac7ca3c
Fixed Single Combat that it does not prevent cast on next turn;
2019-04-23 16:05:34 +04:00
Oleg Agafonov
33af8939af
* Copy effects - fixed that it copy current P/T values (e.g. after effects applied) instead printed/selected values;
2019-04-23 12:03:16 +04:00
Oleg Agafonov
7b7c80c80a
[WAR] added God-Eternal Kefnet
2019-04-23 01:02:58 +04:00
Oleg Agafonov
4c899a25bd
Test framework: added real time card type check ( #4936 );
2019-04-22 19:42:25 +04:00
Ian Kahn
ab2995d569
Fix log text with ProliferateEffect
...
Previously the number of counters would increase: (e.g. "Foo had 1 +1/+1 counter added. Bar had 2 +1/+1 counters added. ...3...")
2019-04-21 13:47:56 -04:00
Oleg Agafonov
eea55c2f76
Fixed Tomik, Distinguished Advokist that it cause wrong class cast error with lands;
2019-04-21 04:42:23 +04:00
Oleg Agafonov
73f7855e4d
Fixed that amass don't create token is opponent have it;
2019-04-20 20:15:21 +04:00
Evan Kranzler
d0dc6c7731
fixed Vraska's Assassin token not destroying planeswalkers ( fixes #5732 )
2019-04-20 09:27:37 -04:00
Evan Kranzler
8bc01775dd
fixed Kasmina token creation text ( fixes #5731 )
2019-04-20 08:57:28 -04:00
Evan Kranzler
7cea71d6f2
Merge branch 'master' into master
2019-04-20 08:52:33 -04:00
Oleg Agafonov
08616b6ec9
* Mind's Desire - improved exile windows;
2019-04-20 09:00:04 +04:00
Oleg Agafonov
8db2e63ae4
Fixed error with card texts
2019-04-19 19:35:16 +04:00
Oleg Agafonov
03795f1aae
* Fixed AI game freeze on choose new targets ( #5023 );
2019-04-19 18:57:36 +04:00
Evan Kranzler
a2592ef36e
implemented Sarkhan the Masterless
2019-04-19 08:36:52 -04:00
Oleg Agafonov
7912d217cb
Merge pull request #5714 from ketsuban/alliances
...
Implement some Alliances cards
2019-04-19 14:25:43 +02:00
antonig@sas.upenn.edu
fcf3fb672b
implemented and tested Finale of Devastation.
2019-04-19 02:42:30 -04:00
Oleg Agafonov
ec202e1bc3
Fixed proliferate texts
2019-04-19 09:24:22 +04:00
Oleg Agafonov
ac286a586d
Fixed mode text, added 4 modes support;
2019-04-19 09:03:16 +04:00
Oleg Agafonov
03b28cfc1c
Fixed amass text
2019-04-19 08:40:35 +04:00
Evan Kranzler
41acfbb2fd
Implemented Planewide Celebration
2019-04-18 22:26:36 -04:00
Evan Kranzler
d2a74e9062
Implemented Ugin, the Ineffable
2019-04-18 19:51:25 -04:00
Evan Kranzler
45526c5cc9
Implemented God-Eternal Oketra
2019-04-18 08:08:25 -04:00
Oleg Agafonov
184af3f681
* Fixed AI game freeze on put cards to library ( #5023 );
2019-04-18 15:46:48 +04:00
Oleg Agafonov
886b96072e
God-Eternal Bontu - fixed game freeze with NPE error
2019-04-18 08:44:44 +04:00
Evan Kranzler
e6138d7e7f
Implemented Finale of Glory
2019-04-17 18:27:44 -04:00
Evan Kranzler
892a39a2ed
Implemented Huatli, Heart of the Sun
2019-04-16 08:47:38 -04:00
Oleg Agafonov
108fba8ab6
Firemind Vessel - fixed AI game freeze, improved choose logic ( #5023 );
2019-04-16 10:52:48 +04:00
Evan Kranzler
fe83f6ac25
Implemented The Elderspell
2019-04-15 19:14:09 -04:00
Evan Kranzler
254972be77
Implemented Ashiok, Dream Render
2019-04-15 14:10:06 -04:00
LevelX2
c1b2ffdaa7
Merge origin/master
2019-04-14 19:19:25 +02:00
LevelX2
8c11ab8505
* Some minor rule text fixes to WAR cards.
2019-04-14 19:18:46 +02:00
Oleg Agafonov
688a3fa516
* Fixed AI game freeze on random targets selection ( #5023 );
2019-04-14 18:52:09 +04:00
Evan Kranzler
a4d035100c
fixed Revel of the Fallen God creating incorrect tokens ( fixes #5715 )
2019-04-13 20:59:14 -04:00
Thomas Winwood
fad76ba4e0
Implement Rogue Skycaptain
2019-04-14 01:47:40 +01:00
Evan Kranzler
0b11df3a00
broke out LookAtTopCardOfLibraryAnyTimeEffect into its own class
2019-04-13 15:03:54 -04:00
Evan Kranzler
c780838d29
Implemented God-Eternal Rhonas
2019-04-13 13:15:39 -04:00
Evan Kranzler
b28bef8f62
Implemented Nissa, Who Shakes the World
2019-04-13 12:56:33 -04:00
Evan Kranzler
15d389a5ba
Implemented Tamiyo, Collector of Tales
2019-04-13 12:01:31 -04:00
Evan Kranzler
09bf817f1a
Implemented God-Eternal Bontu
2019-04-13 11:02:01 -04:00
Oleg Agafonov
bd06d3df51
Merge pull request #5711 from hitch17/draft-log-deck-importer
...
Ability to import draft logs as decks.
2019-04-13 05:23:33 +02:00
Oleg Agafonov
ba54654ac1
* UI: added support to import deck without card amount numbers (txt-format and clipboard);
2019-04-13 05:48:04 +04:00
John Hitchings
61d40902ab
Ability to import draft logs as decks.
2019-04-11 22:27:21 -07:00
Oleg Agafonov
35f705e07b
Fixed copy
2019-04-12 08:53:58 +04:00
Oleg Agafonov
9eb8dd6ce5
* Delve ability - improved text;
2019-04-12 08:45:12 +04:00
Evan Kranzler
708b1a6dc9
Implemented Gideon's Company
2019-04-11 22:05:56 -04:00
Evan Kranzler
785917deb6
Implemented Chandra, Fire Artisan
2019-04-10 16:14:34 -04:00
Jeff
59deea27e3
- added message to inform players of a Proliferate event.
2019-04-09 11:55:19 -05:00
Evan Kranzler
ed2612e01a
Implemented Tolsimir, Friend to Wolves
2019-04-09 10:55:14 -04:00
Jeff
6e681ab615
- Fixed #5697
2019-04-09 09:50:48 -05:00
Oleg Agafonov
42f5847ba7
Merge pull request #5694 from ketsuban/unglued
...
Implement two Unglued cards
2019-04-09 03:31:19 +02:00
Evan Kranzler
7e2724ed59
Implemented Kasmina, Enigmatic Mentor
2019-04-08 18:26:19 -04:00
Thomas Winwood
4881b8b08b
Set customSet=true for Lady of Proper Etiquette type
2019-04-08 19:24:42 +01:00
Evan Kranzler
53fbe7e502
updated WAR booster checking to guarantee exactly one walker in every pack
2019-04-08 13:43:28 -04:00
Oleg Agafonov
98f29f7c8a
* UI: increased richman draft time limits from 75->25 to 70->40 ( #5672 );
2019-04-08 20:59:03 +04:00
Oleg Agafonov
7a556ea58f
* UI: added save/load packs list in random/richman mode ( #5672 );
2019-04-08 20:15:34 +04:00
Thomas Winwood
44214d65fc
Implement Miss Demeanour
2019-04-08 05:10:32 +01:00
Evan Kranzler
36f5fd365e
Implemented Tenth District Legionnaire
2019-04-05 20:14:50 -04:00