Commit Graph

8754 Commits

Author SHA1 Message Date
moomarc
18a9749536 - Added Mosswort Bridge 2012-08-11 13:58:24 +00:00
mcrawford620
5379af3e8b - bug fix for triggers in LKICopy() 2012-08-10 23:21:41 +00:00
Sol
fd7bbff564 - Improvements to Quest game trying to update Battlefield Observers before it's finished being setup (not fixed, but seems better) 2012-08-09 06:36:33 +00:00
mcrawford620
51bf1472f9 - AI logic for pumping with Deathtouch. 2012-08-08 23:39:17 +00:00
moomarc
3763e22d95 - Equip keyword can now take additional params such as AI preferred targets (see M13 rings for examples) 2012-08-08 07:10:54 +00:00
moomarc
81855c14b1 - Forgot to commit this supplementary code to support Anti-Magic Aura 2012-08-08 05:22:56 +00:00
mcrawford620
8799ffb259 - some cleaning up in Draft code 2012-08-06 23:18:24 +00:00
mcrawford620
28ad6f2a55 - bug fix for choose color AI 2012-08-05 23:51:00 +00:00
slapshot5
ff158b80be remove Java code for Political Trickery and Vedalken Plotter (converted to script by moomarc) 2012-08-05 12:59:36 +00:00
Chris
fc9b1b028e - CheckStyle. 2012-08-05 00:24:29 +00:00
moomarc
19fdea6ced Fixed some small typos 2012-08-04 13:03:02 +00:00
Chris
27dd4dfe8a - CheckStyle. 2012-08-03 23:36:12 +00:00
Maxmtg
886e360902 doLayout will use binary search (not linear) for determining maximal card size when they still fit into PlayArea 2012-08-03 22:42:08 +00:00
Maxmtg
5fe0317b5b Some javadocs for cardcolor 2012-08-03 22:22:06 +00:00
Sloth
9d8384b0e9 - Cleanup. 2012-08-03 21:23:23 +00:00
Maxmtg
085a22709d CardRules are not supposed to be set a different keywords list 2012-08-03 19:43:19 +00:00
Maxmtg
7075afacd3 Deck builders should not inherit from Deck class 2012-08-03 19:35:45 +00:00
Maxmtg
5d6ef65bf4 removed a ghost function 2012-08-03 19:20:33 +00:00
Maxmtg
8f703832f1 some minor optimizations to SealedDeck 2012-08-03 19:19:33 +00:00
Sloth
c0049f5d4b - Fixed results of FindBugs. 2012-08-03 11:30:17 +00:00
Sloth
7788b9242e - Fixed a bug in BoosterDraftAI. 2012-08-03 07:44:37 +00:00
mcrawford620
5ba0659f05 - Fix DeckHints and put back in to LimitedDeck generation. 2012-08-02 23:02:24 +00:00
Maxmtg
1af53f38c2 a function to learn if card is present 2012-08-02 22:00:08 +00:00
Maxmtg
24f7194a06 Removed excessive repaints on mouse move over cards 2012-08-02 21:04:57 +00:00
Sloth
85e0a48a24 - Improved AI of AF DealDamage. 2012-08-02 20:35:49 +00:00
Sloth
f6627d06c1 - Updated some SVars.
- Fixed some card texts.
- Fixed AI of Fissure Vent.
2012-08-02 20:23:00 +00:00
Sloth
67eb55d443 - removed some unused functions from the card class. 2012-08-02 18:51:30 +00:00
Sloth
6a8f0f5b4c - Performance updates and cleanup of getKeyword and isUnblockableFromLandwalk. 2012-08-02 17:00:41 +00:00
Sloth
073afd18e8 - Converted Masako the Humorless to script. 2012-08-02 16:40:24 +00:00
Sloth
7464419b2e - Updated some SVars. 2012-08-02 11:14:22 +00:00
Sloth
11f678c327 - Improved AI handling of "When CARDNAME is dealt damage, destroy it.". 2012-08-02 10:50:14 +00:00
Sloth
12a118030e - Various little tweaks. 2012-08-02 08:34:50 +00:00
Maxmtg
e7a79fe6b3 progressbar optimizate 2012-08-02 07:58:32 +00:00
Sloth
c16442b382 - Fixed Elderwood Scion. 2012-08-02 07:47:17 +00:00
Maxmtg
b518330d92 * tables sorting bugfix
* CardColor is now limited to 33 instances (as many as color combinations + NULL_COLOR)
2012-08-02 07:01:47 +00:00
Maxmtg
1fc5beef72 accelerating deck editor 2012-08-02 06:47:29 +00:00
Maxmtg
71bc415338 Quest rewards are evaluated on their retrieval - game will start faster 2012-08-02 06:09:46 +00:00
Maxmtg
33b3532f14 Byte utils 2012-08-02 05:43:11 +00:00
mcrawford620
8cd3e0a1a0 - work on DeckWantsTest, no longer breaking 2012-08-02 00:31:25 +00:00
Chris
7649b8802a - Disabled the DeckWantsTest.testNoFilter() test and the Maven build and release commands will once again work. This is not a true fix but just a hack in order to do a Maven build and release. 2012-08-01 19:41:28 +00:00
Sloth
f57a914eb7 - Fixed Soulbond pairing with cards not on the battlefield. 2012-08-01 19:20:09 +00:00
Maxmtg
296c263131 fixed problems with triggers from cards laying on table before game starts in quest mode 2012-08-01 18:04:35 +00:00
Sloth
e7c440ac9b - Fixed LKI copies not having all the characteristics. 2012-08-01 12:46:38 +00:00
moomarc
7e0dd6802d - Added Wild Pair
- Added totalPT_<comparison> restriction to IsValid
2012-08-01 08:52:09 +00:00
Maxmtg
751cd91f73 some ideas for test 2012-08-01 07:11:05 +00:00
Maxmtg
182d4545dd DeckWants moved from Card to CardCharacteristics, its test unfortunately is no longer functional 2012-08-01 06:58:01 +00:00
mcrawford620
4384fb140c - Use CardPrinted for LimitedDeck 2012-08-01 05:54:37 +00:00
mcrawford620
52e375fe1d - Refactoring BoosterDraft to use CardPrinted 2012-08-01 00:23:50 +00:00
Maxmtg
57fa3acef2 fixed phase parsing for triggers
* A truthful message about loading cards.
2012-07-31 21:46:52 +00:00
Hellfish
71a449f43d *Fixed Havengul Lich's interaction with the opponents grave stuffing. 2012-07-31 21:19:55 +00:00