foul-magics/Mage/src/main/java/mage
Mark Langen 2b08d5a101 As Foretold Implemented
* Final change to card casting code to support as foretold. Removed all of the "Can't cast cards with no mana cost" code from the earlier parts of the casting process and simplified it to just the PlayerImpl::canPlay check and one final check in the main AbilityImpl::activate code after alternative costs have been chosen.
2017-04-10 17:00:27 -06:00
..
abilities As Foretold Implemented 2017-04-10 17:00:27 -06:00
actions * Fixed a problem with replacement effects that add counters were applied more than once to the same EnteresTheBattlefield event (fixes #2872). 2017-04-01 17:43:17 +02:00
cards - Removed unneeded import. 2017-04-05 09:01:14 -05:00
choices Refactoring 2016-12-29 15:38:22 +03:00
constants Addressed Feedback and added cards 2017-04-04 17:07:59 -06:00
counters rewrote some streams and optionals 2017-04-01 22:45:40 +02:00
designations [AKH] Added 3/27 spoilers to mtg-cards-data.txt. Implemented several of the new cards. 2017-03-28 22:25:29 -05:00
filter extracted duplicate AttachmentAttachedToCardTypePredicate 2017-04-05 19:10:43 +02:00
game [AKH] Liliana, Death's Majesty 2017-04-08 23:25:43 -07:00
players Work in progress changes to support As Foretold 2017-04-10 16:13:42 -06:00
target rewrote some streams and optionals 2017-04-01 22:45:40 +02:00
util removed contains cardtype calls 2017-04-06 16:38:34 +02:00
watchers Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
ConditionalMana.java changed enum equals to ==, removed contains check for set 2017-03-07 21:47:11 +01:00
MageException.java
MageInt.java Bugfixes with != instead of equals and default toString calls 2017-02-15 19:52:20 +03:00
MageItem.java Functional interfaces should be annotated as functional interfaces 2017-02-15 19:23:12 +03:00
MageObject.java refactored IntCompareCondition 2017-04-05 19:10:45 +02:00
MageObjectImpl.java [AKH] Added 3/27 spoilers to mtg-cards-data.txt. Implemented several of the new cards. 2017-03-28 22:25:29 -05:00
MageObjectReference.java
Mana.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
ManaSymbol.java
ObjectColor.java Bugfixes with != instead of equals and default toString calls 2017-02-15 19:52:20 +03:00