Commit graph

35445 commits

Author SHA1 Message Date
Oleg Agafonov
6aaf461362 Accursed Witch, Vengeful Strangler - fixed rollback error on some usage; 2021-09-21 13:01:11 +04:00
Oleg Agafonov
c49ca90b84 Tests: execute time stats in logs are disabled by default; 2021-09-21 12:14:22 +04:00
Evan Kranzler
658ae06e6f removed ObjectPlayer and ObjectPlayerPredicate 2021-09-20 23:38:31 -04:00
Evan Kranzler
c6feab68da refactored all instances of BeginningOfUpkeepAttachedTriggeredAbility 2021-09-20 21:22:17 -04:00
Evan Kranzler
bd22c4a3ae [MIC] Implemented Curse of Obsession 2021-09-20 21:06:41 -04:00
Evan Kranzler
541511692e [MIC] Implemented Curse of Unbinding 2021-09-20 20:57:37 -04:00
Evan Kranzler
f3eef7eafd [MIC] Implemented Curse of the Restless Dead 2021-09-20 20:34:19 -04:00
Evan Kranzler
c54e9dd012 [MIC] Implemented Curse of Conformity 2021-09-20 20:12:51 -04:00
Evan Kranzler
b43bb44b27 [MIC] Implemented Curse of Clinging Webs 2021-09-20 19:53:02 -04:00
Jeff Wadsworth
77845bd1df Fixed #8286. 2021-09-20 15:54:52 -05:00
Evan Kranzler
b756fd0e72 [MIC] Implemented Visions of Ruin 2021-09-20 09:12:13 -04:00
Evan Kranzler
a88427a6d9 [MIC] Implemented Visions of Dominance 2021-09-20 08:48:28 -04:00
Oleg Agafonov
61288b6439 * GUI: fixed wrong card icons drawing in choose triggers/piles dialog (#8225); 2021-09-20 02:44:46 +04:00
Oleg Agafonov
46081d9185 GUI related improves:
* GUI: fixed that choose triggers/piles dialog doesn't close correctly before cast mode choose (#8225);
* GUI: fixed that some choose dialogs doesn't update battlefield state (example: choose amount, choose mana);
* Game: fixed duplicated json logs at the game's end;
2021-09-20 02:17:22 +04:00
Evan Kranzler
f31781e4a4 [C21] fixed Veyran, Voice of Duality doubling triggers off of other players' spells and permanents (fixes #8287) 2021-09-19 15:27:01 -04:00
Alex W. Jackson
eb81ffe92b
Fix Modern Horizons 2 common and reprint print run ratios (#8245) 2021-09-19 12:44:23 -04:00
Alex W. Jackson
b896d20569
Fix AFR collator common print run ratios (#8256) 2021-09-19 12:43:23 -04:00
Alex W. Jackson
9767a07b3f
Fix Time Spiral Remastered common print run ratios (#8260) 2021-09-19 12:42:52 -04:00
Alex W. Jackson
b73e38e2a6
Fix Strixhaven collation (#8296) 2021-09-19 12:42:34 -04:00
Raphael "who?!" Kehldorfer
f02575ca9f
[MID] Implemented Hostile Hostel // Creeping Inn (#8278)
* [MID] Implemented Necrosynthesis

* [MID] Refactored Hostile Hostel // Creeping Inn

* [MID] Refactored Hostile Hostel // Creeping Inn
2021-09-19 12:41:29 -04:00
Evan Kranzler
ef313d20ad [ZEN] reworked implementation of Bold Defense (fixes #8294) 2021-09-18 21:23:26 -04:00
Oleg Agafonov
a3ca9fc03a Dauthi Voidwalker - correct code for #8141 and same cards (see comments in fd719ad287); 2021-09-19 04:01:01 +04:00
Evan Kranzler
affd33c23b [MIC] Implemented Cleaver Skaab 2021-09-18 16:58:59 -04:00
Evan Kranzler
3d0571d5e9 [MIC] Implemented Tomb Tyrant 2021-09-18 16:41:48 -04:00
Oleg Agafonov
2cf005f971 Tests: improved performance in game tests; 2021-09-18 22:10:55 +04:00
Evan Kranzler
2fa76fc7be reworked Clockwork creature implementations (fixes #8292) 2021-09-18 11:08:17 -04:00
Evan Kranzler
2c8314932e [MID] Implemented Sigarda's Splendor 2021-09-17 18:36:39 -04:00
Evan Kranzler
10c85e40eb [MID] Implemented Rootcoil Creeper 2021-09-17 18:18:45 -04:00
Oleg Agafonov
f107c1e4db Tests: improved performance in game tests; 2021-09-18 00:24:10 +04:00
Oleg Agafonov
c87477178a
CI: added maven cache to travis builds (#8289) 2021-09-17 22:57:49 +04:00
Oleg Agafonov
021a2d251c Improves in some effects:
* ConditionalAsThoughEffect - improved support with target effects (see comments from e6e802033b);
* TargetCardInLibrary - added additional checks on wrong usage (must be used inside effects only, not as ability's target);
* PlayFromNotOwnHandZone - fixed wrong playable mark on battlefield's permanents (AI related too);
2021-09-17 21:21:37 +04:00
Evan Kranzler
aed6a4ac3d [MID] Implemented Vengeful Strangler / Strangling Grasp 2021-09-17 09:12:30 -04:00
Evan Kranzler
7c2db3c5fc [MID] Implemented Sungold Sentinel 2021-09-17 08:43:49 -04:00
Evan Kranzler
6dd0cb69e7 [EMN] simplified implementation of Emrakul, the Promised End 2021-09-17 08:11:51 -04:00
Raphael "who?!" Kehldorfer
c610807d51
[MID] Implemented Dennick, Pious Apprentice // Dennick, Pious Apparition (#8279)
* [MID] Implemented Dennick, Pious Apprentice // Dennick, Pious Apparition

* [MID] Refactored Dennick, Pious Apprentice // Dennick, Pious Apparition

* small change

Co-authored-by: Evan Kranzler <theelk801@gmail.com>
2021-09-17 08:11:33 -04:00
Raphael "who?!" Kehldorfer
cf93e5d572
[MID] Implemented Wake to Slaughter (#8270)
* [MID] Implemented Wake to Slaughter

* [MID] Refactored Wake to Slaughter:
+ Reworked WakeToSlaughterEffect
+ Added Min / Max

* [MID] Refactored Wake to Slaughter
+ Added missing ability and trigger
2021-09-17 08:07:54 -04:00
Raphael "who?!" Kehldorfer
c5572cb41f
[MID] Implemented Winterthorn Blessing (#8268)
* [MID] Implemented Winterthorn Blessing

* [MID] Refactored Winterthorn Blessing:
+ Added Min / Max to TargetControlledCreaturePermanent
+ Added TargetPointers

* [MID] Refactored Winterthorn Blessing:
+ Added Min / Max to TargetControlledCreaturePermanent
+ Added TargetPointers

* [MID] Refactored Winterthorn Blessing
+ Implemented suggested changes
2021-09-17 08:06:02 -04:00
Evan Kranzler
5068339db3 [MID] Implemented Jerren, Corrupted Bishop / Ormendahl, the Corrupter 2021-09-16 21:10:54 -04:00
Evan Kranzler
c7e7d371f8 [MID] Implemented Lord of the Forsaken 2021-09-16 20:42:53 -04:00
Evan Kranzler
c1d16a3763 [AFC] fixed Maddening Hex not attaching to another player (fixes #8284) 2021-09-16 20:29:06 -04:00
Evan Kranzler
10eafcdcd3 [MID] Implemented Gisa, Glorious Resurrector 2021-09-16 18:55:35 -04:00
jeffwadsworth
6210c3fa65 Merge branch 'master' of https://github.com/magefree/mage 2021-09-16 16:53:47 -05:00
jeffwadsworth
0b67caab89 - Fixed #8125 2021-09-16 16:53:32 -05:00
Evan Kranzler
9afa2ce4d0 [MIC] Implemented Crowded Crypt 2021-09-16 17:19:56 -04:00
jeffwadsworth
025395788c - Fixed #8165. There are other cards that handle exiling sequentially, but this is a refactoring starting point. 2021-09-16 11:05:32 -05:00
Evan Kranzler
a1c067a8fb [MIC] Implemented Celestial Judgment 2021-09-16 09:56:53 -04:00
Evan Kranzler
e11c5fc5c8 [MIC] Implemented Stalwart Pathlighter 2021-09-16 09:40:37 -04:00
Evan Kranzler
9e864facd3 [MIC] Implemented Visions of Duplicity 2021-09-16 09:38:04 -04:00
Evan Kranzler
645779376f [MIC] Implemented Visions of Glory 2021-09-16 09:34:22 -04:00
Evan Kranzler
244cacfe3b [MIC] Implemented Sigardian Zealot 2021-09-16 09:09:41 -04:00