Maxmtg
66513b114d
Strength of the Tajuru added
2013-04-05 04:27:17 +00:00
Maxmtg
092154b0f0
FThreads.checkEDT renamed and no longer requires a parameter with calling method name, since it can be derived from current stack trace.
2013-04-05 04:07:03 +00:00
Sol
018729fbcd
- When copying a spellAbility, make sure to copy all subabilities as well, and appropriately set the Source Card
2013-04-05 03:45:20 +00:00
Maxmtg
3e3d7f2915
rem imports
2013-04-05 02:08:15 +00:00
Sol
b78dfa7cea
- Added ChangeTargets Ability Effect
...
- Added Swerve as ChangeTargets example of both ChangeTargets and singleTarget
2013-04-05 00:33:28 +00:00
myk
4ada471f69
merge varied_booster_pics branch
2013-04-04 18:55:40 +00:00
Sloth
d776121b39
- Fixed ActivationPhase for Dazzling Beauty.
2013-04-04 18:43:05 +00:00
myk
e523fb17fb
alter booster list to reference .jpg files instead of .png
2013-04-04 18:41:27 +00:00
myk
a3704de0f6
merge latest trunk
2013-04-04 18:35:08 +00:00
Sloth
a117cb53c3
- Added AI support to BecomesBlocked.
2013-04-04 13:23:01 +00:00
Chris
354f6f1692
- Added a fluff piece to the changes.txt file.
...
- Added new card names to changes.txt.
2013-04-04 13:09:30 +00:00
Sloth
cc245d2a98
- Added BecomesBlocked abilities.
...
- Added Curtain of Light and Dazzling Beauty.
2013-04-04 12:52:52 +00:00
Maxmtg
dd8a60a9af
won't crash with empty strings
2013-04-04 12:50:51 +00:00
Sloth
1551007ca2
- Updated some SVars.
2013-04-04 11:25:40 +00:00
Sloth
92428d93d1
- Fixed a possible NPE in destroyNoRegeneration.
2013-04-04 11:22:36 +00:00
swordshine
24e37b13a1
- Added Kaboom!
2013-04-04 11:06:11 +00:00
swordshine
90e3a9cefc
- Added Harsh Mercy and Kamahl's Summons
...
- Vanguard: Karona, False God Avatar
2013-04-04 10:41:09 +00:00
swordshine
4ab1ace4d3
- vanguard: Added Kresh the Bloodbraided Avatar
...
- Added Karmic Justice
2013-04-04 10:39:07 +00:00
swordshine
4e57d64659
- Converted Nebuchadnezzar and Brilliant Ultimatum
2013-04-04 10:31:03 +00:00
swordshine
969ab15f53
- Added some planes from PC2 set
2013-04-04 10:29:20 +00:00
Maxmtg
0dc4bb0f10
stack descriptions for spells with X in cost fixed (X is displayed correctly)
2013-04-04 07:10:56 +00:00
Sloth
27ae91a1cf
- Cleanup of Combat class.
...
- Added some infrastructure for "BecomesBlocked" effects.
2013-04-04 06:59:03 +00:00
Maxmtg
8124378853
limited announce list to 9 due to harder selection of numbers above 10
2013-04-04 06:28:39 +00:00
Maxmtg
e518027ff5
combineCosts - bugfix
2013-04-04 06:12:33 +00:00
Maxmtg
5b98f34a6d
focus on OK after creature selection
2013-04-04 06:01:57 +00:00
Maxmtg
f333535721
joinHomogenous
2013-04-04 05:56:18 +00:00
Maxmtg
e1d1bb45d6
removed language routines from GameState, moved to land library.
2013-04-04 05:43:14 +00:00
Maxmtg
628260b1fb
minor rearrange of statements
2013-04-04 05:26:32 +00:00
Maxmtg
16414982a8
the 'state' of GameState added - named it GameAge
...
this should prevent wrong inputs before mulligan (problem reported by sol)
2013-04-04 05:16:46 +00:00
Maxmtg
3b88eae063
InputControl.java - getActualInput: moved stack extraction to top. so that mulligan input is returned only with empty stack.
2013-04-04 04:28:04 +00:00
Maxmtg
43553e7b3b
Sacrifice effect will try to include SacValid$ into message for easier understanding of what input wants you to do
2013-04-04 04:25:30 +00:00
Maxmtg
609f99a2b6
BugReporter will print crashed thread ID
2013-04-04 04:24:17 +00:00
Sloth
4eb77330ee
- Updated the Preacher 3 decklist (as posted in the forums).
2013-04-03 22:20:26 +00:00
Sloth
e5b20fbb8a
- runWaitingTriggers will now call checkStaticAbilities before triggers are checked (experimental).
2013-04-03 22:05:42 +00:00
Sloth
1970863c1b
- Added the hard quest deck Preacher 3 by Nordos.
2013-04-03 21:24:21 +00:00
Maxmtg
e3eb4dd972
simultaneous announces for X and multikicker work now.
...
Comet storm scripted, Strength of Tajuru scriptable.
possible side effect: AI can may become unable to cast spells with X in their cost. (see ComputerUtilMana.java:242)
2013-04-03 20:59:31 +00:00
Maxmtg
d4d19f4f65
Tested consume_spirit.txt with Announce with X that must be colored - works!
2013-04-03 19:12:55 +00:00
Maxmtg
7ffd8008d5
fix2
2013-04-03 19:07:42 +00:00
Maxmtg
6c292fd067
bugfix for announced X
2013-04-03 19:04:09 +00:00
Maxmtg
e7365a8068
bugfix, CostPartMana tried to take color of X into account
2013-04-03 18:54:11 +00:00
Maxmtg
a787b9a075
CostPartMana - rearrange and cleanup,
...
InputPayManaOfCost now takes ManaCostBeingPaid as parameter
AbilityUtils - workaroud about StringUtils.isNumeric that returned false for negative numbers
2013-04-03 18:16:18 +00:00
Maxmtg
7d3ee5635a
CostPartMana now contains a ManaCost instance, no more strings
2013-04-03 17:57:01 +00:00
moomarc
4a5d500f97
- Added Blazing Effigy
2013-04-03 17:09:39 +00:00
Maxmtg
e7b1a07742
had to move setActivatingPlayer to an earlier moment because player was needed yet at the point of costs check
2013-04-03 15:18:52 +00:00
Maxmtg
0d00496afe
same as previous
2013-04-03 15:14:00 +00:00
Maxmtg
8586768dcd
fixed a bug with incorrect recognition of numbers written as +N (titanic growth was affected)
2013-04-03 15:13:31 +00:00
Chris
e1bc7e1ba0
- Added new card names to changes.txt.
2013-04-03 11:09:56 +00:00
swordshine
d69dd49bb1
- Simplified some codes and and stack descriptions
2013-04-03 11:01:59 +00:00
Maxmtg
8be07d95f2
cleanup of AbilityUtils.calculateAmount - if amount is pure integer, it's returned right away (that means no svars may be named after valid numbers)
...
former parseMath renamed and no longer returns an array of one string (just return the string)
2013-04-03 09:35:09 +00:00
swordshine
25388ecda8
- Vanguard: Added Jhoira of the Ghitu Avatar
2013-04-03 08:43:51 +00:00