Commit Graph

10379 Commits

Author SHA1 Message Date
Maxmtg
150a4dc136 Added Innistrad into sets list so that people would be able to develop cards for it 2011-09-04 16:57:49 +00:00
Maxmtg
79e3081e98 SetInfoUtil cleaned out for unused code, init moved to static{} block, dependencies updated
limited game code moved to a matching package
deckeditor for drafting now lets pick a card by hitting space.
2011-09-04 15:48:59 +00:00
Maxmtg
5382bb7587 The choice window makes its list focused then it gains focus itself. So you can just press up/down and ENTER or ESC to choose without touching mouse 2011-09-04 15:43:00 +00:00
Sloth
936fae779e - Little AI fix in AF Attach Curse.
- Added Screams from Within.
2011-09-04 15:03:39 +00:00
ArsenalNut
78468572d0 fixed calculateAmount so Remembered and Imprint work when ability != null 2011-09-04 14:51:24 +00:00
slapshot5
35ab02ae9b some Checkstyle fixes in AF_ChangeZone 2011-09-04 14:43:05 +00:00
Maxmtg
c3db613e86 Code for reading a deck refactored. 2011-09-04 12:06:49 +00:00
Maxmtg
96556ebfa0 Now 'new' is present in quest deckbuider too. 2011-09-04 11:49:14 +00:00
Sloth
5428c2a8f5 - Little fix for the prompt of the reveal cost. 2011-09-04 11:40:28 +00:00
Maxmtg
263be6f3d1 "New" column added to Quest shop interface. 2011-09-04 11:13:03 +00:00
Sloth
b8412d4648 - The AI will no longer try to use mana abilities which have a mana cost (it will miscalculate). 2011-09-04 11:02:59 +00:00
Chris
f68025f340 - Added the recent commit logs to changes.txt. 2011-09-04 10:58:16 +00:00
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