Commit Graph

1712 Commits

Author SHA1 Message Date
elcnesh
d49b6a992f Add trigger that triggers once for each block made, and fix Dead-Iron Sledge by using it.
This should actually be used by any card with "Whenever this blocks/becomes blocked by a creature, ..."
2014-07-01 14:12:31 +00:00
Chris
3cb7831eee Added new card names to changes.txt. 2014-07-01 13:51:18 +00:00
Chris
402ec14bf7 Added new card names to changes.txt. 2014-07-01 13:50:01 +00:00
elcnesh
2eb2affead Fix missing SVar reference in Soldevi Excavations. 2014-07-01 09:06:33 +00:00
drdev
462a6b5f0b Prevent warning about floating mana if stack isn't empty 2014-07-01 06:15:27 +00:00
drdev
8611f2b1fc Update CHANGES.txt 2014-07-01 06:12:34 +00:00
drdev
352b551038 Tweak message 2014-07-01 06:07:26 +00:00
swordshine
ba09fa98ed - M15: Added Generator Servant and Sliver Hivelord 2014-07-01 05:43:35 +00:00
drdev
bdaed80796 Update CHANGES.txt 2014-07-01 05:41:23 +00:00
drdev
6b040f9d16 Prompt when passing priority if mana in your mana pool would be lost 2014-07-01 05:30:53 +00:00
drdev
b51b67e6f0 Show Undo in prompt if last action is undoable
Clean up unnecessary items from Game menu
2014-07-01 04:46:24 +00:00
Sol
7c1eb77785 - Fix ability cost of Keldon Arsonist 2014-07-01 00:09:18 +00:00
swordshine
128d9a6039 - M15: Added Chief Engineer and Garruk, Apex Predator 2014-06-30 06:59:06 +00:00
drdev
3689a70762 Commit color tiles 2014-06-30 05:41:29 +00:00
drdev
b1f2a7e05f Support playing background music for desktop game 2014-06-29 15:56:40 +00:00
elcnesh
b6a2b283cb Patch Norin to function as a commander.
Not really a solution, as the general problem (tracking cards through zone-changing replacement effects) is a bit more involved, but at least this makes the card more functional.
2014-06-29 13:08:11 +00:00
elcnesh
507f9e9c42 Fix resolution order of Rhystic Study's trigger. 2014-06-29 12:26:07 +00:00
swordshine
84f3277680 - M15: Added Borderland Marauder, Goblin Kaboomist, Goblin Rabblemaster, Soul of Shandalar, Stoke the Flames 2014-06-29 12:19:54 +00:00
Sloth
58fa27c6ce - Updated the quest deck Raven 3. 2014-06-29 10:28:19 +00:00
drdev
93bcca743c Add setting for disabling background music 2014-06-29 03:34:14 +00:00
drdev
7c821455aa Support switching tracks when music completes 2014-06-29 03:22:46 +00:00
drdev
4a78323b3c Refactor how music is managed 2014-06-29 03:14:24 +00:00
drdev
b2bfe0a43d Trim music files down to 40 MB (8 files) 2014-06-29 02:54:43 +00:00
drdev
4135b2006e Support playing background music for mobile game 2014-06-28 23:52:09 +00:00
drdev
1051d882a5 Prevent exception being reported if color deck can't be generated the first try 2014-06-28 19:05:13 +00:00
drdev
4173bacca3 Change Vanguard to use list view by default 2014-06-28 04:33:17 +00:00
drdev
d00232d5dd Support selecting vanguard avatar 2014-06-27 23:30:17 +00:00
elcnesh
bc486d4091 Add script to unify card file format (\n as linebreak, always trailing newline). 2014-06-27 23:04:36 +00:00
elcnesh
495517c765 Update Sword of the Ages' functionality to new oracle text. Fix missing reference in Sasaya. 2014-06-27 23:00:56 +00:00
elcnesh
d5f7cdb729 Fix for r26453. 2014-06-27 22:11:27 +00:00
drdev
89c164e7f3 Improve deck editing support for variants 2014-06-27 15:42:09 +00:00
Chris
83ebc2ac3d Added new card names to changes.txt. 2014-06-27 14:22:37 +00:00
Chris
a18214b622 Added new card names to changes.txt. 2014-06-27 14:21:05 +00:00
elcnesh
3fae7b360f Fix oracle texts of some cards, and have their functionality match the new texts. 2014-06-27 14:04:55 +00:00
elcnesh
9ec62ebb25 Fix: Don't have Inifinite Reflection copy the creature it enchants. 2014-06-27 13:43:03 +00:00
drdev
74e64c36d7 Refactor deck chooser and editor to support variants 2014-06-27 05:03:24 +00:00
swordshine
6bdeda2f8e - M15: Added Ajani Steadfast 2014-06-26 14:25:45 +00:00
elcnesh
a7f0ff43ce Fix cards depending on damage dealt to opponents for multiplayer games.
Remove unused Count nr of lands played by opponent.
2014-06-25 14:11:10 +00:00
swordshine
64e469e8d9 - Fixed pump effect (u - z) 2014-06-25 13:42:57 +00:00
swordshine
618a4775f2 - Fixed pump effect (s - t) 2014-06-25 13:39:02 +00:00
swordshine
8652b229fc - Fixed pump effect (n - r) 2014-06-25 13:33:15 +00:00
swordshine
6aeab67784 - Fixed pump effect (i - m) 2014-06-25 13:30:40 +00:00
swordshine
7d98c63336 - Fixed pump effect (e - h) 2014-06-25 13:26:22 +00:00
swordshine
0e578d8607 - Added param "Defined$ Self" to fix Council Guardian (a - d) 2014-06-25 13:19:42 +00:00
elcnesh
dd70d399ea Fix some cards related to poison counters, which now function correctly in multiplayer games.
Clean up a method in Player.
2014-06-25 12:59:18 +00:00
elcnesh
48086b30b7 Start removing logic that depends on a single opponent, as this (naturally) doesn't work in multiplayer games.
'OppLifeTotal' is now removed, and started removing 'OppPoisonCounters'.
2014-06-25 10:07:23 +00:00
elcnesh
02728670bf Update oracle texts of cards starting with 'w' through 'z'. Fix space in file name of Wear//Tear. 2014-06-24 19:14:36 +00:00
elcnesh
aa0070f94e Update oracle texts of cards starting with 'u' or 'v'. 2014-06-24 19:11:23 +00:00
elcnesh
4a2816ed5b Update oracle texts of cards starting with 't'. Fix Tourach's Gate. 2014-06-24 18:50:38 +00:00
Chris
376ee650b4 Cleared out the changes.txt file, now ready for new material.
Added new card names to changes.txt.
2014-06-24 15:41:28 +00:00