Commit Graph

17828 Commits

Author SHA1 Message Date
Sloth
0f45292fa0 - Added Ana Battlemage. 2012-09-14 16:39:23 +00:00
Sloth
1bf0bc3390 - Improved description of the new ETBCounter keyword. 2012-09-14 16:22:10 +00:00
Sloth
23f347a147 - Fixed Homarid. 2012-09-14 16:10:46 +00:00
Chris
26f8b4b541 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-09-14 10:20:42 +00:00
moomarc
2f19910197 - Added Revenant Patriarch 2012-09-14 08:43:11 +00:00
RumbleBBU
73dd3b221a Removed some unused imports from CSubmenuSealed.java 2012-09-14 07:58:11 +00:00
moomarc
b06f1210dc - Fixed Lava Spike (missing Arcane type) 2012-09-14 06:40:16 +00:00
moomarc
cf145ced6d - Added Double Negative, Repel Intruders, River's Grasp and Torrent of Souls
- Expanded Target selection for 'up to' amounts on the stack
- Allowed for spells with TargetMin$0 to still be played if it has CanPlayNoTgt$True
2012-09-14 06:27:30 +00:00
Maxmtg
be0723da57 DeckSection iteration - making it right 2012-09-13 20:47:33 +00:00
Sloth
6303ebd06a - Fixed a possible NPE in hasProperty in the Player class. 2012-09-13 18:13:56 +00:00
Sloth
cba9d6f6f9 - Added the quest deck InuYasha 1 by Nordos. 2012-09-13 11:32:01 +00:00
Sloth
358e408a69 - Fixed AI bug with Kicker. 2012-09-13 11:01:39 +00:00
moomarc
9c8ef0ce14 - Removed Rite of Consumption from new cards list again (made it into the previous beta afterall) 2012-09-13 10:58:05 +00:00
moomarc
b06c506953 - Fixed Cellar Door's stack description
- Improved Coalition Relic so that you can choose a color for each counter removed
2012-09-13 10:17:40 +00:00
Chris
e7fb88ba8b - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-09-13 10:16:14 +00:00
moomarc
307ad67e8e - Fixed Coalition Relic 2012-09-13 07:56:51 +00:00
moomarc
f0c690fa6e - Fixed Trepanation Blade 2012-09-13 07:45:35 +00:00
Sloth
3548c3b3fb - Fixed cmc calculation of cards with multiple X in their costs. 2012-09-13 07:37:26 +00:00
Sloth
6f0b456e26 - Added Roar of Jukai. 2012-09-13 07:31:12 +00:00
Sloth
540abdbb60 - Added Entangler and Thoughtweft Trio. 2012-09-13 07:14:09 +00:00
moomarc
d50736efe9 - Some small checkstyle fixes 2012-09-13 07:12:14 +00:00
Sloth
5c78a102fc - Added Cenn's Tactician and High Ground. 2012-09-13 07:06:37 +00:00
Sloth
11d7aa1cee - Added Two-Headed Dragon. 2012-09-12 19:40:15 +00:00
Chris
adcc752a53 - Added a fluff piece to the changes.txt file. 2012-09-12 19:35:17 +00:00
Sloth
5702976b83 - Added Echo Circlet and Vanguard's Shield. 2012-09-12 19:34:02 +00:00
Sloth
4736f4e23c - Added support for Kicker on Instant/Sorceries.
- Added Blood Tribute.
2012-09-12 19:21:12 +00:00
Sloth
5f74746eb6 - Added Ironfist Crusher and Valor Made Real. 2012-09-12 18:18:56 +00:00
Sloth
b497cbe299 - Added Foriysian Interceptor and Selesnya Sagittars. 2012-09-12 18:13:36 +00:00
Sloth
a9eac3f50c - The AI will now make use of the keywords "CARDNAME can block any number of creatures." and "CARDNAME can block an additional creature." when blocking.
- Added Palace Guard.
2012-09-12 18:07:49 +00:00
Hellfish
7dcd856b9a *Fixed Hydras and friends. (X-costed spells in general?)
*Fixed exception handling in etbCounter and calculateAmounnt.
2012-09-12 17:43:28 +00:00
Sloth
6bdeea33ee - Added missing java file. 2012-09-12 16:17:39 +00:00
Sloth
8969b8d067 - Improved AI blocking creatures with "CARDNAME can't be blocked except by two or more creatures.". 2012-09-12 14:45:20 +00:00
RumbleBBU
f7f56e817a Minor cleanup of GauntletMini.java 2012-09-12 14:04:03 +00:00
RumbleBBU
509e3c3290 In gauntlet mode, Restart button now restarts the current round (not the whole tournament) + general improvements to GauntletWinLose.java 2012-09-12 13:51:35 +00:00
moomarc
9a3dcc11b2 - Moved Vraska to RtR new cards in CHANGES.txt. Also added a few cards that were missing from newly added cards. 2012-09-12 13:05:51 +00:00
Sloth
05304054a7 - Added Return costs to payCostDuringAbilityResolve.
- RtR: Added Faerie Imposter.
2012-09-12 12:46:09 +00:00
Sloth
a66a692f4f - Added some checks for the new keywords "CARDNAME can block any number of creatures." and "CARDNAME can block an additional creature." to AI attack code. 2012-09-12 12:31:17 +00:00
RumbleBBU
ea9fbc1451 Added support for separate 'fantasy blocks' in Sealed Deck games, plus a definition file containing some sample fantasy blocks. 2012-09-12 12:12:00 +00:00
Chris
2aaae80cd7 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-09-12 10:37:20 +00:00
moomarc
5d5ac924de - Added Vraska to Planeswalker types 2012-09-12 10:01:11 +00:00
moomarc
58d32a2db0 - Fixed Rimescale Dragon 2012-09-12 05:49:09 +00:00
Hellfish
99b04bfe0d *Converted etbCounter keyword to act like ETBReplacement.
(Slight syntax change.)
*Improved SVar usage warning.
*Removed unused method GameActionUtil.specialConditionsMet()
2012-09-11 21:02:49 +00:00
Sloth
02d754fe82 - Fixed cmc in hasProperty not treating X spells on the stack correctly. 2012-09-11 18:10:15 +00:00
moomarc
717ff7c90a - Added duration "UntilYourNextTurn" to Animate AF 2012-09-11 17:48:52 +00:00
Sloth
ce5d32e404 - Added support for multiple Kicker abilities to permanents.
- Added Sunscape Battlemage.
2012-09-11 16:08:38 +00:00
Hellfish
bda76df750 *Made Phyrexian Metamorph's clone etb effect optional 2012-09-11 15:51:04 +00:00
RumbleBBU
246e753194 Fix for the ViewWinLose / Sealed Deck. 2012-09-11 15:43:46 +00:00
RumbleBBU
a492cbe985 Sealed Deck mini tournaments, stage 1 (no sideboarding yet). 2012-09-11 15:15:09 +00:00
moomarc
016953c2a0 - fix for sorceries and instants with pumped "May be Played" keyword not clearing these keywords when they're cast. 2012-09-11 14:37:13 +00:00
moomarc
887262f22b - SetInfo and Oracle for Nivix, Aerie of the Firemind 2012-09-11 14:14:22 +00:00