foul-magics/Mage/src/main/java/mage/cards
Mark Langen 577bdaea84 Fixes and additions to card rendering
* Vehicles are rendered with a vehicle background and changed P/T box color
* Kaladesh Inventions are rendered with the invention frame
* Kaladesh Inventions use the full-frame art if they detect that you have that full art downloaded instead of normal card images.
* Changed land text-box colors to be a bit more saturated to make it clearer what colors they produce
* Added mana symbol in the textbox of basic lands instead of rules text as long as they have no additional abilities.
* Fixed problem with triggered abilities on the stack showing up with a type of "??? Ability". Not sure what the real cause is but those abilities have abilityType = null, just worked around it.
2016-09-14 19:37:12 -06:00
..
basiclands Working Card Rendering 2016-08-31 04:43:28 -06:00
decks replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
mock Added frameStyle Characteristic for cards 2016-09-06 21:50:04 -06:00
repository Fixes and additions to card rendering 2016-09-14 19:37:12 -06:00
Card.java Clean up the deprecated moveCards methods in Player 2016-09-03 20:04:12 -04:00
CardImpl.java Merge remote-tracking branch 'magefree/master' 2016-09-07 23:31:38 -04:00
Cards.java Restructured Mage module 2015-11-29 21:56:49 +01:00
CardsImpl.java * Fixed a bug that prevented moving tokens to other zones in some cases. 2016-09-14 20:51:03 +02:00
ExpansionSet.java refactor : removed all instances of new Random() and replaced with RandomUtil for a ThreadLocal randomizer 2016-09-05 15:03:47 +02:00
FrameStyle.java Fixes and additions to card rendering 2016-09-14 19:37:12 -06:00
LevelerCard.java Restructured Mage module 2015-11-29 21:56:49 +01:00
MeldCard.java Add Event to the signature of updateZoneChangeCounter. 2016-09-10 17:45:26 -04:00
Sets.java refactor : removed all instances of new Random() and replaced with RandomUtil for a ThreadLocal randomizer 2016-09-05 15:03:47 +02:00
SplitCard.java - Converted CardImpl.cardNumber from int to String 2016-07-24 15:18:54 -03:00
SplitCardHalf.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SplitCardHalfImpl.java - Converted CardImpl.cardNumber from int to String 2016-07-24 15:18:54 -03:00