Commit graph

16834 commits

Author SHA1 Message Date
LevelX2
8e51e3a2bf Merge pull request #2686 from MTGfan/master
Guardian Angel and added Dynamic Value constructor to PreventDamageToTargetEffect
2016-12-16 22:57:21 +01:00
LevelX2
e31897f9b6 Merge pull request #2690 from Styxo/master
StarWars update
2016-12-16 22:42:27 +01:00
LevelX2
6955ad803f Merge pull request #2691 from sotovdev/sqlPerf
SQL query perfomance improvements
2016-12-16 22:34:38 +01:00
LevelX2
f18cd051b8 Merge pull request #2692 from PedroTav/develop
Fixes bug in Jaddi Lifestrider
2016-12-16 22:32:21 +01:00
Filipe Cordeiro
38ff0c2024 Fixes bug in Jaddi Lifestrider
Fixes #2469
2016-12-16 21:09:04 +00:00
LevelX2
8d6d8d25e5 * Reflecting Pool - Fixed that mana from dynamic mana abilities were not taken into account (e.g. Gaea's Cradle or Serra's Sanctum). 2016-12-16 18:38:40 +01:00
LevelX2
2eae39b82f * Voyager Staff - Fixed that the exiled creature did return under Voyager Staff's controller instead correctly under its owner control. 2016-12-16 18:13:42 +01:00
LevelX2
60ac2af0f6 * Extractor Demon - Fixed triggered ability to trigger correctly for leaving battlefield instead of dying. 2016-12-16 18:05:41 +01:00
vraskulin
3be7598ee1 SQL query perfomance improvements
There will be always 0 or 1 distinct result. If we don't limit this query it will find an item, and still will go through the whole table trying another one, which is unneccesary and have performance impact.
2016-12-16 17:27:19 +03:00
Styxo
360fd7542c StarWars update 2016-12-16 11:26:52 +01:00
Styxo
1d989a70db Merge origin/master 2016-12-15 15:37:49 +01:00
Styxo
157d6e484f Small fixes 2016-12-15 15:36:35 +01:00
Styxo
8e6cf84ce4 Added TargetHasCounterCondition and option for BecomesMonstrous 2016-12-15 15:33:35 +01:00
spjspj
45a614c2ba Merge pull request #2688 from spjspj/master
spjspj - Eye of the Storm fix
2016-12-15 21:55:38 +11:00
spjspj
9c6b9073a8 spjspj - Eye of the Storm fix 2016-12-15 20:42:29 +11:00
spjspj
00ece851b1 Merge pull request #2687 from spjspj/master
spjspj - Evolutionary Escalation fix (C16)
2016-12-15 16:54:03 +11:00
spjspj
ce8befffdd spjspj - Evolutionary Escalation fix (C16) 2016-12-15 16:51:05 +11:00
MTGfan
26c176abaa Guardian Angel and added Dynamic Value constructor to PreventDamageToTargetEffect 2016-12-14 17:20:00 -05:00
Justin Herlehy
cbdb96a5e1 Merge pull request #2683 from JRHerlehy/master
[AER] Fix Consulate Crackdown
2016-12-14 02:38:30 -08:00
JRHerlehy
2ee5f223fe [AER] Fix Consulate Crackdown to use TargetController.OPPONENT instead of TargetController.NOT_YOU 2016-12-13 15:27:55 -08:00
LevelX2
87ff07678d Merge pull request #2680 from MTGfan/master
Simulacrum
2016-12-13 21:09:43 +01:00
LevelX2
9400f192b7 Added some more tooltip texts to client menu bar. 2016-12-13 20:30:32 +01:00
MTGfan
9f4f05a4ab Simulacrum 2016-12-13 13:25:06 -05:00
LevelX2
3ca573b7c0 Merge pull request #2672 from MTGfan/master
Nettling Imp, TargetController and ControllerPredicate updated to include active choice
2016-12-13 15:23:36 +01:00
Justin Herlehy
557019e8a6 Merge pull request #2679 from JRHerlehy/master
[CN2] Refactor Council's Dilemma voting.
2016-12-13 02:02:43 -08:00
Styxo
df5060859a Added Candles of Leng, Seeds of Innocence and Wake of Destruction 2016-12-13 10:35:22 +01:00
Styxo
f88d3f0bbf Refactored RevealCardsFromLibraryUntil and some cards to use it 2016-12-13 09:21:11 +01:00
MTGfan
7846f9f61a Nettling Imp minor adjustment 2016-12-13 02:16:22 -05:00
JRHerlehy
a066f1615f [CN2] Remove unused local variables. 2016-12-12 21:02:36 -08:00
JRHerlehy
b9d5fbcbe5 [CN2] Create new vote effect to reduce boilerplate code duplication on Council's Dilemma cards. 2016-12-12 20:58:31 -08:00
Justin Herlehy
78e730505e Merge pull request #2678 from JRHerlehy/master
[AER] Consulate Crackdown
2016-12-12 17:55:36 -08:00
JRHerlehy
82223b2548 [AER] Consulate Crackdown 2016-12-12 17:51:35 -08:00
Justin Herlehy
1e72b5c81a Merge pull request #2677 from JRHerlehy/master
Fix Pyromancer's Swath
2016-12-12 16:27:10 -08:00
JRHerlehy
0e5c830f27 Fix Pyromancers Swath 2016-12-12 16:25:10 -08:00
JRHerlehy
fa506b26ae Merge remote-tracking branch 'origin/master' 2016-12-12 15:18:25 -08:00
LevelX2
712565562e Fixed start date of some constructed formats (e.g. Frontier missing M15) for deck editor. 2016-12-12 21:23:20 +01:00
MTGfan
2fcb26887c Nettling Imp and predicate revisions 2016-12-12 15:16:36 -05:00
LevelX2
fe97f289f8 Ravnica: City of Guilds - Added the 5 missing cards with Radiance ability word. 2016-12-12 20:54:45 +01:00
spjspj
49d9630c05 Merge pull request #2673 from spjspj/master
spjspj - Add new invert selection option
2016-12-13 00:43:50 +11:00
spjspj
946e0c54fc spjspj - Add invert selection to deck editor 2016-12-13 00:42:57 +11:00
spjspj
24b4bc8e30 spjspj - Add invert selection to deck editor 2016-12-13 00:41:21 +11:00
MTGfan
a199d6eaea Nettling Imp, TargetController and ControllerPredicate updated to include active choice 2016-12-12 03:03:39 -05:00
LevelX2
79c80fe24b Added a test and some minor changes. 2016-12-11 23:10:20 +01:00
LevelX2
eadadd591a * Dance of the Dead - Fixed possible error while retrieving controlling player of enchanted permanent. 2016-12-11 23:07:56 +01:00
LevelX2
7c7cebc048 * Saskia the Unyielding - Fixed that the damage source of the triggered ability was not the combat damage causing creature. 2016-12-11 22:58:35 +01:00
LevelX2
4b4aef8ed5 * Orzhov Advokist - Fixed that the attack preventing effect did not work correctly. 2016-12-11 16:25:08 +01:00
LevelX2
3d9b51bec3 * Animate Artifact - Fixed some problems. 2016-12-11 15:58:57 +01:00
LevelX2
fb2d3f911e * Power Surge - Fixed some problems. 2016-12-11 15:14:09 +01:00
LevelX2
561f120ce0 * Consecrete Land - Some changes. 2016-12-11 12:38:25 +01:00
LevelX2
fde05d8efb Merge pull request #2649 from MTGfan/master
I need help finishing these cards, thanks
2016-12-11 10:27:59 +01:00