Commit Graph

10835 Commits

Author SHA1 Message Date
ArsenalNut
494f4868b4 Added Magma Burst, Added SetInfo to Consume Strength and Jilt 2011-09-03 05:33:17 +00:00
ArsenalNut
0e843531a5 added Consume Strength, Jilt, and Leeching Bite 2011-09-03 04:37:22 +00:00
ArsenalNut
14191bf45f moved Incremental Growth to correct folder
added Incremental Blight
2011-09-03 02:01:03 +00:00
ArsenalNut
3fcabe0574 added Incremental Growth 2011-09-02 22:56:48 +00:00
Maxmtg
adb3ae979b Moved some methods from QuestData to helper classes, the whole class rearranged
Moved shop-related things to QuestUtilCards.java (eg. number of shop boosters calculation)
CardShop now shows how many decks use the given card
Quest deck editor: press space to add card to your deck - that simple
CardPool no longer allows incorrect remove numbers
removed lots of senseless javadocs
2011-09-02 22:51:47 +00:00
Hellfish
90d5514aaa *Fixed StackOverflow when donating stuff. 2011-09-02 18:50:20 +00:00
Maxmtg
b548b3542d Deckeditors use a unified component for TableWithCards, sorting issues fixed 2011-09-02 17:57:24 +00:00
Chris
6e95de93ad - Moved the new JuzamjediCube.dck file into the /res/decks/ folder. 2011-09-02 16:45:01 +00:00
Chris
df62cbb1cf - Moved the file treasure_hunt.txt into the t folder and out of the cardsfolder. 2011-09-02 16:41:51 +00:00
Chris
b0d692132d - Added the LQ pic URL to Skullbriar, the Walking Grave. 2011-09-02 16:39:59 +00:00
Sloth
f47ffe043e - Fixed continuous static effects that only change colors not being applied. 2011-09-02 16:38:34 +00:00
Sol
e3e534df52 - Added support for TargetUnique for cards like Arc Trail, where subabilities can't target something any parent ability has targeted. 2011-09-02 15:40:39 +00:00
Sloth
f450c5687e - Added SVar:DiscardMe to some cards. 2011-09-02 13:40:12 +00:00
Chris
9da6e01662 - Added the recent commit logs to changes.txt. 2011-09-02 11:18:53 +00:00
Maxmtg
97802645df removed rarity from Card, use CardPrinted instead
Predicate: stylechanges
acquiring legacy booster longer throws
2011-09-02 10:53:06 +00:00
Maxmtg
f255d38e24 removed save of unpacked quest data 2011-09-02 09:41:10 +00:00
Maxmtg
67cf33d550 added support for older format of quest saves (a method for deserialization of CardPool)
since color names are lowercases, I used constants from forge for their names.
2011-09-02 09:34:31 +00:00
Sloth
030998fe18 - Fixed EtB triggers. 2011-09-02 09:28:29 +00:00
Maxmtg
3d4032c5fa sorting order for colors is: W U B R G multi colorless, as they are numbered in a set 2011-09-02 08:51:20 +00:00
Maxmtg
b202a35967 cardpool won't add 0 or negative number or any card 2011-09-02 08:38:44 +00:00
Sloth
daacb0427c - Fixed a possible NPE in getPumpCreatures (AF Pump). 2011-09-02 08:14:37 +00:00
Sloth
981cd06414 - Little fix for Blowfly Infestation. 2011-09-02 06:44:25 +00:00
Sloth
ef08aa76b1 - Added Blowfly Infestation by Iran. 2011-09-02 06:42:48 +00:00
slapshot5
16878c9a6d revert a couple checkstyle fixes. 2011-09-02 06:23:17 +00:00
slapshot5
0eb9b4194b several Checkstyle fixes 2011-09-02 06:16:51 +00:00
slapshot5
d7453206de Checkstyle and Java warnings cleanup in ReadDraftBoosterPack.java 2011-09-02 06:00:20 +00:00
slapshot5
e24da28385 Checkstyle fixes in several files 2011-09-02 05:57:44 +00:00
ArsenalNut
24277f161c added Colfenor's Urn 2011-09-02 04:46:38 +00:00
ArsenalNut
4987b31e31 Modified handling of CheckSVar in Trigger.java to be consistent with the other abilities.
Moved handling of Remembered and Imprint list in calculateAmount outside of the ability if statement
2011-09-02 04:45:04 +00:00
ArsenalNut
1e62deb271 Fixed Amber Prison not initially tapping targeted permanent 2011-09-02 04:39:56 +00:00
slapshot5
38bcccccb2 delete Mystic Compass until AF_Animate can handle it removing abilities 2011-09-02 04:30:24 +00:00
slapshot5
dbd7b4eb64 clean up a bunch of Java warnings 2011-09-02 04:13:42 +00:00
slapshot5
83a338fc2e Checkstyle fixes in a few random files. 2011-09-02 03:32:55 +00:00
slapshot5
2a5e4754b0 Checkstyle fixes in GuiInput.java 2011-09-02 03:24:34 +00:00
slapshot5
656bc43c00 Checkstyle fixes in a couple GUI files 2011-09-02 03:15:18 +00:00
Maxmtg
16be5d01e5 fix manacost.toString typo
questData - XML serialization for CardPool
2011-09-01 23:57:02 +00:00
Maxmtg
d3233cfa1c rolling back ping to DraftAI (removed ocasionally @10146) 2011-09-01 22:16:24 +00:00
Maxmtg
41970e996c tableModel now remembers up to 3 sortings. (like by name, set and then color) and remembers them
boosterDraft window should not be maximized on start
totally removed progressbar from deckeditor
mana comparison: R/P is now a bit greater than R
2011-09-01 22:10:52 +00:00
Sloth
419c339a6d - Updated some SVars. 2011-09-01 20:45:21 +00:00
Sloth
8ec2b467a6 - Added 2011-09-01 19:30:31 +00:00
Maxmtg
01e2d81cc8 sorry, lost one method during merge - fixing now 2011-09-01 18:18:33 +00:00
Maxmtg
54c1b987d2 All deckeditors, decks, boosterdraft, quest switched to lightweight cardPrinted objects, have fun :)
Features dropped: glassPane on deckeditors, separate filter window in deckeditors.
2011-09-01 18:11:00 +00:00
jendave
787b5059b5 ignore .DS_STore for Git-SVN 2011-09-01 17:25:40 +00:00
jendave
ecaacb73f6 update deploy plugin 2011-09-01 17:19:39 +00:00
Sloth
d3460d9d88 - Added GameEntity class as parent of Card and Player class. 2011-09-01 15:15:12 +00:00
Sloth
d1a5e97692 - Added some more variables to LastKnownInformation. 2011-09-01 14:12:55 +00:00
Sloth
7a6475b6b1 - Added Treasure Hunt. 2011-09-01 13:42:21 +00:00
Sloth
7ed642bf20 - Expanded and changed digUntilStackDescription.
- Added Sacred Guide.
2011-09-01 12:27:22 +00:00
Sloth
4ea9d2b4c7 - Added Baneful Omen. 2011-09-01 12:00:46 +00:00
Doublestrike
6b8686bb04 Renamed "getOpponents()" to "generateBattles()" in QuestBattleManager and QuestBattle.
Note: AllZoneUtil already has a method called getOpponents.

Updated references.
2011-09-01 11:37:02 +00:00