Commit Graph

20211 Commits

Author SHA1 Message Date
Sloth
51b65433d4 - Added the medium quest deck Zatanna 2. 2013-02-25 21:23:12 +00:00
Maxmtg
336b35ae24 moved a lot of AI-used methods from CardFactoryUtil to ComputerUtilCard.java
switched Encode to getSingleCardForEffect
2013-02-25 21:00:06 +00:00
Sloth
8c5f8f16e2 - Added AI support for Realmwright. 2013-02-25 20:26:00 +00:00
Maxmtg
ebd38fd02a removing more player type checks from discard 2013-02-25 20:19:36 +00:00
Maxmtg
5147a891c9 mass-removal of deprecated lines 'Text:no text' and 'End' from card scripts 2013-02-25 19:00:08 +00:00
Chris
15f24d7f75 - Added new card names to changes.txt. 2013-02-25 13:08:04 +00:00
swordshine
fbddd50a25 - Added Fiery Bombardment and Phosphorescent Feast 2013-02-25 11:30:28 +00:00
swordshine
49c438c963 - Added Light from Within 2013-02-25 10:56:45 +00:00
Sloth
37368c7fd5 - Updated some AI SVars. 2013-02-25 09:47:40 +00:00
moomarc
e72df8d9b8 - Added Vodalian Mystic 2013-02-25 08:33:00 +00:00
Maxmtg
d36cebcd4e minifying calls to isPlayer/isComputer: bond (done), discard (wip) 2013-02-25 07:30:29 +00:00
moomarc
8cd8431336 - Added Ersatz Gnomes 2013-02-25 06:44:08 +00:00
moomarc
0df50ec25d - Added Blind Seer 2013-02-25 06:19:00 +00:00
myk
460c1527e1 add duels from nearby difficulties if a duel at the requested difficulty cannot be found 2013-02-25 06:12:27 +00:00
swordshine
13a04840f0 - Added Eight-and-a-Half-Tails and Pious Kitsune 2013-02-25 05:17:58 +00:00
Sol
1378858245 - PerSetTracking.py now outputs oracle text into the set stat files for those of us trying to boost particular sets 2013-02-25 03:34:03 +00:00
Sol
7d80bce8a4 - Adding 5 more laces 2013-02-25 02:53:17 +00:00
swordshine
294a302d20 - Added 5 cards 2013-02-25 00:30:56 +00:00
Sloth
0b92d9e12f - Fixed some Auras not triggering because of their TriggerZones. 2013-02-24 21:40:10 +00:00
Chris
cad05a27de - Remove the no longer maintained Detailed Changelog fro the changes.txt file. 2013-02-24 13:50:26 +00:00
Maxmtg
6e1b4e12f9 fixes backside picture assignment
flip card method simplified
2013-02-24 09:16:01 +00:00
Maxmtg
299e69826b Deckeditor-related classes operate with paper cards.
CDetail and CPicture convert paper cards to in-game card by themselves if possible & if needed
2013-02-24 08:49:52 +00:00
Maxmtg
2712ebeec0 redundant checks removed from CPicture.java
removed unused warning in card/cardfactory/CardFactorySorceries.java
2013-02-24 08:41:59 +00:00
Maxmtg
57ba7c597c CardUtils uses a more generalized interface somewhere
ImageCache exports methods to get image key
2013-02-24 08:32:23 +00:00
Maxmtg
962a3be929 removed Card parameter from CardPicturePanel ctor (there was passed null in 4 cases out of 5) 2013-02-24 08:26:29 +00:00
Maxmtg
4ba9901958 Flip button in CardDetailPanel no longer flips the card ingame 2013-02-24 08:17:57 +00:00
myk
372d293d7c only show details for selected card if the table has focus 2013-02-24 04:31:23 +00:00
Sol
d9da16954f - Added ChromaSource xCost (useful with Remembered and other list based calculate Amount). This should allow for most of the remaining Chroma cards to be scripted.
- Convert Sanity Grinding to script
2013-02-23 23:31:28 +00:00
Chris
502a28fe9b - Revert the fix made in 19849. 2013-02-23 20:42:00 +00:00
Chris
84f21473e4 - Lets center the Archenemy View components to see if people like it this way. 2013-02-23 18:54:53 +00:00
Chris
969f6e8eb5 - Added a fluff piece to the changes.txt file. 2013-02-23 17:25:12 +00:00
Sloth
449df2703e - Improved AI handling Dramatic Entrance with Legendary creatures. 2013-02-23 16:05:31 +00:00
Sloth
4e4182e8f6 - Added AI support for Cipher. 2013-02-23 15:53:03 +00:00
Chris
503dda8753 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2013-02-23 13:57:33 +00:00
Sloth
1e3c43af06 - Updated some AI SVars. 2013-02-23 12:10:09 +00:00
myk
2de05e3a7b add rarity information to card details panel set code label tooltip 2013-02-23 07:31:22 +00:00
myk
20d0b5122a ensure the card image gets refreshed when the panel is resized or a dual-sided card is flipped 2013-02-23 07:01:04 +00:00
Maxmtg
cb163eaeb4 Rarity is going to be displayed properly on any side of card, including clones 2013-02-23 06:59:49 +00:00
myk
7c2f17c78c - don't include pics folder items in distributable
- correct the template format for mktemp
2013-02-23 03:25:58 +00:00
myk
b5732d0194 ensure cards are bought in the correct quantity too 2013-02-23 01:05:18 +00:00
myk
aa948f99eb sell correct quantity of cards in the card shop 2013-02-22 23:41:15 +00:00
Maxmtg
ce2e848871 streamlined vanguard readings of life/hand modifiers 2013-02-22 23:25:26 +00:00
Maxmtg
d3f3a010cc bugfix in token creation for challenge 2013-02-22 22:59:32 +00:00
myk
4456b8c4d6 tie package preparation steps to different lifecycle phases in the pom to ensure plugin execution order is always correct 2013-02-22 22:59:29 +00:00
Maxmtg
c49bf52b8f * restores token images
Card: dropped imageName field (which was commonly mixed up with imageFileName)
Starting cards for quest and challenges no longer use functions (CardToken helps a lot)
Quest challenges code: Token parsing remake (to produce CardRules instance and wrap it into CardToken)
some utility functions were moved closer to usage points
2013-02-22 22:50:40 +00:00
Sol
d2361e87b8 - When cards move to a non-Battlefield zone, reset it to its base colors
- Added Deathlace
2013-02-22 22:37:08 +00:00
myk
5c839e4c8b add missing pom dependency 2013-02-22 22:26:44 +00:00
Sloth
d128c284a9 - Tokens can now enter the battlefield with counters on them. 2013-02-22 21:53:23 +00:00
myk
374e667654 clean up eclipse warnings in pom 2013-02-22 21:40:35 +00:00
Maxmtg
19134f1f99 This should fix quest token images (cannot test yet in a lack of pictures) 2013-02-22 21:22:38 +00:00