Commit graph

13807 commits

Author SHA1 Message Date
Blinke
81fa9a518e Revert "Added Field of Dreams"
This reverts commit 7c135b47e9.
2015-12-02 17:24:56 +01:00
Blinke
7c135b47e9 Added Field of Dreams 2015-12-02 17:09:42 +01:00
LevelX2
eb1c738b37 * Moved some logic in a framework class. Fixed some problems of Whirlpool creatures. 2015-12-02 16:55:09 +01:00
fireshoes
82d9d12276 [OGW] Added Alyi, Eternal Pilgrim 2015-12-01 23:38:33 -06:00
fireshoes
af09e4afe6 Merge origin/master 2015-12-01 20:20:14 -06:00
fireshoes
d0d9731da2 Added promo sets Arena League, Super Series, APAC Lands, Euro Lands, Commander's Arsenal, Champs, and Ugin's Fate. Added some Media Insert, Judge Promo, and FNM promos.Fixed a few collector numbers to match magiccards.info. 2015-12-01 20:19:28 -06:00
LevelX2
87fc4d53dc Fixed Framework pom - removed fixed src folder. Minor fixes to ManaTest. 2015-12-01 22:43:56 +01:00
LevelX2
595a55b7c5 Revert "Fixed package declarations for moved Mage package."
This reverts commit 06199eeca3.
2015-12-01 22:33:59 +01:00
poixen
db2af7000e Merge pull request #1399 from poixen/counters
Added unit tests and javadoc for Counter class.
2015-12-01 20:04:15 +01:00
emerald000
7abfc7d025 File that wanted to feel special and not be part of last commit. 2015-12-01 06:16:00 -05:00
emerald000
06199eeca3 Fixed package declarations for moved Mage package. 2015-12-01 06:07:01 -05:00
emerald000
cd38f6f11c Added Nivix, Aerie of the Firemind and Traveler's Cloak. 2015-12-01 05:30:13 -05:00
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