Commit Graph

22550 Commits

Author SHA1 Message Date
swordshine
2966504fae - updated the code for the new duel decks 2013-09-12 12:54:48 +00:00
dripton
9df426e427 Fix race in Card.getController()
Fixes bug 737
2013-09-11 21:41:50 +00:00
Chris
f96711fc9a - Added new card names to changes.txt. 2013-09-10 07:31:14 +00:00
swordshine
7d170f4f24 - Converted Freyalise's Winds to script 2013-09-10 04:45:21 +00:00
Sloth
30350041bb - Fixed AI using the ability of Keeper of the Beasts without legal target. 2013-09-09 18:43:55 +00:00
Sloth
bf205b0998 - Added an AILogic for Jace, Architect of Thought. 2013-09-09 17:57:44 +00:00
Sloth
a065c8573f - Expanded AI P/T prediction with +1/+1 counters granting abilities. 2013-09-09 15:27:01 +00:00
Sloth
22c54a488b - AI will no longer cast Scrounge and similar cards when there are no cards to move. 2013-09-09 15:08:25 +00:00
Chris
4b14ff7231 - Added new card names to changes.txt. 2013-09-09 08:48:42 +00:00
moomarc
1bdbfdc7bf - Conspire keyword should be able to stack (just fixed the keywords string, not multiple instances of Conspire actually working properly) 2013-09-09 07:46:59 +00:00
moomarc
7b4812edca - Fixed Recover for Garza's Assassin 2013-09-09 07:27:27 +00:00
swordshine
a6a08bb970 - Added the missing oracle 2013-09-09 06:15:06 +00:00
swordshine
5b47dfbcb7 - Scheme: Added Rotted Ones, Lay Siege 2013-09-09 05:05:12 +00:00
swordshine
d4c54cab89 - Scheme: Added Rotted Ones, Lay Siege 2013-09-09 00:17:45 +00:00
swordshine
358f05ba01 - Updated scripts for commander 2013-09-09 00:15:16 +00:00
drdev
71040279a4 Prevent border around main display panel 2013-09-08 23:27:01 +00:00
drdev
e10843e5cb Fix spacing issues 2013-09-08 22:48:26 +00:00
dripton
98901c4d06 Fix Molder's prompt to reflect that it can target an artifact or enchantment 2013-09-08 18:03:10 +00:00
Chris
12ddd7540b - Added a fluff piece to the changes.txt file.
- Added new card names to changes.txt.
2013-09-08 14:47:53 +00:00
swordshine
565971ac7f - Ruhan of the Fomori can attack specific chosen player now 2013-09-08 13:13:23 +00:00
swordshine
a93ae5b3e9 - Initial code for Bestow
- THS: Added Cavern Lampad, Celestial Archon, Leafcrown Dryad, Nimbus Naiad, Observant Alseid, and Spearpoint Oread
2013-09-08 04:31:50 +00:00
Sol
b662b0a7ba - Clear selected of Partial Paris when Clicking on the "OK" button 2013-09-08 01:22:46 +00:00
dripton
c26e23539b Fix whitespace before I start fixing bug 734 (too many open sound files) 2013-09-07 23:10:22 +00:00
drdev
486a965624 Update fonts when skin changes 2013-09-07 20:06:32 +00:00
Hellfish
f3f44dd65e *Fixed Aladdin's Cave challenge extra cards 2013-09-07 19:21:42 +00:00
drdev
2431e1dd20 Fix crash when updating scaled images
Prevent scaling menu icons to 16x size
2013-09-07 17:27:07 +00:00
drdev
d9eea5d5f0 Ensure status is visible on default menu bar 2013-09-07 17:16:20 +00:00
drdev
9499207bae Fix so menu bar not blanked out when changing skins and status message is retained 2013-09-07 17:06:52 +00:00
drdev
6c6ba5742f Fix so menu bar updated properly when skin changed 2013-09-07 16:36:44 +00:00
Sol
fcf1ac425e - Fix Commander SpellCost not affecting the rest of your spells 2013-09-07 16:32:25 +00:00
swordshine
dba19e6cb7 - Commander spell can be cast from hand if it was bounced 2013-09-07 13:17:34 +00:00
Hellfish
82bb71a34b *Applied Swordshines fix to Commander cost increasing. Thanks! :) 2013-09-07 13:01:29 +00:00
Chris
cd061cd660 - Added new card names to changes.txt. 2013-09-07 12:52:22 +00:00
Hellfish
ea6795df35 *Made Commander casting a spell instead of an ability. Fixes interaction with SpellCast triggers but currently breaks Commander cost increase. 2013-09-07 08:11:35 +00:00
spr
35edfd936b - Fix : tab visibility now updated without using revertLayout() which could alter the state of the active layout and was possibly causing repaint artifacts. 2013-09-07 04:26:58 +00:00
swordshine
e18b3b3537 - Fixed "Play with the top card of your library revealed." for commanders 2013-09-06 14:35:33 +00:00
swordshine
f9d749e2cb - More cards converted to BecomesTarget trigger 2013-09-06 14:14:38 +00:00
swordshine
0baa952db7 - Several cards with "T:Mode$ SpellAbilityCast | TargetsValid$ Card.Self" changed to BecomesTarget trigger 2013-09-06 14:00:58 +00:00
swordshine
fa443f0c7f - ChangeTargets Effect will also trigger BecomesTarget 2013-09-06 13:35:06 +00:00
Chris
98b8c2b43a - Added a fluff piece to the changes.txt file.
- Added new card names to changes.txt.
2013-09-06 11:15:11 +00:00
spr
f5b0fa0467 - update : Card overlays if shown now always shown regardless of card image size. 2013-09-06 10:29:23 +00:00
Sloth
67608ae02a - Updated evaluateCreature to consider Cypher. 2013-09-06 07:31:19 +00:00
dripton
73495c4a76 Slightly improve grammar, from "Discard 1 cards" to "Discard 1 card(s)."
The real fix would involve dynamically adding the 's' depending on the 
current number of cards to discard, but that's more complex.
2013-09-05 23:45:13 +00:00
dripton
3ae5b4cd80 Add null check to avoid NPE
Fixes bug 735
2013-09-05 23:07:53 +00:00
Sloth
6b4de9833f - Fixed cards with "TargetsWithDefinedController$ Targeted" (Memory's Journey and friends). 2013-09-05 14:50:09 +00:00
Sloth
4531658dd8 - Fixed PlayEffect not allowing lands to be played. 2013-09-05 11:37:48 +00:00
Sloth
11e738e6c6 - Fixed possibility of getting stuck with no targets. 2013-09-05 11:27:54 +00:00
Chris
f531baf7d3 - Added new card names to changes.txt. 2013-09-05 11:26:36 +00:00
Sloth
f4e791b6f1 - Fixed multi targeting in DamagePreventAi. 2013-09-05 11:05:43 +00:00
swordshine
c05cd7b2f6 - THS: Added Ashiok, Nightmare Weaver 2013-09-05 07:06:21 +00:00