Commit Graph

10667 Commits

Author SHA1 Message Date
Maxmtg
2ecc716b83 gameType is now a Enum,
Deckeditors no longer save all decks on close (there may remain minor bugs)
Deckeditors have mostly been cleaned of usage of global variables
OldGuiNewGame updates deck comboboxes properly
Download deck from tcgplayer feature temporary removed
cleaned up some warnings
2011-09-09 11:08:29 +00:00
Chris
dc66b2556c [maven-release-plugin] prepare for next development iteration 2011-09-09 11:07:49 +00:00
Chris
7a4d942fb6 [maven-release-plugin] prepare release forge-1.1.3 forge-1.1.3 2011-09-09 11:07:40 +00:00
Chris
501c9dc280 - Added the recent commit logs to changes.txt. Preparing for the next beta. 2011-09-09 10:48:59 +00:00
Sloth
f09f71129c - Fixed a bug in cleanUpTemporaryTriggers. 2011-09-09 09:22:32 +00:00
jendave
0f37fb126d remove -avoid inline conditional- 2011-09-09 06:58:06 +00:00
slapshot5
b14dc3aae8 incremental update for AF_Animate to support removing triggers and abilities as part of the animate. 2011-09-09 01:18:32 +00:00
slapshot5
73c42b2104 text fix for Pawn of Ulamog 2011-09-08 23:06:58 +00:00
Sloth
fdc2702ec9 - Added Farrel's Zealot. 2011-09-08 20:14:42 +00:00
Sloth
4b964057ce - Added the keyword "CARDNAME assigns no combat damage" and converted some cards to use it. 2011-09-08 18:46:48 +00:00
Sloth
b2b62369c0 - Added Kukemssa Pirates and Wall of Corpses. 2011-09-08 16:29:27 +00:00
Maxmtg
9d1eb10027 Added formats filter to deckeditor
removed hardcoded formats where they were known to me
2011-09-08 15:02:01 +00:00
Sloth
4af523872c - Added Imperial Mask and Leyline of Sanctity. 2011-09-08 12:59:27 +00:00
Sloth
6e67754092 - Added Spirit of the Hearth and True Believer. 2011-09-08 12:16:55 +00:00
Sloth
447142ad59 - Added Devastating Dreams and Induce Despair. 2011-09-08 12:10:29 +00:00
Sloth
48d045cd51 - Added the option temporarilySuppressed to the trigger class (suppressed can now be used without it being reset all the time). 2011-09-08 10:28:55 +00:00
Chris
ab8ec0d4d2 - Added the recent commit logs to changes.txt. 2011-09-08 10:24:52 +00:00
slapshot5
f955f12c48 Checkstyle fixes in StaticAbility_Continuous 2011-09-08 03:05:26 +00:00
slapshot5
f8cd6ff7ac some Checkstyle fixes in Trigger_Cycled.java 2011-09-08 02:32:56 +00:00
Maxmtg
53c2b45ea4 just tried to test issue 148, but could not find a card to quest deck, added it. and it didn't appear in list, so I moved the name, type and set filter to quest Deckeditor. Draft users also get an update of colored mana costs. 2011-09-08 02:14:36 +00:00
Maxmtg
a05b4345d4 All computer decks are auto-assigned names
Protection from crashing on empty decks files
Resolution for issues 241-244
2011-09-08 00:29:14 +00:00
Maxmtg
8b545aba7a WU and WB were mixed up 2011-09-07 23:13:26 +00:00
Maxmtg
79bc067a90 a link in properties for small icons 2011-09-07 23:02:27 +00:00
Sloth
d3245ee059 - Updated some quest decks. 2011-09-07 18:33:50 +00:00
Sloth
4a47f12a61 - Updated the costs descriptions of some cards. 2011-09-07 15:03:06 +00:00
Sloth
91118045c2 - Updated the costs descriptions of some cards. 2011-09-07 14:49:32 +00:00
Sloth
63515007e1 - Little fix in the prompt of CostDiscard.
- Fixed Buyback cost of Forbid.
2011-09-07 14:40:33 +00:00
Sloth
42f5cc23ee - Prevented possibleDamagePrevention from giving errors if a permanent with an AF Countermagic ability is around. 2011-09-07 14:32:51 +00:00
Sloth
ca4c882924 - Fixed Ertai, the Corrupted.
- Updated the costs descriptions of some cards.
2011-09-07 14:24:27 +00:00
Sloth
2d40122299 - Continuous static abilities can now add keywords to players.
- Added Ivory Mask.
2011-09-07 12:52:07 +00:00
ArsenalNut
5e7d9a7492 Fixed sacrifice cost prompt for Blazing Torch 2011-09-07 12:31:32 +00:00
Chris
49cb42536c - Added the recent commit logs to changes.txt. 2011-09-07 11:02:51 +00:00
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