Commit graph

3264 commits

Author SHA1 Message Date
LevelX2
1c2233b1f8 * Plow Under - Fixed that the card owner could not define the order the card go to the library. 2014-11-17 23:42:37 +01:00
LevelX2
97412e3e9e * Started reworking netmana to also handle mana sources that could only produce 2-4 colors. Not finished yet. 2014-11-17 17:37:02 +01:00
LevelX2
eba9e5925f * Mox Opal - Fixed handling and tooltip text. 2014-11-17 13:40:51 +01:00
LevelX2
15bd62f24e * Balance - Fixed possible error if player has no cards in hand. 2014-11-17 12:42:42 +01:00
LevelX2
ac30a6b732 [C14] Some blue cards of Commander 2014. 2014-11-16 23:45:59 +01:00
LevelX2
2b5c95b6a7 Added some Odyssey cards, added Archenemy Set, added some Squirel cards. 2014-11-16 11:07:31 +01:00
LevelX2
a75dda1464 Some minor changes to tooltip generation. 2014-11-16 09:16:37 +01:00
LevelX2
5b78dbe5c2 Added F10 to skip priority while the stack resolves. 2014-11-16 09:00:28 +01:00
betasteward
08c9dc32be Optimization - setUniqueTimestamp was waiting for timestamp to change causing many small pauses 2014-11-15 12:42:28 -05:00
LevelX2
c2513e7da5 Added AEther Rift, Icy Prison, Nkaya Shade. 2014-11-15 12:26:13 +01:00
LevelX2
e770189af3 * Player - Reworked player discard method. 2014-11-15 12:25:02 +01:00
LevelX2
f75ff0efe3 * ReachAbility - Set Zone to all (#476). 2014-11-15 00:17:49 +01:00
LevelX2
0756d0e47f * FearAbility - Set Duration to "end of game" to prevent it's not working sometimes. 2014-11-15 00:12:11 +01:00
LevelX2
efc0365505 * SearchLibraryPutInHandEffect - Fixed that target was not reset before used again (caused e.g. Land Tax to only be able to fetch 3 lands in total also if it triggered multiple times). 2014-11-14 23:47:18 +01:00
LevelX2
89a0a815de * Fixed index of H2 database. Now booster generation for Cube draft or searching for card in card editor is much faster. 2014-11-14 15:15:40 +01:00
LevelX2
a0840ec1b8 * Fixed calculation of reduced mana costs (e.g. casr Launch the Fleet (while Battlefield Thaumaturgeonto battlefield) now always costs only {W}). 2014-11-14 15:13:44 +01:00
LevelX2
b2e259422d Changed counter names to start with lower case. 2014-11-14 15:11:20 +01:00
LevelX2
8bf72382e4 Some changes to framework objects. 2014-11-13 00:17:52 +01:00
LevelX2
4670fa377a * Morph - Creatures cast with morph have now a converted mana cost of 0 on the stack. 2014-11-11 23:58:08 +01:00
LevelX2
7dbf265fd5 * Tests - Use logname to check for objects. 2014-11-11 23:57:20 +01:00
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