Agetian
a16b8e3ffc
- Updated the loading progress bar to account for the extra foil sprite sheet, part 2.
2013-06-30 17:09:01 +00:00
Agetian
fdebee9011
- Foil cards will now be drawn with black border no matter what edition they are from (this currently has the side effect of drawing early core set foils with a black border around a thin white border already present in the picture - will probably be remedied later in one way or another).
...
- Updated the loading progress bar to account for the extra foil sprite sheet.
2013-06-30 16:50:43 +00:00
Agetian
00d76439b2
- Card foiling now defaults to modern foil style if the card edition file does not specify the foil type (this re-enables random foiling).
2013-06-30 16:12:23 +00:00
Agetian
b90694142c
- Implemented foiling based on card edition-specific information about the availability and style of foil.
...
- Added the ability to differentiate between old-style and new-style (modern) foils. If a separate foil sheet called sprite_old_foils.png is available, that sheet will be used for pre-8th edition cards. If not available, the same sprite sheet (sprite_foils.png) will be used for all foils.
- Note that the edition files are not yet modified with the information about availability/style of foil cards. This has the nasty temporary side effect of disabling random foiling for all sets (to be remedied in the nearest future).
2013-06-30 16:05:01 +00:00
Maxmtg
a8ffebce60
remove some duplicated lines
2013-06-30 15:05:49 +00:00
Maxmtg
4a86221e8a
Cards activable from other zones now are gathered inside player class,
2013-06-30 15:05:30 +00:00
Sloth
1efd93e947
- Expanded NonStackingAttachEffects (A-H).
2013-06-30 12:28:55 +00:00
Sloth
9641af3973
- Updates to Attach and Pump AI.
2013-06-30 11:43:59 +00:00
Sloth
953c62f36c
- Raised tokenBonus in getBestCreatureToBounceAI.
2013-06-30 10:03:31 +00:00
Sloth
7620b42bef
- Fixed NPE in getAttackersOf.
2013-06-30 08:25:21 +00:00
Sloth
f35d57b534
- Fixed NPE in reveal function.
2013-06-30 08:20:10 +00:00
Sloth
10aadd4e66
- Fixed Haunt crash.
2013-06-30 07:59:17 +00:00
Agetian
0af795d2e0
- Added preliminary support for reading foil type information from game edition definition files (doesn't affect actual foiling yet).
2013-06-30 06:13:36 +00:00
Maxmtg
80b403c881
Phase inidicators arranged into a separate control
...
Moved special and more complex control like DeckChooser aside from the simpliest ones (like FButton or FLabel)
2013-06-30 06:05:48 +00:00
swordshine
5d3db0dbd3
- Added Skyfire Kirin and Puppet Master
2013-06-30 04:46:35 +00:00
Sloth
d015c35912
- Fixed canPlayFromEffectAI withOutManaCost.
2013-06-29 22:15:55 +00:00
Maxmtg
c811662d6f
CMessage no longer stores game as model, instead updates follow visitor pattern (which ever game called update, get its information displayed)
...
Remove unused imports
2013-06-29 22:04:33 +00:00
Maxmtg
8e1b3185fe
adjusted splid cards transformation place
2013-06-29 21:49:20 +00:00
Sloth
d892f396fb
- Improved hasACardGivingHaste AI function.
2013-06-29 21:22:11 +00:00
Maxmtg
64dfce26b1
inverted the value of variabel for HumanPlaySpellAbility
...
moved split cards state restoration to the depths of changeZone, removed excessive action from HumanPlaySpellAbility
2013-06-29 21:16:26 +00:00
Maxmtg
d375d5588c
TargetRestictions don't need to be copied, they may be just reused
2013-06-29 21:14:42 +00:00
Maxmtg
e1fb9121af
hotseat: NPE fix at the beginning of 2nd match
2013-06-29 20:27:17 +00:00
moomarc
7101dc02c4
- Added Scars of the Veteran and Sacred Boon
2013-06-29 18:44:17 +00:00
Maxmtg
8d3067a625
made card recognition insensitive to case of set (will recognize both Cancel|RTR and Cancel|rtr cards in decks and import)
2013-06-29 15:11:20 +00:00
Sloth
5b85dacfa4
- Fixed ChangeZoneAll with origin library.
2013-06-29 13:16:31 +00:00
Sloth
e1fe8c8e28
- AI will now sacrifice creatures for mana before losing control EOT.
2013-06-29 10:12:06 +00:00
Sloth
ec730735bc
- Improved ControlGainAi.
2013-06-29 08:24:52 +00:00
swordshine
0e2c6131f6
- Added Heart of Bogardan
2013-06-29 05:34:03 +00:00
Sloth
1172a542fd
- Fixed possible NPE in assignAttackersDamage.
2013-06-28 19:47:30 +00:00
moomarc
4b71ea18b8
- Added support for damage prevention shields with effects.
...
- Added: Candles' Glow, Temper, Test of Faith and Vengeful Archon
2013-06-28 16:56:56 +00:00
Maxmtg
6bd754e6d6
fix NPE in AttachAi.attachAIPumpPreference(AttachAi.java:781)
2013-06-28 08:55:56 +00:00
jsv
c419b8d2a6
Fixed possible IndexOutOfBoundsException in chooseCardsToRevealFromHand.
2013-06-28 08:38:16 +00:00
Sloth
088dc4eb99
- Fixed NPE in attachAIPumpPreference caused by Fortifications.
2013-06-27 11:58:05 +00:00
Maxmtg
82bb17ebf9
fixing NPE in CCombat.getCombatDescription. CCombat is given its own copy of combat that cannot be taken away by a different thread.
2013-06-27 08:39:13 +00:00
Maxmtg
0387d9a82e
restore targeting arcs
2013-06-26 21:24:36 +00:00
Sloth
bb22cc6ba9
- Converted the second ability of Fastbond to script.
2013-06-26 21:19:20 +00:00
Sloth
07590fba08
- Fixed more possible NPE's caused by combat == null.
2013-06-26 14:19:33 +00:00
Sloth
f280ba4e05
- Fixed possible NPE in combatTriggerWillTrigger.
2013-06-26 13:44:11 +00:00
swordshine
5fad51e876
- Added Bloodlord of Vaasgoth (scripted by moomarc)
2013-06-26 12:36:13 +00:00
Maxmtg
2c98474e16
Read foiled cards from deck (they mush have a + sign appended right to name, ex: Island+|ZEN)
2013-06-26 07:57:09 +00:00
swordshine
6e2803a614
- Added Herald of Leshrac
2013-06-26 06:24:23 +00:00
Maxmtg
2717c0d494
LKI for defenders (part 2 - final). Abu Ja'far now works as intended
2013-06-25 20:26:40 +00:00
Maxmtg
56ca218826
CombatLki - part 1.
2013-06-25 19:25:47 +00:00
jsv
3f24909423
Fix Master of the Wild Hunt waiting forever in cases when all his wolves have died before damage allocation is complete.
2013-06-25 12:30:42 +00:00
Sloth
3c20f384f5
- Added Joven's Ferrets.
2013-06-25 08:59:39 +00:00
Sloth
f9f4a27c6a
- Fixed SacrificeEffect not remembering proper LKI copies.
2013-06-25 08:22:37 +00:00
Sloth
ef8af1a2b6
- Fixed IllegalArgumentException caused by multiple origins in ChangeZoneAll AI.
2013-06-25 08:03:09 +00:00
Maxmtg
78938459b5
fixed 'blocked' variable of AttackingBand for propper Ninjutsu
2013-06-25 05:56:01 +00:00
Sloth
e2ef4b497c
- Fixed description of "CantBeBlockedByAmount GT" keyword.
2013-06-24 20:59:09 +00:00
Maxmtg
1908ad7583
added inCombat check to controllerChangeZoneCorrection
2013-06-24 16:10:08 +00:00