Commit Graph

36 Commits (master)

Author SHA1 Message Date
Leandro Doctors 2733516cb9 Organize imports 2020-01-16 08:21:24 +08:00
ShawnieBoy 50610040c0 include Nyx frames 2018-08-09 13:11:36 +01:00
ShawnieBoy bb958b5f7f include artifact and multicolor nyx frames 2018-01-21 14:02:49 +00:00
ShawnieBoy eeb672d5e4 add nyx token resources 2018-01-21 13:26:27 +00:00
ShawnieBoy 18ea755e18 add compass transform symbol for transforming lands 2018-01-21 13:10:22 +00:00
melvinzhang 2292334575 move 'else if' to same line as closing brace 2017-09-27 11:56:46 +08:00
ShawnieBoy 82b750263e add Land Transform symbol for Ixalan lands 2017-09-26 19:07:29 +01:00
lodici 13630c0e6e remove unused fields in OracleText. 2017-06-19 12:39:46 +01:00
melvinzhang c7de473325 reduce size of cardbuilder image cache based on empirical testing 2017-02-10 20:48:53 +08:00
ShawnieBoy 573fd1eb76 remove unused methods from Resource Manager 2017-02-08 13:17:12 +00:00
melvinzhang cee6ec00a7 replace reference to static BufferedImages in ResourceManager with image cache, for #1073 2017-02-08 20:42:52 +08:00
melvinzhang 2e7f0f7ad8 add unused image cache to resource manager, for #1073 2017-02-08 20:42:52 +08:00
ShawnieBoy 7bb4a1f85b remove duplicate method 2017-01-29 14:37:32 +00:00
ShawnieBoy 2d7c39dcbf use iterator and enum groups for determining card types 2017-01-27 16:01:25 +00:00
ShawnieBoy 585d0b3e71 add character instead of string for stringbuilding 2017-01-27 16:00:41 +00:00
ShawnieBoy b3a6354e6d use alternate method for trimming transparency from oracle text 2017-01-27 15:59:18 +00:00
ShawnieBoy 22bf1c353d use correct color background for proxy token images 2017-01-27 05:27:21 +00:00
ShawnieBoy b6b428d2ab Use Set for MagicColr checking and compare basic land types against those colors.
Fixes #1045
2017-01-26 16:40:04 +00:00
lodici 9520f5e91f rename methods to use 'printed' when referring to card images that reflect original printed card. 2017-01-21 08:21:40 +00:00
ShawnieBoy b6d1bf6aca Enable display of cropped images from full-image files for ENG cards #1037 2017-01-16 22:13:52 +00:00
melvinzhang be3b511e3c convert oracle to lower case once, wrap long expression 2016-10-28 10:36:30 +08:00
ShawnieBoy 9d93d6e171 add Locale to Search-lands in Frame 2016-10-27 12:32:26 +01:00
ShawnieBoy fd6468c8fb remove double parenthesis in ImageFrame 2016-10-27 12:31:23 +01:00
ShawnieBoy 7f6daca4f2 remove duplicate entries from ResourceManager 2016-10-27 12:30:44 +01:00
melvinzhang ed02b99589 specify Locale.ENGLISH when comparing against hardcoded strings or doing lookup 2016-10-27 10:04:39 +08:00
lodici c95fd5d53b Update CardBuilder to use MagicFont. 2016-10-10 12:09:03 +01:00
lodici 8602d5dd26 rename GraphicsUtils to ImageHelper and relocate to helpers package. 2016-10-07 10:34:24 +01:00
ShawnieBoy 4cc156f75e enable images for token permanents 2016-10-06 16:53:28 +01:00
ShawnieBoy 5cb834f890 add Token Image masks to ResourceManager 2016-10-06 16:50:30 +01:00
ShawnieBoy 696130bfdd use expression for TypeLine 2016-10-06 16:48:58 +01:00
lodici 79ae406b44 relocate IRenderableCard into magic.model. 2016-10-06 12:26:58 +01:00
melvinzhang be58fc13c1 replace use of data.MagicIcon in IRenderableCard with model.MagicCostManaType 2016-10-06 19:00:24 +08:00
melvinzhang 60976579b8 merge getPermanentImage(MagicPermanent permanent) and getCardImage(MagicCardDefinition cdef) into getCardImage(IRenderableCard face) 2016-10-06 14:12:38 +08:00
melvinzhang 86bb0786fa add getSubTypeText to MagicPermanent, restore original default implementation of getSubTypeText 2016-10-06 08:54:42 +08:00
ShawnieBoy 016ac47612 allow IRenderable card to take a permanent's current subtypes 2016-10-05 17:58:00 +01:00
lodici b55da6a394 create 'magic.cardDefinition*' and relocate classes. 2016-10-05 13:53:20 +01:00