Commit graph

13995 commits

Author SHA1 Message Date
fireshoes
375d307746 Added Coalition Victory, Zirilan of the Claw, and Imperial Hellkite. Fixed Helm of Kaldra condition to also check for Sword of Kaldra. 2015-11-30 19:55:45 -06:00
poixen
ad0fb6b7eb Added unit tests and javadoc for Counter class. 2015-11-30 21:44:57 +01:00
fireshoes
afc523b7c7 Added several coin flip cards and a few others. Fixed Spike Drone's number of counters ETB. 2015-11-30 02:25:04 -06:00
poixen
0da3fa6e31 Merge pull request #1398 from poixen/manaDir
Restructured Mage module
2015-11-29 21:59:20 +01:00
poixen
46eb6c0525 Restructured Mage module 2015-11-29 21:56:49 +01:00
LevelX2
a427a8eaf9 Merge pull request #1397 from andyfries/master
Implemented Sunscour
2015-11-29 21:51:14 +01:00
poixen
727d62babb Merge pull request #1396 from poixen/removestaticmana
Removed mutable public static mana
2015-11-29 21:17:35 +01:00
Andy Fries
59733e38bf Merge remote-tracking branch 'upstream/master' 2015-11-29 11:20:45 -08:00
Andy Fries
d4591f8e08 implemented Sunscour 2015-11-29 11:15:13 -08:00
poixen
409e66a2e9 Removed mutable public static mana 2015-11-29 20:12:39 +01:00
LevelX2
044c30b638 * Main lobby - Separated user talk from system messages by using two tabs in chat area to switch. 2015-11-29 20:01:40 +01:00
LevelX2
3a7983a0d0 * Main lobby - Separated user talk from system messages by using two tabs in chat area to switch. 2015-11-29 20:01:31 +01:00
Neil Gentleman
e678577720 run Mage.Tests with a fresh card db
currently tests are failing in Jenkins
2015-11-28 21:35:07 -08:00
Neil Gentleman
07838a2abc fix Courier's Capsule
missing tap cost on ability
2015-11-28 21:11:58 -08:00
Neil Gentleman
ef66c58570 fix Clutch of the Undercity
targets permanents, not creatures
2015-11-28 21:11:58 -08:00
Neil Gentleman
3b4af2243c fix Clockwork Gnomes
was missing activated ability
2015-11-28 21:11:58 -08:00
Neil Gentleman
bdbded367e fix Bogardan Firefiend
can only target creatures
2015-11-28 21:11:58 -08:00
Neil Gentleman
b17ad42096 fix Blistergrub
was missing swampwalk
2015-11-28 21:11:57 -08:00
Neil Gentleman
ccc020dc94 fix Blockbuster
ability was missing sacrifice cost
2015-11-28 21:11:57 -08:00
Neil Gentleman
d857a2393f fix Bloodcrazed Hoplite
should only be able to remove counters from opponent's creatures
2015-11-28 21:11:57 -08:00
Neil Gentleman
7996d02b1a add Accelerated Mutation, Torrent of Fire, et al.
using new HighestConvertedManaCostValue
2015-11-28 21:11:56 -08:00
Neil Gentleman
bfb428b13a always use log4j
removed all references to mage.util.Logging, java.util.logging

transient static doesn't mean anything, since static fields are never
included in serialization
2015-11-28 21:11:25 -08:00
Quercitron
28a087812a Add comments to Turntimber Basilisk test 2015-11-29 00:31:38 +03:00
Quercitron
b9add2e041 * Turntimber Basilisk - Fix a bug when a creature that must be blocked is not attacking 2015-11-29 00:19:21 +03:00
LevelX2
d94a2712ba * Fixed a bug that a dies ability did still trigger as the stack was not cleared meanwhile. 2015-11-28 12:52:13 +01:00
LevelX2
732d0f86a1 * Coldsteel Heart - Fixed tooltip rule text. 2015-11-28 12:17:24 +01:00
LevelX2
b131e7914c Merge origin/master 2015-11-28 12:15:32 +01:00
LevelX2
b25e35920e * AI Player - Fixed that the AI took mulligan in Mormir format. 2015-11-28 12:14:58 +01:00
poixen
3753cec02d Merge pull request #1392 from poixen/mana
Final mana cleanup
2015-11-28 11:59:11 +01:00
poixen
b22036c041 added javadoc and final modifiers 2015-11-28 11:57:46 +01:00
LevelX2
c008b04965 * AI Player - Fixed that the AI for soem card effects could choose itself for choose opponent choice. 2015-11-28 11:23:08 +01:00
LevelX2
9324853c8d * Scrambleverse - Fixed that only players in range can get control of the permanets and added missing untap action. 2015-11-28 09:51:59 +01:00
LevelX2
0a39b0568d * Fixed that the selected avatar was not shown as avatar in the game (fixes #1365). 2015-11-28 09:38:28 +01:00
LevelX2
cb4f996bce * Fixed a problem were Menace restriction could be bypassed by using Undo Block action. 2015-11-27 20:23:04 +01:00
LevelX2
121e55f1d7 * Fixed a problem with calculation of playable lands. 2015-11-27 20:21:48 +01:00
LevelX2
5a2febc385 * Dromoka's Command - Fixed that the first mode could target Dromoka's Command itself. 2015-11-27 16:31:46 +01:00
LevelX2
f23756c20b * Fixed that DiesThisOrAnotherCreatureTriggeredAbility did not work if the source died itself (e.g. Omnath, Locus of Rage). 2015-11-27 12:27:46 +01:00
Quercitron
a71e94fabc Add Glacial Crevasses, Sunstone cards 2015-11-27 03:29:04 +03:00
LevelX2
123afcb44c * Some minor tooltip rule text fixes. 2015-11-26 22:57:42 +01:00
LevelX2
0b832c9b11 * Fixed a bug of cost reduction calculation. 2015-11-26 22:56:42 +01:00
LevelX2
a8f855608e Merge origin/master 2015-11-26 17:07:43 +01:00
LevelX2
eb6a5e7dcb * Some rework of play card effects. 2015-11-26 17:06:50 +01:00
LevelX2
3a3aa17552 Merge pull request #1390 from LoneFox78/master
Random cards
2015-11-26 14:44:05 +01:00
LoneFox
05e77898fd Implement cards: Boneknitter, Embalmed Brawler, Putrid Raptor, and Zombie Brute 2015-11-26 14:44:15 +02:00
LoneFox
60579bfc79 Implement cards: Battlewise Aven, Icatian Lieutenant, Silkenfist Fighter, and Silkenfist Order 2015-11-26 12:51:57 +02:00
LoneFox
33731ce90c Fix Sadistic Glee, Soul Tithe, and Tormentor's Trident.
These cards were incorrectly granting an ability to the creature they are attached to.
2015-11-26 12:11:34 +02:00
LoneFox
3f98fe69c8 Use LookAtTargetPlayerHandEffect instead of RevealHandTargetEffect for Wanderguard Sentry 2015-11-26 12:01:03 +02:00
LevelX2
780702be1b * Fixed some problems with replaced play land special action. 2015-11-26 10:48:40 +01:00
LoneFox
e3f2d64585 Implement cards: Deja Vu, Pursuit of Knowledge, Shifting Wall, and Touch of Brilliance 2015-11-26 11:45:04 +02:00
emerald000
a2bfc2eae4 Added Dragon Breath. 2015-11-25 21:46:44 -05:00