Commit Graph

2301 Commits

Author SHA1 Message Date
swordshine
96e03e5fcf - Added Minds Aglow 2014-03-12 04:41:29 +00:00
swordshine
b6e1c02f07 - Added Mogg Assassin 2014-03-11 04:42:18 +00:00
swordshine
84ee4b0488 - Added Cuombajj Witches 2014-03-11 04:08:42 +00:00
swordshine
54ba797151 - Added Arena, Echo Chamber, and Magus of the Arena 2014-03-11 00:21:27 +00:00
Sloth
09f7632ad2 - Fixed the AI logic "Evasion" for Gorilla War Cry. 2014-03-10 23:07:06 +00:00
swordshine
2b14baabb5 - Added Evangelize 2014-03-10 13:32:03 +00:00
swordshine
5abb581109 - Added Emberwilde Djinn 2014-03-09 06:19:30 +00:00
swordshine
d5b516a7cb - Added Mind Bomb and Well of Lost Dreams 2014-03-09 04:58:50 +00:00
swordshine
48f7b96224 - Added Forbidden Ritual 2014-03-08 06:07:53 +00:00
swordshine
c33a0295cc - Added Trade Secrets 2014-03-08 01:19:05 +00:00
swordshine
d8edc8319c - Added Teferi's Realm 2014-03-07 09:48:10 +00:00
swordshine
2d2d566c1f - Improved AI logic for Homeward Path 2014-03-06 03:54:03 +00:00
drdev
44da03a8f9 Create FModel for loading preferences and other information 2014-03-05 22:55:06 +00:00
swordshine
cd45fd824d - Added Diaochan, Artful Beauty 2014-03-05 05:08:04 +00:00
Sloth
128bde09d6 - Improved AI using Vivid lands and similar cards. 2014-03-04 13:00:09 +00:00
Sloth
7310305312 - Fixed AI mana payment not using properly ordered lists (and thus didn't use the intended priorities). 2014-03-04 09:13:40 +00:00
swordshine
d53cc62788 - Added Choice of Damnations 2014-03-04 04:52:31 +00:00
swordshine
971e4475d9 - Added Confusion in the Ranks 2014-03-03 05:52:40 +00:00
teferi
076783aac4 reverting module refactoring changes 2014-03-02 14:19:50 +00:00
teferi
fe2acaef1b moving res content to new forge resources module 2014-03-01 22:50:09 +00:00
swordshine
b8791152be - Added Lethal Vapors 2014-02-27 12:45:17 +00:00
swordshine
94a916be8c - Added Lost in Thought and Volrath's Curse 2014-02-26 10:10:27 +00:00
swordshine
83363d7491 - Better script for Price of Glory 2014-02-26 06:22:24 +00:00
swordshine
fbbab5110c - Added Price of Glory 2014-02-26 04:14:10 +00:00
Sloth
b88728dcd8 - Better fix for canPlayFromEffectAI. 2014-02-25 14:52:46 +00:00
Sloth
c7758ca855 - Fixed canPlayFromEffectAI (i don't why a canPlay check was put there, but it's definitely not the right place, because it prevents stuff like suspend from working). 2014-02-25 09:15:06 +00:00
Maxmtg
4ff887959d fix incorrect mana bills for human (eg: ai plays Mana Leak, with Goblin Electromancer in play) 2014-02-23 14:12:53 +00:00
Sloth
104e6dc306 - Fixed BecomesBlockedAi. 2014-02-21 13:35:34 +00:00
swordshine
4f8babf927 - Added Ogre Geargrabber 2014-02-20 05:33:38 +00:00
Maxmtg
1b5ba15321 ai mana costs will be adjusted by game state 2014-02-18 23:31:33 +00:00
Maxmtg
b299711be7 This restores mana payment prompts (lost yesterday) 2014-02-18 20:28:03 +00:00
Maxmtg
fa423233ab only remove javadoc and whitespace 2014-02-18 09:11:23 +00:00
Maxmtg
c9c15d0157 remove custom maps, use guava multimaps 2014-02-18 08:33:40 +00:00
swordshine
07915701c3 - Added Jeweled Amulet 2014-02-18 02:45:28 +00:00
Maxmtg
b69228e28b I believe this would break ai's mana payment 2014-02-18 01:12:37 +00:00
Maxmtg
42fcd856d0 remove getManaPaid() from SpellAbility because there is already a method getPayingMana()
Remove input/InputPayManaExecuteCommands.java, using Common input instead
2014-02-18 00:35:45 +00:00
Maxmtg
22be9fffb6 moved some specific code to ai 2014-02-17 22:19:45 +00:00
moomarc
89c2130ff6 - Attempt to stop AI players in multiplayer games from always only attacking the human until dead. They will now gang up on an opponent with less than 8 life but otherwise attack a random opponent. Feel free to improve the ai. 2014-02-17 15:47:04 +00:00
Sloth
9d90ca99cb - Improved DestroyAllAi. 2014-02-17 15:18:03 +00:00
Sloth
7bccaa769a - Fixed playSpellAbilityForFree not being mandatory for the AI. 2014-02-16 20:25:09 +00:00
Sloth
ee8f8def8e - Prevent NPE in lifeInSeriousDanger. 2014-02-13 15:52:07 +00:00
swordshine
35d8ea0949 - Added Daxos of Meletis and Psychic Intrusion (only updated mana color conversion for human players) 2014-02-13 05:13:14 +00:00
Sloth
7ace65b8c9 - Added SVar:RemAIDeck:True to Peregrine Mask. 2014-02-12 21:29:09 +00:00
Sloth
dcccae1f7c - Fixed AI using Idle Thoughts. 2014-02-12 21:28:28 +00:00
Sloth
d9b657acf4 - Fixed AI suspending Aeon Chronicler for 0. 2014-02-12 15:28:35 +00:00
Maxmtg
720a44b4fd change zone ai won't crash with oob 2014-02-11 09:37:55 +00:00
Maxmtg
804a8801e5 Moved ai to dedicated module, fix api dictionary 2014-02-09 21:12:26 +00:00
Maxmtg
2bc61a9e68 the great move 2014-01-21 06:27:36 +00:00
Agetian
2efb70e3b5 - Stupid NetBeans space/tab settings were broken again, fixing. 2013-12-26 05:33:47 +00:00
Agetian
92668c3a2a - Adding an AI profile property for cheat shuffling (to be used soon). 2013-12-26 05:31:31 +00:00