Commit Graph

18597 Commits

Author SHA1 Message Date
Hellfish
bb70d9c026 *Corrected mana ability flagging.
*Fixed crash when using Metalworker-likes during mana payment.
2013-01-05 17:11:54 +00:00
Sol
49d602d4f0 - Small conversions of Tgt to ValidTgts 2013-01-05 14:45:30 +00:00
Chris
8f0ee8e3a2 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2013-01-05 13:38:28 +00:00
Sloth
e3941430b1 - Removed a duplicate precon. 2013-01-05 08:47:24 +00:00
swordshine
4da962c5ed - Fixed Grave Betrayal 2013-01-05 08:30:07 +00:00
Sloth
0a67b1af1a - Added more precons by Xitax and Lexusex. 2013-01-05 07:44:38 +00:00
Sol
a47ad2ebbb - Fixing Spell Description on Snakeform 2013-01-05 03:47:46 +00:00
swordshine
e550d845a2 - Added Mirrorweave and Petals of Insight 2013-01-05 01:18:42 +00:00
swordshine
afee94e438 - Added Planeswalker Type Domri 2013-01-05 01:15:03 +00:00
Sol
849df521a5 - Fixing triggers reliant on timing for cards like Earthbind and Valakut.
(Doesn't effect triggers that target being a touch odd)
2013-01-05 00:22:59 +00:00
Sol
71108623b9 - Added an extra word 2013-01-05 00:17:44 +00:00
Sol
4c602848db - Fix description in Martyr of Frost 2013-01-05 00:16:57 +00:00
Sol
902b52704d - Valakut was unbanned in Modern in October 2013-01-04 23:58:24 +00:00
Sloth
dd2127aaba - Added TriggerDescription to Extort. 2013-01-04 22:17:43 +00:00
Sloth
5b53130f26 - Fixed Delve. 2013-01-04 20:45:59 +00:00
moomarc
42a14d3db4 - Added Extort keyword 2013-01-04 18:43:43 +00:00
Sol
3856a8d23d - Added distinct card information to PerSetTracking.py 2013-01-04 16:33:14 +00:00
moomarc
decf8b38cf - More cards ready for multiplayer 2013-01-04 15:32:21 +00:00
Chris
e731d7c66d - Cleared out the changes.txt file, now ready for new material. 2013-01-04 15:15:11 +00:00
Chris
ad019eefa9 [maven-release-plugin] prepare for next development iteration 2013-01-04 11:34:23 +00:00
Chris
ba61946997 [maven-release-plugin] prepare release forge-1.3.4 forge-1.3.4 2013-01-04 11:34:12 +00:00
Chris
b075510b72 - Preparing the changes.txt file for the next beta build and release. 2013-01-04 11:22:58 +00:00
Chris
2032a4e074 - Added the recent commit logs to changes.txt. Preparing for the beta build and release. 2013-01-04 11:16:58 +00:00
Sloth
9adfb235a0 - Added Thousand-Year Elixir. 2013-01-04 10:45:50 +00:00
Sloth
d4684c6ff4 - Fixed draft AI not building decks. 2013-01-04 08:57:50 +00:00
Hellfish
6a9ea7980c *Made copied abilities actually register as copied (and not trigger Rings of Brighthearth again,for example)
*Nonmana-root abilities with mana subabilities are now properly recognized as mana abilities (Metalworker)
2013-01-04 07:20:59 +00:00
ArsenalNut
a8585391d1 Added Duration parameter Clone effect. Added Cytoshape, Mizzium Transreliquant, Renegade Doppleganger, Scion of the Ur Dragon, and Shapesharer. 2013-01-04 06:26:08 +00:00
ArsenalNut
8f742ff631 added "TriggerZones$ Battlefield" to TurnsFaceUp triggers 2013-01-04 05:08:43 +00:00
Sol
82dbf94019 - Fixing apostrophe that doesn't display properly 2013-01-04 02:59:26 +00:00
Sol
b3731d7810 - Adding Arcane type to Overblaze 2013-01-04 02:43:31 +00:00
swordshine
7682aa2ecd - Added 4 cards with additional phases 2013-01-04 01:25:42 +00:00
Sloth
c2dfa1ffaa - The buildDeck function will now throw an error instead of looping infinitely. 2013-01-03 23:05:36 +00:00
Sloth
50014ddbc0 - Fixed a bug with morphs. 2013-01-03 21:35:53 +00:00
Sloth
a7e0a1100a - Fixed Storm and Epic keywords. 2013-01-03 20:55:13 +00:00
Sloth
6e99c89f91 - Fixed Zektar Shrine Expedition. 2013-01-03 20:47:26 +00:00
Sloth
997ee9071f - Better fix for AF Charm AI. 2013-01-03 20:40:59 +00:00
Sloth
1d7c93000c - Fixed AF Charm AI. 2013-01-03 20:17:37 +00:00
ArsenalNut
902d501647 restructured The Mimeoplasm to somewhat playable by AI 2013-01-03 16:54:30 +00:00
ArsenalNut
fe8a521a62 Added ChosenCard to defined card types.
Added ForgetChosen parameter to ChooseCardEffect to remove chosen card from host card remembered object list.
Added Mandatory parameter to ChooseCardEffect.
Added The Mimeoplasm.
2013-01-03 16:15:04 +00:00
ArsenalNut
27a0f313a0 Added replacement effect handler for turns face up. Moved running of triggers for TurnFaceUp to turnFaceUp method in Card.java. Added Vesuvan Shapeshifter. 2013-01-03 16:00:22 +00:00
ArsenalNut
c6523dd4fd Removed code that generates SVar:Rarity line. Rarity SVar is not a required field and is not actually used by Forge. 2013-01-03 15:50:58 +00:00
ArsenalNut
fb6bc13861 fixed some indentation issues. changed Commander set code to match mtg-data.txt 2013-01-03 15:34:06 +00:00
ArsenalNut
e0955d415e added Dragon's Maze 3 letter code 2013-01-03 15:12:30 +00:00
RumbleBBU
b3f322a9f4 Fixed NPEs in QuestController.java when the data directory is empty. 2013-01-03 13:57:38 +00:00
Sol
95f6f7d448 - Added FollowedBy Parameter in AddPhase which is common to many of these combat + main phase adders
- Added Relentless Assault
2013-01-03 02:51:34 +00:00
swordshine
edc5875c6b - Added Knollspine Dragon and Rhystic Scrying
- Vanguard:Added Sakashima the Impostor Avatar
- Added Mandatory$ True to Parallax Nexus
- Made Borrowing 100000 Arrows and Theft of Dreams ready for multiplayer
2013-01-03 02:07:48 +00:00
ArsenalNut
d943869a66 Made Karn Liberated first ability mandatory 2013-01-02 15:42:45 +00:00
Chris
6579e3b78d - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2013-01-02 13:59:14 +00:00
Hellfish
c37c0fefbe *Renamed AF_CopySpell for clarity 2013-01-02 07:29:28 +00:00
Hellfish
07668ec038 *Tweaked CardFactory.copySpellOntoStack to accomodate abilities.
*Fixed CardDamageHistory crash in deckeditors
*Added Rings of Brighthearth
2013-01-02 07:15:18 +00:00