slapshot5
d785b7b5af
heckstyle fixes in ManaPool.java
2011-09-07 05:01:11 +00:00
ArsenalNut
a14ef78fd5
corrected Blazing Torch damage ability
2011-09-07 03:39:48 +00:00
slapshot5
2f0f26de51
various checkstyle fixes in Card.java
2011-09-07 03:26:56 +00:00
Sol
2e99e50a5c
Mana String comparison isn't in CostChange
2011-09-07 02:27:22 +00:00
Sloth
689a360e27
- Added the Joker 2 deck.
2011-09-06 10:22:42 +00:00
Chris
6d497d5470
- Added the recent commit logs to changes.txt.
2011-09-06 10:21:31 +00:00
Chris
719d5120b0
- Ran oracle script.
2011-09-06 10:20:21 +00:00
Sloth
d2a456cd0d
- Converted the triggered ability of Necropotence to script (actually it wasn't even a triggered ability). Updated the wording on the activated ability.
2011-09-06 10:10:28 +00:00
Sloth
c7708509e5
- Restructured parts of AI discarding. All choosing is handled in ComputerUtil.AI_discardNumType. AIPlayer.discard will use this.
2011-09-06 08:42:44 +00:00
Hellfish
9b8fc046ad
*Fixed "games won" count not resetting between nonquest matches.
2011-09-06 06:38:16 +00:00
slapshot5
e4e121ccfb
several Checkstyle fixes in Card.java
2011-09-06 04:50:33 +00:00
ArsenalNut
ffa0f219ac
added CostDesc so card text looks right on game screens
2011-09-06 04:45:01 +00:00
ArsenalNut
384c15dccf
added Blazing Torch
2011-09-06 04:33:49 +00:00
slapshot5
de3148824f
clean up some Java warnings
2011-09-06 02:18:37 +00:00
slapshot5
8404824656
several Checkstyle fixes in Card, GameAction and CardFactoryUtil
2011-09-06 01:58:44 +00:00
Maxmtg
374d79e231
manacost as icons in quest mode
2011-09-06 01:57:48 +00:00
ArsenalNut
e8c682bbd3
fixed GainControl AF not returning all controlled objects (Issue #227 )
2011-09-06 01:35:14 +00:00
Maxmtg
cd954ebdd1
formats - will deal with them later
2011-09-06 01:32:02 +00:00
Maxmtg
153310af5d
deckmanager is now forced to store cards along with sets they belong to, cause ppl want customized decks
2011-09-06 00:22:48 +00:00
Maxmtg
a4d4b6b1d8
QuestMode crashed with old decks (no difficulty and displayname metadata in dck files), doesn't crash now at least.
2011-09-06 00:05:06 +00:00
Maxmtg
20319c3bac
minor optimizations to card filtering
2011-09-05 23:43:03 +00:00
Maxmtg
a20201a998
you were doing it wrong
2011-09-05 23:42:02 +00:00
Sol
bcb25d5444
Fixing Java String Comparison
2011-09-05 23:29:13 +00:00
Maxmtg
582d9ffe16
fixed a bug with deckeditor filters: (1) when you select 6 core types of 7, all 7 are shown anyway, (2) with active set filter didn't show some cards issued in other sets
2011-09-05 22:53:45 +00:00
Sol
d8bde04f98
- Fix for new Cost object not using CostChange information properly
2011-09-05 22:46:13 +00:00
slapshot5
8de408cd65
fix for having 2 Legendary creatures with the same name on the battlefield, but one of them is face down both going to the graveyard. Now, isFaceDown() is checked.
2011-09-05 22:28:08 +00:00
slapshot5
870972d091
clean up some Java warnings
2011-09-05 21:30:26 +00:00
Sloth
3a87576c3f
- Disabled restarting matches in quest mode.
2011-09-05 20:02:27 +00:00
Maxmtg
b32bbf33ad
fix for http://www.slightlymagic.net/forum/viewtopic.php?f=26&t=787&p=69769#p69769
2011-09-05 18:29:20 +00:00
Maxmtg
515a0aa302
Deck Editor displays mana as symbols (currently only for constructed mode)
2011-09-05 17:09:07 +00:00
Sloth
9170a06da0
- Added the option to remove triggered abilities with continuous static abilities.
...
- Added it to some cards that currently still use stAnimate.
2011-09-05 17:04:36 +00:00
Chris
383525a4a1
- Modified the Hornet Queen script and it will now look for a token picture named "g_1_1_insect_deathtouch.jpg.
2011-09-05 16:57:17 +00:00
Maxmtg
613d9aef78
does not force deck to have comment or playerType
2011-09-05 16:09:20 +00:00
Maxmtg
ef773c9d4c
fixed an NPE for null comments
2011-09-05 15:46:09 +00:00
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