Commit graph

3244 commits

Author SHA1 Message Date
Jeff
2a6d89b8a0 - Fixed Mana Reflection. 2014-11-11 10:24:37 -06:00
LevelX2
d6bcd4b96c Minor change. 2014-11-11 01:51:02 +01:00
LevelX2
d073efc2b7 Fixed SubtypePredicate so that Mutavault does not count as every basic land type (fixes #617). 2014-11-11 01:50:42 +01:00
LevelX2
b61a5908df Added Dualcaster Mage, Legacy's Allure and Diabolic Servitude. 2014-11-11 01:33:20 +01:00
LevelX2
f69ecddf87 Fixes to Freyalise, Llanowar's Fury. 2014-11-10 17:31:41 +01:00
LevelX2
8d76836eb6 Added Profane Command, Hallowed Spiritkeeper, Song of the Dryads, Phantom Centaur, Freyalise Llanowar's Fury. 2014-11-10 08:29:04 +01:00
LevelX2
bf31fcb585 Added Gerrard's Verdict, Grafted Wargear, Parallax Wave, Psychatog. 2014-11-09 11:09:19 +01:00
LevelX2
4ce652efe5 * Fixed shares subtype check. 2014-11-08 17:41:57 +01:00
LevelX2
0ce2348e33 * Rasing db rule field size to 700 to handle cards with longer rule text. 2014-11-08 10:18:02 +01:00
LevelX2
7c48d415ea * Handled rule text that are to long for card repository. In the next update that changes client / server interface size of rules field has to be raised to 800 or so. 2014-11-08 01:46:07 +01:00
LevelX2
d7f100b24b * Added "Duel Commander" format (fixes #436). 2014-11-08 01:33:29 +01:00
LevelX2
307677ed2b * Copied cards - Copied cards (e.g. spell cast with Isochron Scepter) cease to exist on check of next state based effects if they are moved to graveyard (#611). Before they did not trigger cards like Vulturous Zombie. 2014-11-07 16:25:35 +01:00
LevelX2
e7e6a5bb99 * Copied cards - Copied cards cease to exist on check of next state based effects if they are returned to hand (#611). 2014-11-07 16:13:57 +01:00
LevelX2
751365124e * Commander - Players no longer go to a sideboarding phase during caommander matches. 2014-11-07 14:24:07 +01:00
LevelX2
499e4865d3 * Fixed possible NPE of PlayerImpl. 2014-11-07 08:34:35 +01:00
LevelX2
a835c19533 Changed handling of tooltip size calculation. 2014-11-06 23:13:34 +01:00
LevelX2
220331dcd9 * Animate Dead (finished). Only Battlefield layout can't handle a attached card in graveyard yet. 2014-11-06 15:34:18 +01:00
LevelX2
20b12a1aa9 Added Chimeric Idol, updated Animate Dead. 2014-11-06 08:13:28 +01:00
LevelX2
169835dbea * Added Animate Dead (not finished yet). 2014-11-05 18:04:56 +01:00
LevelX2
c02e5c8fbc * Text import - works now also if tab is used to delimiter number and card name. 2014-11-05 14:56:29 +01:00
LevelX2
9bdaef5b34 * Changed handling of missing deck object for player. 2014-11-05 01:06:45 +01:00
LevelX2
7b24142f52 * Fixed possible null pointer exception of AddManaOfAnyColorTargetCanProduceEffect. 2014-11-05 00:54:31 +01:00
LevelX2
95d30d9085 * Fixed a bug that continuous effects of cards that were put onto battlefield not under owner control could be applied using the owner as controller. Fixes #604 (I guess). 2014-11-05 00:19:17 +01:00
LevelX2
3f71fe64b0 * Fixed a bug that set wrong or did not reset to owner the controllerId of card abilities (could be a fix to #604). 2014-11-04 17:34:15 +01:00
LevelX2
e074eabb08 Some fixes to Prohibit, Aeon Chronicler and Body Double. Some minor changes to framework functions. 2014-11-04 00:46:52 +01:00
LevelX2
320f345b1d Added Aeon Chronicler. 2014-11-03 17:22:14 +01:00
LevelX2
e747326028 Added logger message to card DB exception. 2014-11-03 17:21:57 +01:00
LevelX2
2ccb454a3f Fixed tooltip text for search and put on library effect. 2014-11-03 08:00:29 +01:00
LevelX2
b6c7f0efed * Added Body Double. 2014-11-02 12:19:12 +01:00
LevelX2
146a41dcb8 * Fixed a bug of setting tournament start time. 2014-11-02 12:10:38 +01:00
LevelX2
8426816b09 * Some changes to table and match view. 2014-11-01 14:24:23 +01:00
LevelX2
8e0dfcda80 * Draft fixed a bug that mismatched the player draft order if a player was replaced by draftbot. 2014-11-01 01:58:18 +01:00
LevelX2
e5e1a5db40 * Fixed attack triggered ability. That could also trigger if the attack was undone before (e.g. Geist of Saint Traft). 2014-10-31 16:36:41 +01:00
LevelX2
7f4f3253bd * Added some import corrections for txt import. 2014-10-31 09:44:45 +01:00
emerald000
c674509843 Added Delaying Shield, Oath of Lieges, Paradox Haze and Sacred Mesa. 2014-10-30 22:24:20 -04:00
LevelX2
b158ef4f3c * Added acustic an optical signals for use of skip buttons. 2014-10-30 23:43:32 +01:00
LevelX2
df71237f46 * Added logic to auto select replacement effects. Some changes to counter size and font size handling. 2014-10-30 20:40:23 +01:00
LevelX2
d8d25dc00a * Morph - Fixed that copying a morph creature always copied the creature like it was face down. 2014-10-29 15:16:42 +01:00
LevelX2
d0c055c5fd * Opt - Fixed missing reveal window. 2014-10-29 14:18:16 +01:00
LevelX2
7999126f61 Fixed order of extra turns. Extra turns of a player were only performed before and after that players turn. That didn't handle the order of extra turns correctly. 2014-10-29 11:22:47 +01:00
LevelX2
0942e9140c * BecomesCreatureTargetEffect - Fixed a bug that type changing effects (e.g. 1st ability of Nissan Worldwaker) did wrongly always overwrite all subtypes. 2014-10-29 10:19:32 +01:00
LevelX2
b3c1b97ada * Conditional Mana- Fixed that conditional mana was not emptied at end of phase step. 2014-10-29 08:57:33 +01:00
LevelX2
d078763be1 * Conditional Mana- Fixed that conditional mana was not emptied at end of phase step. 2014-10-29 08:57:23 +01:00
LevelX2
8de37b2bfa Added Sadistic Augermage, Rings of Brighthearth, Whipcorder, Gilded Drake. 2014-10-28 16:48:51 +01:00
LevelX2
1241f6582b * Minor changes to logging. 2014-10-28 08:14:03 +01:00
LevelX2
4a2be2c3e6 * MWSDeckImporter - Fixed bug that could find the wrong card (fixes #609). 2014-10-27 20:47:02 +01:00
LevelX2
74e0f76b1a * Angelic Arbiter - Fixed handling of the restriction effects. 2014-10-27 20:28:14 +01:00
LevelX2
9905b0c4ab * Copy Enchantment - Fixed a bug that it could not copy non aura enchantments. 2014-10-26 09:08:17 +01:00
LevelX2
82ba4a83e8 * Outlast - Fixed typo of tooltip text. 2014-10-25 22:49:40 +02:00
LevelX2
26b5a277c4 Removed debugging code for issue #602. 2014-10-25 17:32:50 +02:00