LevelX2
c16fb75668
* replaces all [source} by {this}. ATTENTION !!!: Only supporting [this} from now on in rule text.
2020-08-22 12:52:49 +02:00
LevelX2
d51acbf090
* Removed unused imports.
2020-08-22 11:51:34 +02:00
LevelX2
546205bba4
* Fixed failing test.
2020-08-22 11:26:21 +02:00
LevelX2
82ae1f9cb7
Revert "* Fixed failing test."
...
This reverts commit 7508de950d
.
2020-08-22 11:25:01 +02:00
LevelX2
7508de950d
* Fixed failing test.
2020-08-22 11:16:20 +02:00
LevelX2
01d0183e49
* Fixed failing test.
2020-08-22 10:46:44 +02:00
LevelX2
445f824424
* Added column hints to the headers of the list of active tables. Added some more details to the info column about rollback, spectators or planechase activated.
2020-08-22 00:48:13 +02:00
LevelX2
90c6637dc2
* Implemeented consumable flag for asThoughtEffects and a player choice which effect to use if multiple consumable effects allow the same action.
2020-08-21 21:24:42 +02:00
Andre Cabaca
90cc44cacf
Changed DiesAttachedTriggeredAbility.java to check if description has "equipped", if so, writes "Whenever" instead of "When"
...
resolves#6990
and fixes Malefic Scythe in #6643
Signed-off-by: Andre Cabaca <andre.cabaca24@gmail.com>
2020-08-21 17:23:39 +01:00
LevelX2
8105d8b26c
* Improved handling of asThoughtAs approval by abilities that allows a clear and easy assignment of the approving effect.
2020-08-21 14:58:22 +02:00
LevelX2
0565d32f55
* Added test for The Ur-Dragon.
2020-08-20 17:17:27 +02:00
LevelX2
783239e79e
* Aminatou's Augury - Fixed that spells in exile where not shown as castable and that AI usage prevented casting of multiple spells from exile ( fixes #6987 ).
2020-08-20 16:48:13 +02:00
LevelX2
89639f5e9b
* Karador, Ghost Chieftain - Fixed not correct usage detection, simplified/fixed asThoughtAs effect handling.
2020-08-20 14:37:36 +02:00
LevelX2
22e6fee101
* Fixed a bug that non permanent cards could be moved to battlefield instead of staying in the zone they are.
2020-08-18 19:02:15 +02:00
LevelX2
82fa86cc24
Merge pull request #6983 from acabaca24/master
...
Fixed the Ghostly Pilferer triggered ability
2020-08-18 17:27:15 +02:00
acabaca24
805e3f8e6b
Corrected opponent check
...
Now checking game.getOpponents()
2020-08-18 15:31:48 +01:00
LevelX2
c19af65431
* Added calculation of mana sources of hand cards (related to #6698 ).
2020-08-18 14:52:26 +02:00
LevelX2
818952bf2d
* Fixed a bug that prevented to show cards as playable if castable by alternateSourceCosts (fixes Dream Halls problem related to #6698 ).
2020-08-18 14:00:06 +02:00
Andre Cabaca
20646da985
Fixed the Ghostly Pilferer triggered ability (spell casts from anywhere other than their hand)
...
issue #6951
2020-08-18 12:17:40 +01:00
LevelX2
c48331f216
* Doubling Cube - Added support for possible mana calculation (related to #6698 ).
2020-08-18 00:22:53 +02:00
Oleg Agafonov
27db13605e
Reverted broken h2database dependency version (error on existed databases: Unsupported type 17)
2020-08-18 00:44:44 +04:00
jeffwadsworth
446017b1a4
- Fixed #6972
2020-08-17 09:03:12 -05:00
dependabot[bot]
d043c86d5a
Bump junit from 4.13-beta-2 to 4.13
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.13-beta-2 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.md )
- [Commits](https://github.com/junit-team/junit4/commits/r4.13 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-17 06:09:21 +00:00
Oleg Agafonov
f0df880b17
Reverted wrong formated code
2020-08-17 05:22:59 +04:00
Oleg Agafonov
486c0d7c2c
GUI: added problem cards selection on legality label clicks ( #6854 )
2020-08-17 05:15:31 +04:00
Oleg Agafonov
a4af5501f9
* If you control a commander - added card hints;
2020-08-17 04:03:54 +04:00
Oleg Agafonov
fcaacd8c1e
GUI: deck legality improves:
...
* Fixed wrong sorting;
* Added tooltip errors limit (#6854 );
* Added tooltip size restrictions (#6854 );
2020-08-17 02:55:51 +04:00
Ingmar Goudt
a9627e6101
m21 tests 'F'
2020-08-16 23:39:15 +02:00
LevelX2
039b6c62ab
* Fixed ManaEffect reference.
2020-08-16 13:24:45 +02:00
LevelX2
768f1bec4f
* Fixed available mana calculation for Cryptic Trilobite and Titans' Nest. Added some improvements for available mana calculation of conditional mana.
2020-08-16 01:16:52 +02:00
Erik
3d989b24ac
Text corrections from issue #6654 (WIP) ( #6707 )
...
* Collective restraint typo fix
* set text for EndlessSwarm. Add starts with vowel cond case to CountersSourceEffect
* Teferi's Curse, added text option to GainAbilityAttachEffect
* added set text to several cards. Implement reviewer suggestions in GainAbilityAttachedEffect
* Remove period from rule text (undo my lazy coding fix)
2020-08-16 00:55:59 +04:00
Oleg Agafonov
7c929767bb
Merge pull request #6968 from magefree/card-text-fixes
...
Card text fixes (fixed PR #6837 for #6643 )
2020-08-15 22:48:59 +02:00
Oleg Agafonov
7f02a37dbb
Fixed test
2020-08-16 00:37:29 +04:00
Thomas Winwood
98e2d9b7aa
Revert changes to Wildwood Scourge
...
The Oracle text for this card *does* have "on it"; this was a small
errata to the printed card.
2020-08-15 23:56:53 +04:00
Thomas Winwood
81e348360c
Fix a bunch of card text errors (magefree#6643)
2020-08-15 23:56:53 +04:00
Oleg Agafonov
62643f1e46
Merge pull request #6873 from fearphage/faster-builds
...
Improve build times
2020-08-15 21:43:31 +02:00
Oleg Agafonov
471564442f
Merge pull request #6931 from magefree/dependabot/maven/org.apache.maven.plugins-maven-resources-plugin-3.1.0
...
Bump maven-resources-plugin from 2.7 to 3.1.0
2020-08-15 21:18:03 +02:00
Oleg Agafonov
583f9957f4
Merge pull request #6932 from magefree/dependabot/maven/com.h2database-h2-1.4.200
...
Bump h2 from 1.4.197 to 1.4.200
2020-08-15 21:17:47 +02:00
Oleg Agafonov
6038b76093
Merge pull request #6933 from magefree/dependabot/maven/org.xerial-sqlite-jdbc-3.32.3.2
...
Bump sqlite-jdbc from 3.32.3.1 to 3.32.3.2
2020-08-15 21:17:37 +02:00
Oleg Agafonov
dd7978e106
Merge pull request #6953 from magefree/dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.1.0
...
Bump maven-clean-plugin from 2.5 to 3.1.0
2020-08-15 21:17:17 +02:00
Evan Kranzler
8240e956dc
updated historic legality implementation
2020-08-15 14:03:11 -04:00
Oleg Agafonov
fd19a29400
Merge pull request #6966 from htrajan/add-amonkhet-remastered
...
add Amonkhet Remastered
2020-08-15 19:46:24 +02:00
Oleg Agafonov
b7c84c9342
[AKR] fixed card numbers, fixed booster generation;
2020-08-15 21:11:17 +04:00
Oleg Agafonov
ca254c6562
Tests: migrating to mtgjson v5 ( #6808 );
2020-08-15 14:21:38 +04:00
Oleg Agafonov
e1806f808c
Tests: simplify mtgjson code in verify test;
2020-08-15 14:17:19 +04:00
htrajan
30348908dc
fix tests
2020-08-15 00:50:46 -07:00
htrajan
6bfa212bf3
add Amonkhet Remastered
2020-08-15 00:27:09 -07:00
jeffwadsworth
bdac0b3d72
- used the correct method for checking the source permanent in the last commit
2020-08-14 19:52:38 -05:00
jeffwadsworth
012558b3ae
- Fixed #6965
2020-08-14 19:35:25 -05:00
jeffwadsworth
ea72e3c8cb
- More fixes related to #6851
2020-08-14 19:19:01 -05:00