Commit Graph

16198 Commits

Author SHA1 Message Date
slapshot5
ff158b80be remove Java code for Political Trickery and Vedalken Plotter (converted to script by moomarc) 2012-08-05 12:59:36 +00:00
moomarc
cfb434c2db - Concerted Vedalken Plotter and Political Trickery to script 2012-08-05 11:28:46 +00:00
moomarc
2c63caf77d - Fixed Enduring Renewal returned cards not being castable 2012-08-05 11:26:12 +00:00
Chris
f882882f82 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-08-05 11:19:13 +00:00
moomarc
53791eabd6 - Fix: Removed trample from Demonic Taskmaster 2012-08-05 09:53:11 +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
eeb678f687 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-08-04 10:44:46 +00:00
Chris
02ee494bd3 - Added a fluff piece to the changes.txt file. 2012-08-04 01:50:47 +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
6088da8b06 - Added Avarice Totem. 2012-08-03 15:55:14 +00:00
Chris
cd02a23b20 - Cleared out the changes.txt file, now ready for new material. 2012-08-03 12:38:33 +00:00
Sloth
c0049f5d4b - Fixed results of FindBugs. 2012-08-03 11:30:17 +00:00
Chris
d3393c63fc [maven-release-plugin] prepare for next development iteration 2012-08-03 10:45:26 +00:00
Chris
da4bb5341e [maven-release-plugin] prepare release forge-1.2.11 forge-1.2.11 2012-08-03 10:45:16 +00:00
Chris
bce7f19da2 - Preparing the changes.txt file for the next beta build and release. 2012-08-03 10:34:26 +00:00
Chris
6e45c65990 - Added the recent commit logs to changes.txt. Preparing for the beta build and release. 2012-08-03 10:29:07 +00:00
Sloth
aec075306b - Added some DeckHints. 2012-08-03 09:32:40 +00:00
Sloth
c35c8b2a87 - Removed hacky planeswalker targeting from deal damage spells. 2012-08-03 08:03:05 +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
Sloth
70ad6e12af - Added SVar:RemAIDeck:True to Mortarpod. 2012-08-02 21:51:01 +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
Chris
6d4b69d7a6 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-08-02 10:52:40 +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
5ed66befe0 - 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.
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
2012-08-01 19:43:22 +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