LevelX2
|
8c6893a8e8
|
Update BloodMoonTest and some updates to Tooltiptexts.
|
2014-08-11 00:54:46 +02:00 |
|
LevelX2
|
c8fa685735
|
Fix for issue #493. Tests do all work, need some more checking if this really works.
|
2014-08-10 11:28:02 +02:00 |
|
LevelX2
|
babbd9ff19
|
* Added a test for issue #493.
|
2014-08-10 10:56:10 +02:00 |
|
Dustin Conrad
|
5ed3027b9f
|
fix null pointer when the generated deck is all artifacts.
|
2014-08-09 22:40:08 -04:00 |
|
Dustin Conrad
|
809d61d5ea
|
Use dependency management to use common versions of log4j and junit in all the projects.
|
2014-08-09 19:38:34 -04:00 |
|
LevelX2
|
e893999657
|
* Chandra Pyromaster - Fixed that the exiled card from second ability could e.g. not be cast with overload. Fixes #486. Added tests.
|
2014-08-08 12:00:57 +02:00 |
|
LevelX2
|
fc382740ce
|
* Curse of Exhaustion - Fixed that it did not work correctly with Copy Enchantment spell.
|
2014-08-06 12:22:17 +02:00 |
|
LevelX2
|
792e23a0b0
|
* Steel Hellkite - Fixed that the activated ability of a Steel Hellkite copied with Phantasmal Image did not work.
|
2014-08-05 14:48:36 +02:00 |
|
LevelX2
|
fce95b2fde
|
* Banisher Priest - Fixed a bug that if Banisher Priest was copied by a token, the target creature exiled by the token did not return as the token left the battlefield.
|
2014-08-04 00:41:03 +02:00 |
|
LevelX2
|
eeb9cc2f56
|
* Fixed failing clone test.
|
2014-08-02 22:06:17 +02:00 |
|
LevelX2
|
cbb6117b8e
|
Replaced some replacement effects with restriction effects. Added new method to restriction effect. Improved canAttack methods (not finished yet).
|
2014-08-01 15:59:59 +02:00 |
|
magenoxx
|
b1908219ff
|
Test and fix for prev commit
|
2014-07-30 19:36:17 +04:00 |
|
magenoxx
|
62b959f6b1
|
[UI] Resolved Issue#460: Simplify hybrid mana use
|
2014-07-30 18:37:48 +04:00 |
|
LevelX2
|
33918623aa
|
Fixed some more mixed up parameters of target classes.
|
2014-07-30 10:47:51 +02:00 |
|
LevelX2
|
e22174b148
|
* Fixed that sacrifice was handled targeted (because of using other method now with sourceId and controllerId).
|
2014-07-27 15:51:51 +02:00 |
|
magenoxx
|
7af34eb8b1
|
Issue#460: added falling tests
|
2014-07-27 15:34:23 +04:00 |
|
LevelX2
|
7f6d5bcac6
|
* Fixed a bug introduced with TargetSource() fix.
|
2014-07-25 14:43:13 +02:00 |
|
LevelX2
|
bafcff82ec
|
Added a test.
|
2014-07-23 17:22:32 +02:00 |
|
LevelX2
|
6bd1a9c7ca
|
* Fixed calculation of converted mana costs for spells on the stack (fixes #459). Added test. Some minor formattings.
|
2014-07-19 15:17:46 +02:00 |
|
LevelX2
|
bfca0b2b04
|
* Discard - Fixed that discard cost are valid if Rest in Peace is in play.
|
2014-07-19 10:23:58 +02:00 |
|
Quercitron
|
e5b2b39701
|
Make order of parameters the same for methods player.damage and permanent.damage
|
2014-07-18 02:11:11 +04:00 |
|
LevelX2
|
213f8e7071
|
* Liliana's Careess - Fixed target handling of opponent.
|
2014-07-14 23:15:37 +02:00 |
|
LevelX2
|
d989131980
|
* Tests - Added a damage distribution test and fixed a bug of test target handling that caused the CrypticCommandTest to fail.
|
2014-07-14 23:02:27 +02:00 |
|
LevelX2
|
a9d08ef724
|
* Added test for control change.
|
2014-06-23 15:56:40 +02:00 |
|
LevelX2
|
d27540a502
|
* Court Hussar, Azorius Herald fixed mana was spent condition for permanents. Batwing Brume - Fixed both triggered effects that did not work correctly.
|
2014-06-20 19:26:15 +02:00 |
|
LevelX2
|
6865b69343
|
Added test to besow test (not finished yet).
|
2014-06-20 14:27:04 +02:00 |
|
LevelX2
|
bc91cc7f84
|
* Combat - Creatures forced to attack can no longer be removed from attack by using the undo button (e.g. Bident of Thassa).
|
2014-06-20 14:24:13 +02:00 |
|
Quercitron
|
f2114f4701
|
Fix build for Player AI projects
|
2014-06-13 20:21:07 +04:00 |
|
North
|
1867a150c1
|
[refactor] removed generic parameter from Player
|
2014-06-03 11:19:49 +03:00 |
|
LevelX2
|
7af040e70b
|
* Batterskull - Fixed effect handling so that the Germ token no longer dies before the equipment from living weapon is attached.
|
2014-06-02 15:03:14 +02:00 |
|
North
|
44785267ec
|
removed @Ignore from good tests
|
2014-05-31 18:18:26 +03:00 |
|
LevelX2
|
99a60c3063
|
* Progenitor Mimic - Fixed a bug that the every turn created token did not trigger "enters the battlefield" tiggers that checked for specific attributes. Added Test for that.
|
2014-05-30 20:26:30 +02:00 |
|
North
|
2b8afe379a
|
fixed auto reconnect feature
|
2014-05-28 08:35:10 +03:00 |
|
LevelX2
|
2910274174
|
Added test for casting Force of Will using alternate casting costs.
|
2014-05-26 16:59:38 +02:00 |
|
LevelX2
|
588da451e5
|
* Harm's Way - Some minor fixes. Test runs now without error. Stil issues #437 left.
|
2014-05-26 14:37:15 +02:00 |
|
LevelX2
|
36854f222b
|
Added test for Persist, including a test for existing bug where Murder Investigation uses the wrong permanent for gaining power to calculate number of tokens.
|
2014-05-25 17:40:21 +02:00 |
|
LevelX2
|
7b28b6a545
|
Added possibility to choose resolve order of triggered abilities for tests.
|
2014-05-25 17:37:20 +02:00 |
|
LevelX2
|
0443311f0e
|
Fixed some handling problems of triggered abilities.
|
2014-05-24 21:10:56 +02:00 |
|
LevelX2
|
7fc072f467
|
* Fixed a bug that effects where applied to early and often (e.g. dying creature during combat damage step raised Nighthowlers tougness, so he survived lethal damage).
|
2014-05-24 19:19:08 +02:00 |
|
LevelX2
|
19ccd5bc23
|
* Asceticism - Fixed a bug that no real Hexproof ability was gained (this fixed the problem with the failing PhantasmalImageTest).
|
2014-05-23 16:06:35 +02:00 |
|
LevelX2
|
ce01d8cf25
|
* P/T defining static abilities - Fixed that the P/T is also set for the card if it's not a permanent (e.g. fixes that targeting a Nighmare with Margue Burst did always no damage).
|
2014-05-14 16:17:29 +02:00 |
|
LevelX2
|
8a4474fadc
|
* Evoke - Fixed that the check if creature came into play with evoke was always true if it came again to play later when it was evoked before.
|
2014-05-10 17:05:52 +02:00 |
|
LevelX2
|
6b1e52d094
|
Made a change to the event handling to get Undying to work.
|
2014-05-07 01:30:39 +02:00 |
|
LevelX2
|
9364616517
|
* Fix to handle returning effects correct if multiple objects return at the same time (e.g. two creatures with evolve return from exile because two Banisher Priests die by damage to all effect). (not complete finished yet, because Undying test does not run without error).
|
2014-05-06 17:51:37 +02:00 |
|
LevelX2
|
411a0ae7ed
|
Added misssing reconnect() method of SimpleMageClient.
|
2014-04-29 08:17:48 +02:00 |
|
LevelX2
|
b4dcddd0a9
|
* FlashbackAbility - Fixed that for flashbacked spells additional optional costs did not work (e.g. Buyback, Replicate, Kicker).
|
2014-04-27 16:06:07 +02:00 |
|
LevelX2
|
ba35f397b0
|
Fixed a bug in reworked prevention function.
|
2014-04-25 22:17:19 +02:00 |
|
LevelX2
|
3842aeba7d
|
* Sudden Disappearance - Added missing tooltip text.
|
2014-04-25 17:56:07 +02:00 |
|
LevelX2
|
64e0b4d1b9
|
* BestowAbility - Fixed that Bestow creatures didn't revert back to creatures, if the enchanted creature left battlefield. Bug introduced with last fix to bestow ability.
|
2014-04-24 00:26:27 +02:00 |
|
LevelX2
|
e0ce6df6b3
|
* BestowAbility - Fixed a problem that bestow cards that was put onto the battlefiedl as Auras were affected by abilities that should only affect creatures (e.g. Imposing Sovereign).
|
2014-04-22 15:12:14 +02:00 |
|