Commit Graph

9767 Commits

Author SHA1 Message Date
Chris
f581a6f1e0 - CheckStyle. 2012-11-16 17:26:43 +00:00
Sloth
1024fa246d - Tweaked shouldPumpCard. 2012-11-16 17:15:48 +00:00
Sloth
c90cda30ce - Tweaked doTriggerAINoCost of AF DamageAll. 2012-11-16 17:01:49 +00:00
Chris
0e0959fcf5 - CheckStyle. 2012-11-16 15:17:15 +00:00
Chris
4c182019a0 - CheckStyle. 2012-11-16 15:15:57 +00:00
Chris
8faa38b02d - CheckStyle. 2012-11-16 15:14:26 +00:00
Chris
af8843d42d - CheckStyle. 2012-11-16 15:12:32 +00:00
Chris
f8d000e92c - CheckStyle. 2012-11-16 15:11:34 +00:00
Chris
361823f628 - CheckStyle. 2012-11-16 15:10:33 +00:00
RumbleBBU
ed27519746 Simplify nrChoices in unlocking. 2012-11-16 10:01:08 +00:00
RumbleBBU
32725055dd Better way, use sublist. 2012-11-16 09:53:22 +00:00
RumbleBBU
c78252b58d Bounds checking for unlocking. 2012-11-16 08:49:21 +00:00
RumbleBBU
cffc9de1f8 Display up to 2 + (wins/50) (max 8) options when unlocking sets. 2012-11-16 08:09:14 +00:00
RumbleBBU
0e5ad8bd2d New formula for unlock prices, minor checkstyle. 2012-11-16 07:00:33 +00:00
Maxmtg
c5f2c48fd8 rem unused import 2012-11-16 06:47:31 +00:00
Sloth
9c6c018061 - More Improvements of AI for Auras with "AILogic$ Curse". 2012-11-15 22:02:36 +00:00
Sloth
a1b9e6cf88 - More Improvements of AI for Auras with "AILogic$ Curse". 2012-11-15 21:25:46 +00:00
Sloth
7082a36538 - Improved AI for Auras with "AILogic$ Curse". 2012-11-15 21:15:48 +00:00
Maxmtg
b0264f9a47 Quest set unlocks logics written from scratch 2012-11-15 21:08:51 +00:00
Sloth
f16902c415 - The AI will no longer animate an equipped Ensouled Scimitar. 2012-11-15 20:48:31 +00:00
Sloth
c308792344 - The AI will now use the ability of Hollow Specter. 2012-11-15 20:43:30 +00:00
Sloth
17c356d811 - Fixed Curses in attachToPlayerAIPreferences. 2012-11-15 20:21:00 +00:00
Sloth
841a0295cc - Fixed AI using Unwilling Recruit. 2012-11-15 19:07:06 +00:00
moomarc
26b22e5f40 - Checkstyle 2012-11-15 18:51:47 +00:00
moomarc
ca4aeb2f66 - Added Drain Life 2012-11-15 18:50:03 +00:00
Agetian
e27c2192db - Fixed a bug that made it possible to select any color of mana from the mana pool when the X mana cost was supposed to be restricted to specific color(s). 2012-11-15 16:59:30 +00:00
Chris
86918e84c9 - CheckStyle. 2012-11-15 13:59:07 +00:00
Chris
97bb874f13 - CheckStyle. 2012-11-15 13:58:23 +00:00
Chris
6764d5ee4d - CheckStyle. 2012-11-15 13:57:40 +00:00
Chris
1088daeb76 - CheckStyle. 2012-11-15 13:56:44 +00:00
Chris
a1d6729a9a - CheckStyle. 2012-11-15 13:56:00 +00:00
Chris
b9a6b2b237 - CheckStyle. 2012-11-15 13:55:09 +00:00
Chris
6bf0e3c930 - CheckStyle. 2012-11-15 13:53:58 +00:00
Chris
074ebfe4e4 - CheckStyle. 2012-11-15 13:52:22 +00:00
Chris
bb8200e327 - CheckStyle. 2012-11-15 13:51:10 +00:00
Chris
71b3eedfaa - CheckStyle. 2012-11-15 13:50:19 +00:00
Chris
2da8b2850c - CheckStyle. 2012-11-15 13:49:31 +00:00
Chris
0901b25c57 - CheckStyle. 2012-11-15 13:48:52 +00:00
Chris
063c246d06 - CheckStyle. 2012-11-15 13:48:02 +00:00
Chris
6000a384f5 - CheckStyle. 2012-11-15 13:46:49 +00:00
Chris
ce9207e536 - CheckStyle. 2012-11-15 13:44:32 +00:00
Agetian
d15a6d8071 - Sound System: added a previously missed link for the non-combat damage life loss sound. 2012-11-15 09:17:51 +00:00
RumbleBBU
31cd170ff9 Typo fixes to the QuestData submenu. 2012-11-15 07:42:24 +00:00
Agetian
aeeff660e2 - Code simplification (related to "spend only <color> mana on X"). 2012-11-15 07:05:58 +00:00
RumbleBBU
b8a518670e Unlocking sets is less expensive now (but still fairly expensive). 2012-11-15 06:56:55 +00:00
Sloth
c154b872dc - GlobalRuleChange enum now has an associated text. 2012-11-14 21:37:58 +00:00
Sloth
8ae3d419bc - Added the global rule change: "No more than one creature can attack each turn.", "No more than one creature can attack each combat." and "No more than one creature can block each combat.". 2012-11-14 18:56:50 +00:00
Agetian
09f9f7daf1 - Fixed a bug in the "Spend only <color> mana on X" routine that disabled the confirmation button if the wrong type of land was clicked, even if some mana of correct color was already paid before. 2012-11-14 18:56:48 +00:00
Agetian
b9fe5feece - Fixed a bug in the "Spend only <color> mana on X" routine that allowed any mana to be spent after the first tapped land. 2012-11-14 18:33:22 +00:00
Sloth
814ed7efd8 - GlobalRuleChanges is now stored as EnumSet. 2012-11-14 18:28:22 +00:00