jeff@delmarus.com
9a0474d196
- Fixed #8132
2021-08-15 15:24:05 -05:00
Oleg Agafonov
f21c492ce2
Refactor: added docs for a copy stack object code ( #7662 );
2021-08-15 17:12:59 +04:00
Oleg Agafonov
c328c71ef9
GUI: chats code upgraded to use new popup hint code;
2021-08-15 10:47:19 +04:00
Oleg Agafonov
5725e15771
GUI: added card hints in choice dialogs (additional to d587cc9151
);
2021-08-14 21:57:32 +04:00
jeff@delmarus.com
ef010bc2f3
Wrenn and Six emblem can now add the retrace ability to their legal sides. But, the issue with casting fused split-cards remains. It should not be allowed from the graveyard zone, only the hand.
2021-08-14 12:15:58 -05:00
Oleg Agafonov
62474c12a4
* GUI: fixed non-closeable choose dialog with empty list on server's error (example: Cabal Therapy, see #8065 );
2021-08-14 19:10:23 +04:00
Oleg Agafonov
d587cc9151
* GUI: added card popup info in choose dialog (example: choose dungeon, #8012 );
...
* GUI: added texts popup info in choose dialog (example: choose from any list);
2021-08-14 09:18:50 +04:00
jeffwadsworth
b73f10a0ab
- little additional fix
2021-08-13 14:46:30 -05:00
jeffwadsworth
6923d4b812
- Fixed #8123 and added "blinked" code as well.
2021-08-13 14:43:02 -05:00
jeffwadsworth
d05104ff61
- Fixed #8124
2021-08-13 11:30:57 -05:00
Oleg Agafonov
76e57d009e
Multiple changes:
...
- game: fixed possible empty pay text in custom costs;
- debug: improved debug info for CardInfo objects;
- db: removed unused split sides from cards database;
- db: fixed constant cards adding on each cards database scan (e.g. on tests start);
2021-08-13 14:54:10 +04:00
spjspj
cd22dfd4cc
Merge pull request #8121 from spjspj/master
...
Add in decreasing rectangle spiral for paper original dual lands
2021-08-13 18:49:09 +10:00
Oleg Agafonov
b9db36eb22
Tests: improved performance
2021-08-13 09:17:33 +04:00
Oleg Agafonov
49308bcd4f
* Performance: optimized cards database to increase tests and boosters generation;
2021-08-12 23:59:08 +04:00
Evan Kranzler
dc4bde0646
[XLN] fixed Kopala, Warden of Waves applying both effects to spells
2021-08-12 09:25:26 -04:00
Oleg Agafonov
a6a02b369f
Tests: added test for Intet, the Dreamer and split cards;
2021-08-12 14:16:29 +04:00
Oleg Agafonov
1664ee01cf
Fixed miss copy code in Game object (lki, cards), removed unused code. Possible fixes:
...
* simulated games was able to change objects from another games (ConcurrentModificationException, related to d202278ccd
, details in 3a6cdd2615
);
* AI: fixed cards disappear in multiplayer games with computer (details in #6738 );
2021-08-12 00:08:08 +04:00
Oleg Agafonov
9f882824a0
* Gain ability effect: fixed rollback error with AI games and too many cards (related to d202278ccd
);
2021-08-12 00:08:08 +04:00
Oleg Agafonov
8a69ea97e7
Tests: fixed that some game errors can't be caught by test framework (related to d202278ccd
)
2021-08-12 00:08:08 +04:00
spjspj
e29b22df6e
Add in decreasing rectangle spiral for paper original dual lands
2021-08-12 00:21:41 +10:00
jeffwadsworth
4a8f9d9308
- revert Yedora, Grave Gardener. Its triggered ability is Layer 1b. 613.2b Layer 1b: Face-down spells and permanents have their characteristics modified as defined in rule 708.2.
2021-08-11 08:40:20 -05:00
jeffwadsworth
b8ac3c0809
- Yedora, Grave Gardener now uses layer 4 (type-changing). Note: if you alter the code below, please verify that the effect actually works. The "remove" and "add" cardType and subType were not working in some continuousEffect layers. It works fine with this. Test suite tomorrow.
2021-08-10 17:43:35 -05:00
Oleg Agafonov
9b98565e8a
Miss synchronized, can be related to ConcurrentModificationException problem in d202278ccd
2021-08-10 14:31:06 +04:00
Oleg Agafonov
b8a83bbdcb
* Game: added new draft cube MTGO Legacy Cube 2021 May;
2021-08-10 12:42:53 +04:00
jeffwadsworth
cd5759de12
- replaced getAbilities().get(0) with getSpellAbility()
2021-08-09 16:59:15 -05:00
jeffwadsworth
ac267831da
- Fixed #7853
2021-08-09 16:20:28 -05:00
Evan Kranzler
054a90a038
[AFC] Implemented Wild-Magic Sorcerer
2021-08-09 09:27:11 -04:00
Evan Kranzler
fe4edbd664
[AFC] Implemented Sword of Hours
2021-08-09 08:49:31 -04:00
Oleg Agafonov
36affdcdeb
Merge fix
2021-08-09 11:36:56 +04:00
Oleg Agafonov
c9ab896d24
* GUI: added auto-choose for replacement effects (remember answer in dialog + reset answer in popup menu + new option in preferences; #4360 , #328 , #4219 , #6676 , #7914 );
2021-08-09 11:26:11 +04:00
Evan Kranzler
c081d3fa33
[MH2] small change to collation info
2021-08-08 09:56:42 -04:00
Evan Kranzler
b9c55a984d
[MH2] added collation info
2021-08-07 20:40:46 -04:00
jeffwadsworth
3d74bcd682
- Fixed #8110
2021-08-07 17:49:14 -05:00
Evan Kranzler
60174ee12e
fixed a test failure
2021-08-07 09:29:06 -04:00
Evan Kranzler
1507d63282
[MID] fixed Wrenn and Seven ability cost ( fixes #8106 )
2021-08-07 09:07:25 -04:00
Evan Kranzler
b9ebac5575
[J21] re-added image downloads
2021-08-07 07:47:53 -04:00
Evan Kranzler
a6b5ff5e46
[J21] updated spoiler and reprints
2021-08-07 07:45:41 -04:00
Evan Kranzler
bcd000ac99
[J21] Implemented Boneyard Aberration
2021-08-06 21:05:20 -04:00
Evan Kranzler
17100261e2
updated setText method for Cost to return itself
2021-08-06 20:57:34 -04:00
Evan Kranzler
7e66182974
[J21] Implemented Sarkhan's Scorn
2021-08-06 20:49:22 -04:00
jeffwadsworth
6fbec78835
- Fixed #8107
2021-08-06 16:49:39 -05:00
Evan Kranzler
52fdc35632
[J21] Implemented Shoreline Scout
2021-08-06 17:35:43 -04:00
Evan Kranzler
b45514ecfb
[J21] Implemented Wingsteed Trainer
2021-08-06 17:35:43 -04:00
Evan Kranzler
9ba9243db5
added test for seek mechanic
2021-08-06 17:35:43 -04:00
Evan Kranzler
51c054b286
remove arena only cards from eternal formats
2021-08-06 17:35:42 -04:00
Evan Kranzler
985c90c484
[J21] temporarily remove image downloads
2021-08-06 17:35:42 -04:00
Ingmar Goudt
3a6cdd2615
test for #8008
2021-08-06 23:26:24 +02:00
Ingmar Goudt
b15e97fa6f
fix #8073 , Vial Smasher will not target invalid opponents
2021-08-06 23:08:50 +02:00
Oleg Agafonov
3bb432a037
Revert "[J21] fixed images download, added reprints"
...
This reverts commit 99a561b136
.
2021-08-07 00:11:04 +04:00
Oleg Agafonov
99a561b136
[J21] fixed images download, added reprints
2021-08-06 23:56:53 +04:00