Evan Kranzler
02a39658bd
[CMR] updated spoiler and reprints
2020-10-26 19:24:42 -04:00
Evan Kranzler
fcfd569dc6
[CMR] Implemented Phyrexian Triniform
2020-10-26 19:22:47 -04:00
Evan Kranzler
1a71b57b51
[CMR] updated spoiler and reprints
2020-10-26 18:25:51 -04:00
Evan Kranzler
1c4de38b92
fixed some abilities not being properly copiable
2020-10-26 18:18:35 -04:00
Daniel Bomar
dfeb0e06e9
Allow Temporal Aperture to play lands off the top of the library (bug #7141 )
2020-10-26 15:18:33 -05:00
Victor Gonçalves
2767db5dac
Fixed compression on callback ( #5340 )
...
The callbacks are not being compressed =/
Related to the #5340
2020-10-26 13:26:15 -03:00
Evan Kranzler
a317a875e7
[CMR] update spoiler and reprints
2020-10-26 09:47:05 -04:00
weirddan455
b52415b737
Fixed Firesong and Sunspeaker's first ability staying active through Frogify effects (bug# 7137) ( #7149 )
2020-10-26 09:17:19 -04:00
Daniel Bomar
6b508ecacc
Targeting interface now says "Select up to one..." when the target is optional (bug #7046 ).
2020-10-24 20:38:46 -05:00
Evan Kranzler
08d92831f1
fixed Vengeful Rebirth losing cards
2020-10-23 09:38:37 -04:00
Evan Kranzler
a66428b2b6
updated implementation of equipment which use themself in a gained ability
2020-10-22 21:37:03 -04:00
Evan Kranzler
26ba64852f
fixed Together Forever targeting restriction ( fixes #7140 )
2020-10-20 17:44:28 -04:00
Evan Kranzler
9f7a873e5b
added test for Omnath, Locus of Rage and protection effects ( closes #7133 )
2020-10-14 20:36:50 -04:00
Evan Kranzler
0032759c18
fixed Whip of Erebos giving lifelink to opposing creatures ( #7133 )
2020-10-14 20:36:11 -04:00
dependabot[bot]
f80879151c
Bump junit from 4.13 to 4.13.1
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 04:36:39 +00:00
Evan Kranzler
e65d769e47
fixed Chainer, Nightmare Adept not triggering off of creatures owned by other players
2020-10-12 21:08:37 -04:00
Evan Kranzler
5f8919e787
updated historic ban list
2020-10-12 10:45:58 -04:00
Evan Kranzler
46a246e793
updated brawl ban list
2020-10-12 10:44:47 -04:00
Evan Kranzler
3f7a4c75e6
updated standard ban list
2020-10-12 10:43:41 -04:00
Evan Kranzler
01f7e3a469
fixed incorrect implementation of gating abilities ( fixes #7129 )
2020-10-11 19:29:49 -04:00
Oleg Agafonov
94790f7538
Merge pull request #7124 from Grath/patch-4
...
Fix Estrid the Masked's filters
2020-10-11 07:04:17 +02:00
Oleg Agafonov
cb3bb63cdc
Merge pull request #7127 from Everlag/everlag/faster_deck_import_column
...
Deck import's performance improved (fixes #7126 )
2020-10-11 06:55:55 +02:00
Kyle Boutette
45b84f1e8d
Fixes #7126 Introduce and use new lower_name column for card import
...
Profiling deck import revealed we spend most of the time running sql.
The specific query compared against `lower(name)` which is not under an index.
As a result, importing a deck could be quite slow since we were looking at
every single card in the game.
This change introduces a new indexed column, `lower_name`, and swaps
findCardsCaseInsensitive to run against it.
Optimally, we'd introduce an index here on `lower(name)` to avoid the
unnecessary column. ie,
`CREATE INDEX IF NOT EXISTS lower_name_index ON card (lower(name))`
However, H2 does not currently support indices on expressions.
2020-10-10 20:17:06 -05:00
Eric Nelson
db2ac51e02
Fix Estrid the Masked's filters
...
At some point a typographical error snuck into the code; this caused Estrid's ultimate ability to no longer function properly with auras. It instead put all auras into play at the same time as your non-aura enchantments, causing you to be forced to attach your auras to targets already in play.
2020-10-09 21:53:46 -04:00
Evan Kranzler
8c7d7f0b77
[M20] various text fixes
2020-10-08 09:15:38 -04:00
Evan Kranzler
50a0954606
[ELD] various text fixes
2020-10-07 20:57:43 -04:00
Evan Kranzler
6a3240fad3
[ZNR] various text fixes
2020-10-07 20:04:34 -04:00
Evan Kranzler
665528b251
[M21] some more text fixes
2020-10-07 09:28:12 -04:00
Evan Kranzler
9a140a19a2
updated verify check to better handle line breaks
2020-10-07 09:19:39 -04:00
Evan Kranzler
a2ae0bc9b8
updated verify check to handle mana abilities being split
2020-10-06 23:21:00 -04:00
Evan Kranzler
524b9fcd44
[M21] various text fixes
2020-10-06 21:12:07 -04:00
Evan Kranzler
44b44f4103
[IKO] various text fixes
2020-10-06 21:01:17 -04:00
Evan Kranzler
9ab01e5512
updated verify check to handle modal spells correctly
2020-10-06 20:57:13 -04:00
Evan Kranzler
5187636672
[THB] various text fixes
2020-10-06 20:12:06 -04:00
Evan Kranzler
d3484ddc5d
fixed life payment cost text
2020-10-06 19:53:21 -04:00
Evan Kranzler
57022068d3
fixed cost reduction text
2020-10-06 19:49:45 -04:00
Evan Kranzler
7bb10c08a5
[THB] fixed Dalakos, Crafter of Wonders text
2020-10-06 19:49:24 -04:00
Evan Kranzler
f83b427e63
updated verify check to ignore legendary creature text shortening
2020-10-06 19:48:54 -04:00
Evan Kranzler
e43da063ef
updated verify check to ignore evergreen keywords
2020-10-06 19:33:39 -04:00
Evan Kranzler
b5d52fe14c
removed a duplicate
2020-10-05 21:53:34 -04:00
Evan Kranzler
5c65506720
[SLD] consolidated PSLD into main set
2020-10-05 21:39:53 -04:00
Evan Kranzler
0ae6d8683e
[SLD] Implemented Lucille
2020-10-05 21:29:03 -04:00
Evan Kranzler
7ae462faca
small additional fix
2020-10-05 20:15:27 -04:00
Evan Kranzler
8a0196a2f0
fixed implementation of hideaway lands
2020-10-05 19:58:16 -04:00
Evan Kranzler
2afd6f25f9
[IKO] fixed Shark Typhoon and spells which have left the stack ( fixes #7117 )
2020-10-05 18:26:24 -04:00
Evan Kranzler
39e2d79f91
Revert "[ELD] fixed Charming Prince targeting owned creatures and not controlled creatures ( fixes #7108 )"
...
This reverts commit dc3802851c
.
2020-10-04 10:08:15 -04:00
Evan Kranzler
dc3802851c
[ELD] fixed Charming Prince targeting owned creatures and not controlled creatures ( fixes #7108 )
2020-10-04 09:47:14 -04:00
Evan Kranzler
c67a7fbaec
[MIR] Implemented Preferred Selection
2020-10-03 20:01:34 -04:00
Evan Kranzler
1cd5c631d8
[JUD] Implemented Selfless Exorcist
2020-10-03 19:22:32 -04:00
Evan Kranzler
a204f92bc4
[JUD] Implemented Dwarven Scorcher
2020-10-03 19:16:01 -04:00