Chris
4e01128e21
- This fixes the problem where the card detail and card picture panels in the deck editor were pushed to far to the right. Decreased the minimum width for the jLabelAnalysisGap component and this should take care of this issue.
2011-10-26 13:35:14 +00:00
Hellfish
c19c2ca527
*Moved StaticAbilityStrings from Card to CardCharacteristics.
2011-10-26 11:48:08 +00:00
Sloth
2822e2bc48
- Fixed the mill function not using moveToGraveyard.
2011-10-26 09:33:16 +00:00
jendave
c7ec34a658
checkstyle
2011-10-26 09:16:29 +00:00
jendave
7836c89dbe
checkstyle
2011-10-26 08:44:16 +00:00
jendave
21cdab9414
checkstyle
2011-10-26 08:34:15 +00:00
jendave
b65aa3705c
checkstyle
2011-10-26 08:29:38 +00:00
Hellfish
e033d9045e
*Fixed how state triggers could go on the stack twice if they triggered within the same checkStateEffects "cycle". Fixes Garruk Relentless' Transform trigger.
...
*Fixed other cases of double triggering and some code duplication.
*Fixed Max's Cut&Paste Deck importer' interaction with alternate card faces.
2011-10-26 08:03:54 +00:00
jendave
8a6bde480f
checkstyle
2011-10-26 07:49:44 +00:00
Hellfish
5479c7fd75
*Removed Alternate faces from Quest reward pool.
2011-10-26 06:35:09 +00:00
jendave
0964454f97
checkstyle
2011-10-26 06:12:47 +00:00
jendave
ad8b0665c9
checkstyle
2011-10-25 22:42:59 +00:00
Hellfish
cf15e2aa17
*Commented out Change/Remove picture buttons from the CardPanel, hopefully fixes the Quest Deck Editor.
2011-10-25 20:06:59 +00:00
jendave
cddfb559a1
checkstyle
2011-10-25 19:50:36 +00:00
jendave
86517de8d5
checkstyle
2011-10-25 19:05:51 +00:00
Hellfish
2585cfb632
*Fixed Flip/Transform button not disappearing in deck edit when selecting non-flip/transform card after selecting flip/transform card.
2011-10-25 17:27:47 +00:00
jendave
2a8882b57d
checkstyle
2011-10-25 17:08:39 +00:00
jendave
06509c266d
checkstyle
2011-10-25 15:51:34 +00:00
jendave
c46a032795
checkstyle
2011-10-25 15:44:22 +00:00
jendave
5f3b16f4d0
checkstyle
2011-10-25 15:41:36 +00:00
Hellfish
d9b15e6e67
*The big Multistate commit.
...
-Alternate states can be viewed in all deckeditors.
-Alternate states are downloaded by Download Set Card LQ Pictures automatically.
-Multistate cards act correctly outside the battlefield.
-SHOULD interact correctly with Clone / AF_CopyPermanent.
-Innistrad booster pack composition is correct (9 Commons,3 Uncommons, 1 Rare/Mythic, 1 Doublefaced of any rarity)
-oracleScript.py and setInfoScript.py are not working entirely correct for multistate cards, though the output is easily tweaked.
*Added
Bushi Tenderfoot / Kenzo the Hardhearted
Cloistered Youth / Unholy Fiend
Daybreak Ranger / Nightfall Predator
Garruk Relentless / Garruk, the Veil-Cursed
Gatstaf Shepherd / Gatstaf Howler
Moonmist
Screeching Bat / Stalking Vampire
Thraben Sentry / Thraben Militia
2011-10-25 15:17:34 +00:00
Sloth
c6978d0774
- Added the keywords "If a card would be put into an opponent's graveyard from anywhere, exile it instead." and "If a card would be put into your graveyard from anywhere, exile it instead.".
...
- Converted Leyline of the Void to script.
2011-10-25 09:26:56 +00:00
jendave
16bf6d6990
checkstyle
2011-10-25 09:14:52 +00:00
Sloth
972acc9f41
- Converted one ability of Oracle of Mul Daya to script.
2011-10-25 08:44:57 +00:00
jendave
88c63fa938
checkstyle
2011-10-25 08:11:28 +00:00
jendave
0e6cde07f6
checkstyle fixes
2011-10-25 08:04:19 +00:00
Sloth
70b4e74614
- Fixed reversed logic of "Your opponents can't win the game." and "You can't win the game.".
2011-10-25 07:05:03 +00:00
Sloth
a3bc6f009a
- Fixed a possible NPE if the activator for a cost is not set.
2011-10-25 05:28:31 +00:00
slapshot5
a65508754d
In-game downloading Part 7 (and final):
...
1) refactor Gui_DownloadPictures_LQ
2) refactor Gui_DownloadSetPictures_LQ
3) remove the [T] before file names in tokens download file
2011-10-25 05:27:22 +00:00
Sloth
27b96a3430
- Added Sol's "May be played" keyword implementation for non-land cards.
...
- Added Garruk's Horde.
2011-10-24 07:32:49 +00:00
slapshot5
e88d5d495b
In-game downloading Part 6:
...
1) add Quest pet token image downloading to GuiDownloadQuestImages
(still a work in progress)
2011-10-24 05:26:46 +00:00
slapshot5
f9868f6c38
missed this file in Part 5 check-in
2011-10-24 04:51:05 +00:00
slapshot5
e87f7b8ae8
In-game downloading Part 5:
...
1) add Pet Shop icons to Quest Images Download
(still work-in-progress)
2011-10-24 04:50:37 +00:00
slapshot5
d1ccee92ce
In-Game downloading part 4:
...
1) add Booster pack image downloading into the quest downloads
2) begin refactor (The only real necessary difference in the downloaders is the getNeededCards(). The rest of the code was duplicate.)
(Still work-in-progress)
2011-10-24 03:54:52 +00:00
Sol
6ec0d8839b
- Some Checkstyle fixes in SA_Restriction
2011-10-24 02:59:35 +00:00
Sol
c69a27e345
Adding some comments for future RemoveCounter expansion
2011-10-24 02:49:22 +00:00
Rob Cashwalker
66975a7f22
Class to encapsulate Card Ratings and handle communication with cardforge.org database.
2011-10-24 02:37:57 +00:00
Sol
37ca3553c2
- Fix bug in AF_Attach
2011-10-24 02:00:03 +00:00
Sol
7fe600c265
- Fix for Trigger Wrapper incorrectly prompting for Unless Cost twice.
2011-10-23 20:51:14 +00:00
slapshot5
a896e55deb
In-Game downloading Part 3:
...
1) add downloading of Quest Opponent Icons
2) add this menu option to the Old GUI
(Note: This is still work in progress with refactoring coming)
2011-10-23 17:18:11 +00:00
jendave
b6aa07b02f
Checkstyle updates
2011-10-23 07:15:37 +00:00
jendave
bf66922158
Proxies will be sorted alphabetically
2011-10-23 07:09:41 +00:00
jendave
1b3445f325
Fix proxy generator cardlist
2011-10-23 06:57:37 +00:00
Sloth
cee57b79fa
- Improved the AI of the type changing auras.
2011-10-22 15:18:21 +00:00
Sloth
f797c7c2e3
- Converted Spreading Seas and friends to script.
2011-10-22 14:42:46 +00:00
slapshot5
85cbb5317e
In-Game downloading Part 2:
...
1) Download Set Pictures will now download token images also
2) removed the old card-pictures-tokens.txt file
2011-10-22 12:51:30 +00:00
Sloth
fbc4b3406c
- Fixed "BecomesTarget" triggering twice.
2011-10-22 10:57:32 +00:00
Sloth
6afde705d6
- Removed the unused functions getTopCard, getNumberOfMostProminentCreatureType and countBasicLandTypes.
2011-10-22 08:53:05 +00:00
jendave
0b2267a102
Proxy generator creates cardlist. Still needs work.
2011-10-22 07:43:30 +00:00
jendave
ef0a1e43b6
Version display cleanup
2011-10-22 07:25:43 +00:00