Sloth
a40670d9de
- Added the option "RemoveTypes" to AF Animate to remove one special type.
...
- Added Arcum's Weathervane.
2011-09-04 10:32:01 +00:00
Sloth
91ded360f5
- Added Oracle text to some cards.
...
- Updated two DiscardMe SVars.
2011-09-04 10:23:01 +00:00
Sloth
b6581dba64
- Added the option "RemoveType" to continuous static abilities to remove one special type.
...
- Added Melting.
2011-09-04 10:14:19 +00:00
Sloth
e2c99a4218
- Fixed an incompatibility of getShortColorsString and ManaCost (the former translating Colorless to C which the latter doesn't take).
2011-09-04 09:42:55 +00:00
Sloth
7d15448012
- The restart match button is now always enabled.
2011-09-04 09:00:07 +00:00
Sloth
26808aef66
- Disabled Sideboard parsing of deck files (because it currently chokes on the quest files).
2011-09-04 07:53:52 +00:00
ArsenalNut
dcf51e08d3
added Fickle Efreet
2011-09-04 04:48:19 +00:00
Maxmtg
a46486c0ad
reverting sources to revision 10193
...
changes from r10200 were kept (not reverted)
2011-09-04 03:13:07 +00:00
Chris
658d93dfd1
- Fixed the typos for the cards: Nin, the Pain Artist; Vedalken Dismisser; Latulla, Keldon Overseer; Pearlspear Courier; Sorceress Queen; Khabal Ghoul; Skulking Ghost and Diligent Farmhand.
2011-09-04 02:48:40 +00:00
Doublestrike
8eefc0cee1
DeckManager updated to ignore tokens stored in Quest decks.
...
QuestUtil updated (poorly) for a quick fix on a couple of errors.
2011-09-04 01:30:34 +00:00
ArsenalNut
1bdcc46719
add a python script that parses the mtg-data.txt and produces card templates for card names entered at a prompt. It doesn't scrape magiccards.info for image data so that SetInfo lines are bogus.
2011-09-03 23:50:47 +00:00
ArsenalNut
4f1cca1294
added Deadshot and Falling Timber
2011-09-03 23:43:37 +00:00
ArsenalNut
f2f3f3bc63
Added Cone of Flame, Dwarven Landslide, Rushing River, Stand Together
2011-09-03 23:16:06 +00:00
ArsenalNut
2cb4b1223b
added "TargetUnique$ True" to Toils of Night and Day
2011-09-03 21:37:42 +00:00
ArsenalNut
df4f9a9512
fixed subability cost
2011-09-03 21:04:34 +00:00
Sol
3c0da0f4a7
Updating Oracle text for recently added cards
2011-09-03 15:36:34 +00:00
Sloth
4cabc4214c
- Added Schismotivate.
2011-09-03 14:17:43 +00:00
Sloth
29fc707f27
- Added Steal Strength.
2011-09-03 14:13:48 +00:00
Doublestrike
51c52609c3
Deck and DeckManager restored?
2011-09-03 12:13:39 +00:00
Hellfish
8310c076ab
*Better fix for the StackOverflow when donating stuff. You know, one that *doesn't* cause other GainControl abilities to spaz out.
2011-09-03 11:48:20 +00:00
Sloth
74fb60ec4d
- Fixed description of Coralhelm Commander.
2011-09-03 11:29:58 +00:00
Chris
1f5074732d
- Added the recent commit logs to changes.txt.
2011-09-03 11:29:19 +00:00
Doublestrike
847da2c114
Frantic changes to Deck and DeckManager to fix errors in r10194
2011-09-03 11:20:13 +00:00
Maxmtg
a5f708559c
fixed a couple of compile errors from 10194, yet could not handle them all
2011-09-03 10:57:13 +00:00
slapshot5
1111ea2566
fix SetInfo for Bloodfire Dwarf
2011-09-03 10:27:24 +00:00
Doublestrike
f83f87df5b
NOTE: A commit with errors was apparently pushed previous to mine. As a result, my work has been broken also, and will unfortunately take some time to fix. The functionality described below will eventually work.
...
=====
Big commit: Restructured Quest quests to use dck files. This required changes in many places. Among other things:
- Model and view separated for quest main panel items
- Quests and battles all generated from dck files
- dck files all updated to contain metadata, main, sideboard
- Quest dck files updated to contain [ai_extra_cards] and [human_extra_cards]
2011-09-03 10:08:03 +00:00
slapshot5
1786c3e655
Checkstyle fixes in some Input_* files
2011-09-03 09:37:39 +00:00
slapshot5
b8b4f58805
many Checkstyle fixes
2011-09-03 09:22:29 +00:00
slapshot5
dd31537034
Checkstyle fixes in GuiDisplayUtil.java
2011-09-03 08:24:53 +00:00
slapshot5
9db7d863f1
taking out some debug code from OldGuiNewGame.java
2011-09-03 07:59:07 +00:00
slapshot5
9aa620c68e
fix a bunch of Java warnings
2011-09-03 07:56:52 +00:00
slapshot5
aac44770c3
change some imports and types in GuiBoosterDraftTest.java and GuiQuestOptionsTest.java (I don't know if the fixes are correct, but it fixes a broken build...)
2011-09-03 07:52:34 +00:00
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