jeffwadsworth
|
bdad95f7e6
|
- Fixed #6125
|
2019-12-27 14:17:03 -06:00 |
|
jeffwadsworth
|
35b23d9fab
|
- See b9bee56
|
2019-12-27 14:14:04 -06:00 |
|
Evan Kranzler
|
f9f6b9a29e
|
updated THB spoiler and reprints
|
2019-12-27 11:58:16 -05:00 |
|
jeffwadsworth
|
6bd41465d2
|
- See b9bee56
|
2019-12-27 09:55:25 -06:00 |
|
Evan Kranzler
|
5856d0744b
|
Merge pull request #6123 from ssouders412/FaeOfWIshesFix
Fae of Wishes//Granted fix
|
2019-12-27 10:52:36 -05:00 |
|
ssouders412
|
cfdae6ee9d
|
Fixed Fae of Wishes//Granted, added Noncreature card filter
Updated Drekavac and Entomber Exarch to use the new filter.
|
2019-12-27 10:34:27 -05:00 |
|
Evan Kranzler
|
ec6f5521dc
|
Update KlothysGodOfDestiny.java
|
2019-12-27 10:32:48 -05:00 |
|
jeffwadsworth
|
f88d0ba813
|
- Fixed #6117
|
2019-12-27 08:07:43 -06:00 |
|
jeffwadsworth
|
883246da4f
|
- See b9bee56c89
|
2019-12-26 17:16:03 -06:00 |
|
jeffwadsworth
|
b9bee56c89
|
- Starting the process of migrating cards that use the player.cast() method to access the full abilities of a card not cast from the hand zone.
|
2019-12-26 15:54:22 -06:00 |
|
Sarah Souders
|
df4524f43c
|
Merge pull request #6 from magefree/master
merge
|
2019-12-26 15:33:52 -05:00 |
|
Jeff
|
05362dd55a
|
- Fixed Wildfire Devils
|
2019-12-26 14:15:29 -06:00 |
|
LevelX2
|
06ed2f5927
|
* Improved display of vote for Council's Dilemma cards.
|
2019-12-26 14:31:51 +01:00 |
|
LevelX2
|
2836f9903e
|
* Shared Fate - Added zoneChangeCounter to name of exile window.
|
2019-12-26 14:27:27 +01:00 |
|
LevelX2
|
1798f5a151
|
* setCheckPlayableState(false) in finally error handling (related to 133cc7342d ).
|
2019-12-26 14:26:16 +01:00 |
|
Oleg Agafonov
|
2460408da8
|
* Until your next turn effects - fixed that continuous effects of lost/leaved players can be discarded by combat or some cards before next turn starts;
|
2019-12-26 07:44:46 +04:00 |
|
Oleg Agafonov
|
a2e4e55811
|
Removed Shared Fate's unnecessary play dialog;
|
2019-12-26 05:28:18 +04:00 |
|
Oleg Agafonov
|
61a58d36c2
|
Refactor: added missing getPlayersInRange in cards code (to ignore leaved/lost players);
|
2019-12-26 05:24:44 +04:00 |
|
Oleg Agafonov
|
04cceb9b62
|
* Ludevic, Necro-Alchemist - fixed that it draws on controller's damage;
|
2019-12-25 22:32:10 +04:00 |
|
LevelX2
|
1977e7f986
|
* Opportunistic Dragon - Fixed that the can't attack effect was not discarded if the Opportunistic Dragon left the battlefield.
|
2019-12-25 17:05:52 +01:00 |
|
LevelX2
|
133cc7342d
|
* Fixed a problem with check playable methods causing e.g. endless loop if Shared Fate was on the battlefield.
|
2019-12-25 16:01:02 +01:00 |
|
Evan Kranzler
|
32bd88a6c0
|
Implemented Klothys, God of Destiny
|
2019-12-24 21:05:08 -05:00 |
|
Evan Kranzler
|
bb83914698
|
updated THB spoiler
|
2019-12-24 20:52:48 -05:00 |
|
Oleg Agafonov
|
5b9f0c970c
|
Removed bloated logs
|
2019-12-24 21:12:20 +04:00 |
|
Oleg Agafonov
|
fc6080e5b6
|
* Ludevic, Necro-Alchemist - fixed that it doesn't triggers after controller's damage, fixed that it doesn't triggers on no damage;
|
2019-12-24 20:58:01 +04:00 |
|
Oleg Agafonov
|
49ea0205d0
|
* Enters battlefield, played land triggered abilities - fixed multiple rollback errors on missing target;
|
2019-12-24 16:19:57 +04:00 |
|
Oleg Agafonov
|
9cf1ee2f42
|
Questing Beast - fixed rollback error on damage prevent (#6116);
|
2019-12-24 10:53:51 +04:00 |
|
Oleg Agafonov
|
5cb040607e
|
Refactor PreventAllDamageToAllEffect
|
2019-12-24 10:48:08 +04:00 |
|
Oleg Agafonov
|
9d2dfc048d
|
Prepare new release
|
2019-12-24 03:42:38 +04:00 |
|
Oleg Agafonov
|
70b37d1d71
|
* You may choose card from outside or in exile - fixed that it doesn't allows to choose cards from exiled zone (Karn, the Great Creator and Coax from the Blind Eternities);
|
2019-12-24 02:06:33 +04:00 |
|
Oleg Agafonov
|
8af784e8e6
|
Test framework: added commands to put cards in sideboard, outside and exiled zones;
|
2019-12-24 02:03:51 +04:00 |
|
Oleg Agafonov
|
8575d437ce
|
* Glacial Revelation - fixed that it couldn't put any snow cards to hand;
|
2019-12-24 01:21:18 +04:00 |
|
Oleg Agafonov
|
503b3e8947
|
* Bolas's Citadel - fixed that play top ability card can cause rollback error;
|
2019-12-24 01:04:23 +04:00 |
|
Oleg Agafonov
|
98cbf42a11
|
Added MCTS AI for #6114
|
2019-12-23 23:35:19 +04:00 |
|
LevelX2
|
82371456cd
|
* Commented out showXXX commands in tests to reduce the output.
|
2019-12-23 19:22:56 +01:00 |
|
Oleg Agafonov
|
b8754af355
|
Karn Liberated banned in Tiny Leaders format (xmage doesn't support game restart for Tiny Leaders);
|
2019-12-23 22:09:18 +04:00 |
|
Oleg Agafonov
|
842d5757c3
|
Removed bloated logs, missing comments;
|
2019-12-23 21:48:20 +04:00 |
|
Oleg Agafonov
|
fac7ea1388
|
* AI: fixed rollback errors with copy spell abilities;
Tests: added copy spell support for test player;
|
2019-12-23 21:47:01 +04:00 |
|
LevelX2
|
c0df1d6e8a
|
* Constricting Sliver - Fixed that its effect was applied to all creatures instead of only controlled creatures.
|
2019-12-23 18:02:11 +01:00 |
|
LevelX2
|
3bdd881e3a
|
* Kaalia, Zenith Seeker - Added the missing revealing of the cards moved to hand.
|
2019-12-23 17:39:12 +01:00 |
|
LevelX2
|
ee0b7a53a9
|
* Drakuseth, Maw of Flames - Fixed that its triggered ability did unpreventable combat damage instead of preventable normal damage.
|
2019-12-23 17:19:23 +01:00 |
|
LevelX2
|
7fe357708a
|
* Some minor source code updates.
|
2019-12-23 16:38:54 +01:00 |
|
LevelX2
|
82061929cf
|
* Expropriate - Fixed a problem that the controller of Expropriate was not able to get control of owned permanents.
|
2019-12-23 16:38:12 +01:00 |
|
LevelX2
|
2f998060a2
|
* Fixed a problem with power/toughness setting of copied transformed permanents (fixes #5893).
|
2019-12-23 15:35:53 +01:00 |
|
Oleg Agafonov
|
7bb6757876
|
Merge remote-tracking branch 'origin/master'
|
2019-12-23 10:28:28 +04:00 |
|
Oleg Agafonov
|
794445d128
|
* Ludevic, Necro-Alchemist - fixed that it doesn't triggers on controller turn;
|
2019-12-23 10:28:01 +04:00 |
|
Evan Kranzler
|
db51b2a76c
|
fixed Realm-Cloaked Giant's adventure name (fixes #6108)
|
2019-12-21 21:21:37 -05:00 |
|
Evan Kranzler
|
51b55fc8b8
|
Implemented Athreos, Shroud-Veiled
|
2019-12-21 10:13:11 -05:00 |
|
Evan Kranzler
|
e7dea7c3d9
|
added missing ability to Underworld Rage-Hound
|
2019-12-21 10:01:45 -05:00 |
|
Oleg Agafonov
|
d26fde8dbc
|
Prepare new release
|
2019-12-21 18:23:15 +04:00 |
|