Commit Graph

10251 Commits

Author SHA1 Message Date
Maxmtg
ce5851ab5a Won't show errors if a card has no setinfo. 2011-09-05 15:38:07 +00:00
Sloth
9a038a53b6 - Added SVar:RemAIDeck:True to Brave the Elements. 2011-09-05 11:46:56 +00:00
Chris
738de02b15 - Added the recent commit logs to changes.txt. 2011-09-05 11:28:46 +00:00
Chris
54676e22ec - Ran oracle script. 2011-09-05 11:27:36 +00:00
Maxmtg
69152d07c3 Deck class no longer contains metadata - please create new classes for extra data you want stored along with the deck, incapsulate deck there if needed.
Accelerated Quest startup by removing N reads of N files (n=number of decks) that happened before displaying list of battles
Data specific for quest battle moved to QuestEvent
2011-09-05 10:47:08 +00:00
Maxmtg
2f62f07126 removed exception that turnd out not needed 2011-09-05 09:37:45 +00:00
ArsenalNut
0842c5aa4f changed Boldwyr Intimidator to use CantBlock instead of CantBeBlockedBy to be strictly correct 2011-09-05 04:49:29 +00:00
ArsenalNut
23064cc3d5 Added Shields of Velis Vel. Fixed Amoeboid Changeling and Blades of Velis Vel to animate to add AllCreatureTypes. 2011-09-05 04:23:15 +00:00
ArsenalNut
dd7a40974f added Boldwyr Intimidator 2011-09-05 03:38:14 +00:00
Sol
1d4b09fdf7 - Fix for cards like Shimmering Grotto being able to pay for itself. 2011-09-05 00:16:10 +00:00
slapshot5
afc4ea7478 Checkstyle fixes in GameActionUtil and GenerateConstructedDeck 2011-09-04 20:45:11 +00:00
Maxmtg
61ba486d8d Cards that were missing setInfo will be listed in a good errorviewer window. 2011-09-04 20:39:59 +00:00
Sloth
aefb076f23 - Generalized the xcount functions available in continuous static abilities (fixes Mwonvuli Ooze). 2011-09-04 20:29:34 +00:00
slapshot5
25b1fe6cf3 some Checkstyle in Gui_WinLose and GenerateThemeDeck 2011-09-04 19:58:21 +00:00
Sloth
a23045d76c - Fixed Pulsemage Advocate. 2011-09-04 19:22:20 +00:00
slapshot5
f4946fb5ff clean up some java warnings 2011-09-04 19:08:15 +00:00
slapshot5
1c50ed43c0 some fixes in Test classes to fix compile errors. 2011-09-04 19:05:48 +00:00
slapshot5
b9db01ec16 Checkstyle fixes in AF_ChangeZone 2011-09-04 19:05:12 +00:00
Sloth
460701d4f1 - Converted the Changeling keyword to a stat defining ability. 2011-09-04 18:42:10 +00:00
Maxmtg
3cf823cab9 Pulled all the deck loading errors together. 2011-09-04 17:56:53 +00:00
Maxmtg
b4d3894b35 fixing exception that happens when loading a deck with cards not found in our database. 2011-09-04 17:40:26 +00:00
Maxmtg
3756976bf5 adressing issue from http://www.slightlymagic.net/forum/posting.php?mode=quote&f=26&p=69462 (if a card has blank value set that caused an exception) 2011-09-04 17:14:37 +00:00
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