ninthworld
86107de54e
Merge remote-tracking branch 'upstream/master'
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2018-07-16 21:16:20 -07:00
igoudt
d6450eed94
change enum comparison
2018-07-08 13:11:39 +02:00
Quercitron
36c004122a
Fix dual lands generation in the Core Set 2019 boosters
2018-07-08 01:19:49 +03:00
igoudt
9f06046f22
add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts
2018-07-04 14:24:11 +02:00
Evan Kranzler
4a233a701a
skip one more test
2018-06-25 21:49:30 -04:00
Evan Kranzler
ae9b5a75e8
skip failing tests until they're fixed
2018-06-25 21:40:04 -04:00
LevelX2
fdddbbbbe6
* Some rework/fixes/optimizations of calculation of available mana.
2018-06-24 01:23:49 +02:00
LevelX2
cd8e038679
* Changes for netMana null handling #5023 .
2018-06-21 16:27:05 +02:00
Evan Kranzler
d9dfef24ce
updated "can't be countered" text
2018-06-20 11:21:06 -04:00
LevelX2
74b126c940
* Tinder Wall - Fixed it's damage dealing ability always fizzles ( fixes #5005 ).
2018-06-19 17:35:53 +02:00
Oleg Agafonov
de9046f426
Fixed broken tests
2018-06-11 04:21:28 +04:00
Oleg Agafonov
21276a1d7a
Test framework: added realtime checks for mana pool amount
2018-06-11 04:20:21 +04:00
LevelX2
99864ccf5b
* Fixed a problem that tapped for mana event was sent twice (fixes problem of 2 created spirits for Forbidden Orchard).
2018-06-10 10:28:00 +02:00
LevelX2
717308ba12
* Fixed that commanders of players were not removed if a player left a game. Fixed a problem that continuous effects of objects of players that left the game were not removed immediately.
2018-06-09 14:10:48 +02:00
LevelX2
4ceffd17ef
* Sasaya's Essence - Fixed not correctly working mana production.
2018-06-09 12:04:22 +02:00
LevelX2
006af33625
Two minor fixes.
2018-06-09 12:01:33 +02:00
Evan Kranzler
3659a2dc0b
Implemented Journey for the Elixir
2018-06-08 13:22:23 -04:00
LevelX2
c745e654f9
* Fixed test that sometimes failed on onfortunate mana tapping done by computer player.
2018-06-07 17:59:09 +02:00
Evan Kranzler
c4a0d9f916
replaced apostrophes
2018-06-06 22:39:16 -04:00
LevelX2
78c288358b
Added some tests.
2018-06-06 17:34:51 +02:00
LevelX2
87e60f407b
Added some tests.
2018-06-06 17:30:03 +02:00
LevelX2
ae8fa6aa10
Added test to check for creatures not entering tapped but they should #5012 .
2018-06-06 17:00:33 +02:00
LevelX2
d18338edd5
Added test to check for creatures not entering tapped but they should #5012 .
2018-06-06 16:59:32 +02:00
LevelX2
df341bd0d6
* Fixed some mana handling problems of conditionalMana (GemstoneCavern) and possible exception of ChromeMox.Fixed some tests.
2018-06-05 23:59:39 +02:00
Evan Kranzler
8bdb6665d9
Temporarily ignoring a test that hasn't been fixed yet
2018-06-05 15:15:14 -04:00
LevelX2
2e72503b8c
* Fix of condtitional mana effect (not completed yet).
2018-06-05 18:12:31 +02:00
Michael Simons
0bf78830de
Changes to try and better handle X mana costs with minimum X values with AI decisions #4906
2018-06-03 22:44:06 -04:00
LevelX2
397a6ccfc4
* Grafted Exoskeleton - Fixed that if it left the battlefield it doesn't sacrifice its creature ( fixes #4997 ).
2018-06-03 23:51:09 +02:00
LevelX2
b17858d910
Some fixes to "Remove license headers" ( #4998 ).
2018-06-03 10:18:30 +02:00
GrayedFox
3953f3dbdd
remove all MIT copyright notices from files
2018-06-02 17:59:49 +02:00
LevelX2
b6f7efe5e9
* Fixed a problem with Dash not giving Haste to the creature beginning with the second use of Dash ( fixes #4985 ).
2018-05-30 16:51:59 +02:00
LevelX2
27ced167fb
* Added logic to add permitting object to play/cast events.
2018-05-27 23:47:57 +02:00
LevelX2
a19c257e50
XMage 1.4.30V0
2018-05-27 01:28:42 +02:00
LevelX2
b28bf51c02
* Reworked some more card movement handling ( #4866 ).
2018-05-26 22:39:20 +02:00
Evan Kranzler
07886811f0
Merge branch 'master' of https://github.com/magefree/mage
2018-05-25 19:37:56 -04:00
Evan Kranzler
ac6c68180a
Replaced more mana pool errata
2018-05-25 19:37:54 -04:00
LevelX2
fcc6174e5e
Some null exceptions checking and fixed some other minor problems.
2018-05-26 01:22:28 +02:00
LevelX2
3972695428
* Some changes to improve mana use of AI.
2018-05-21 11:50:49 +02:00
L_J
994771049c
PlayerStub declareBlocker fix
2018-05-19 08:43:42 +00:00
L_J
bd2a2eebf4
TestPlayer declareBlocker fix
2018-05-19 08:42:07 +00:00
LevelX2
08b9f61749
Removed wrong import in TestPlayer.java.
2018-05-15 14:31:37 +02:00
Oleg Agafonov
ec4bee43d2
* Daxos's Torment - fixed that it can't get Vampire type from Mephidross Vampire;
2018-05-14 02:42:57 +04:00
Oleg Agafonov
4851ba9e84
Test framework: added commands for real time checks/assertions:
...
* new checks: color, subtype, ability, PT, permanent and hand count;
* more info in #4936 ;
2018-05-14 02:31:19 +04:00
LevelX2
21e5591e29
* Some rework of handling of mana effects.
2018-05-13 22:52:14 +02:00
LevelX2
7d7b13d5dd
* Updated decks from test project after change of collectors numbers.
2018-05-11 00:51:47 +02:00
LevelX2
74f05d438f
* Fixed that cast conditions of legendary sorceries were checked correctly if you cast a card owned by another player e.g. from exile ( fixes #4921 ).
2018-05-10 08:55:10 +02:00
LevelX2
dcd3e7c039
* Some more fixed/reworked card movement handling.
2018-05-08 23:46:34 +02:00
LevelX2
df987049c0
* Fixed some card movement ( fixes #4910 ).
2018-05-08 18:01:15 +02:00
LevelX2
8afd51fa04
Merge origin/master
2018-05-07 00:45:05 +02:00
LevelX2
bb15176a84
* Fixed token ability (id handling) and token cardType (reset was not correctly done) handling (this fixed problems with copying Planeswalker with Helm of the Host).
2018-05-07 00:44:32 +02:00