Maxmtg
|
b2d49bfb19
|
- remove unused imports (and the warnings they originated)
|
2013-01-12 02:59:51 +00:00 |
|
RumbleBBU
|
9701b133c6
|
The multiple-choice booster reward thresholds were off by one.
|
2013-01-11 11:52:00 +00:00 |
|
moomarc
|
004a67c9b9
|
- A few more cards and abilities ready for multiplayer
- Cleanup
|
2013-01-10 16:48:04 +00:00 |
|
moomarc
|
30a476e0a5
|
- Constructed deck conformance check is now independent of dev mode.
|
2013-01-10 14:46:32 +00:00 |
|
ArsenalNut
|
b99173db42
|
added Cipher mechanic
|
2013-01-10 14:43:52 +00:00 |
|
Sloth
|
c55bbc0051
|
- Fixed Cascade AI not setting activating player.
|
2013-01-10 12:34:24 +00:00 |
|
ArsenalNut
|
3565039a82
|
fixed issue with spells that generate mana (bug id#0000648)
|
2013-01-10 03:51:30 +00:00 |
|
ArsenalNut
|
807035dfd8
|
changed resolution of AI mana abilities to use AbilityFactory.resolve so that subabilities resolve correctly.
|
2013-01-10 03:36:23 +00:00 |
|
ArsenalNut
|
165f08ea49
|
added really basic AI method for choosePlayer
|
2013-01-10 03:20:50 +00:00 |
|
ArsenalNut
|
a70c7a119b
|
fixed bug in getAIPlayableMana method
|
2013-01-10 03:19:59 +00:00 |
|
moomarc
|
7863c15ef1
|
- Made deck conformance/legality a user-togglable preference (enabled by default)
|
2013-01-09 15:46:02 +00:00 |
|
moomarc
|
d707b8ad06
|
- GTC: Added Gideon, Champion of Justice
|
2013-01-09 12:55:29 +00:00 |
|
RumbleBBU
|
44b3222231
|
Disabled variants from custom Quest formats + more uniform style.
|
2013-01-09 12:20:12 +00:00 |
|
Sloth
|
1d2f827d00
|
- Added Spectral Searchlight fix by swordshine.
|
2013-01-08 17:52:34 +00:00 |
|
moomarc
|
86482f9c9d
|
- Removed OpponentCalls param from FlipACoin as it was no longer used (I assume it was replaced by Caller)
|
2013-01-08 17:34:50 +00:00 |
|
ArsenalNut
|
34bd6f60cd
|
fixed issue with copies and clones of tokens with abilities
|
2013-01-08 16:02:05 +00:00 |
|
moomarc
|
6e20e02586
|
- Converted a few instances of getOpponent()
- Converted Rainbow Vale to script
|
2013-01-08 10:33:13 +00:00 |
|
Sol
|
fb27a0d956
|
- Force certain triggers to wait for the next WaitingTrigger run (e.g. Fix Balefire Liege issue), there may be a few more of these that need to be forced
- Fixed "BecomesTarget" triggering for the same Object more than once for the same spell
|
2013-01-08 04:29:56 +00:00 |
|
moomarc
|
daee42b4da
|
- Split OppGainLife costs into the two types, "you may have an opponent gain" and "you may have each other player gain"
|
2013-01-07 15:33:25 +00:00 |
|
ArsenalNut
|
76fb013a5d
|
Added EvolveCondition to requirementsCheck.
|
2013-01-06 15:06:08 +00:00 |
|
moomarc
|
3489471b77
|
- More cards ready for multiplayer
- Token AF can put tokens into play under multiple players' control.
- New PlayerCount<Type>: NonActive
|
2013-01-06 14:41:35 +00:00 |
|
Sloth
|
c2d838c611
|
- Fixed Phantasmal Terrain.
|
2013-01-06 14:26:22 +00:00 |
|
Sloth
|
e0e4e8b9fe
|
- Fixed Ashes to Ashes if one target gains shroud.
|
2013-01-06 14:15:14 +00:00 |
|
Sloth
|
6ccab40a90
|
- Fixed Annihilator not being flagged as triggered ability.
|
2013-01-06 14:01:06 +00:00 |
|
Sloth
|
c857bef603
|
- Fixed Annihilator getting the wrong defender.
|
2013-01-06 11:16:32 +00:00 |
|
ArsenalNut
|
cb01fe4db0
|
Commenting out direct calls to resolveDrawback in ManaEffect. They are not needed after abilityfactory refactor.
|
2013-01-06 05:34:09 +00:00 |
|
Sol
|
c4935075bc
|
- Fixing crash for pressing OK for Murmuring Bosk and friends
|
2013-01-06 03:38:10 +00:00 |
|
Sol
|
884363f962
|
- Allow OS to set location
|
2013-01-06 03:12:32 +00:00 |
|
Sol
|
b34875c2a0
|
- Applying a patch that refreshes the Bazaar credit count after purchasing stuff
|
2013-01-06 02:19:47 +00:00 |
|
Sol
|
92d7039896
|
- Adding MostProminentColor as a property to be used with the Invasion Djinns
- Added Goham Djinn
|
2013-01-06 01:18:11 +00:00 |
|
Sol
|
6243986899
|
- Converted all Kinship cards to script
|
2013-01-05 23:05:02 +00:00 |
|
Sol
|
914c5a060f
|
- - Adding PeekAndReveal AF. It was simpler to create this subset of Dig than force Kinship cards to have a complex and ugly script.
|
2013-01-05 23:04:08 +00:00 |
|
Sol
|
0e8ce8e50d
|
- Marking Old Targeting Scheme as deprecated. (Only used in AF.getAbility()) Will be removing it after next release.
|
2013-01-05 18:39:53 +00:00 |
|
moomarc
|
e5738b3b13
|
- Added Evolve keyword
- GTC branch: Added Fathom Mage
|
2013-01-05 17:30:09 +00:00 |
|
Hellfish
|
bb70d9c026
|
*Corrected mana ability flagging.
*Fixed crash when using Metalworker-likes during mana payment.
|
2013-01-05 17:11:54 +00:00 |
|
Sol
|
49d602d4f0
|
- Small conversions of Tgt to ValidTgts
|
2013-01-05 14:45:30 +00:00 |
|
Sol
|
849df521a5
|
- Fixing triggers reliant on timing for cards like Earthbind and Valakut.
(Doesn't effect triggers that target being a touch odd)
|
2013-01-05 00:22:59 +00:00 |
|
Sloth
|
dd2127aaba
|
- Added TriggerDescription to Extort.
|
2013-01-04 22:17:43 +00:00 |
|
Sloth
|
5b53130f26
|
- Fixed Delve.
|
2013-01-04 20:45:59 +00:00 |
|
moomarc
|
42a14d3db4
|
- Added Extort keyword
|
2013-01-04 18:43:43 +00:00 |
|
moomarc
|
decf8b38cf
|
- More cards ready for multiplayer
|
2013-01-04 15:32:21 +00:00 |
|
Sloth
|
9adfb235a0
|
- Added Thousand-Year Elixir.
|
2013-01-04 10:45:50 +00:00 |
|
Sloth
|
d4684c6ff4
|
- Fixed draft AI not building decks.
|
2013-01-04 08:57:50 +00:00 |
|
Hellfish
|
6a9ea7980c
|
*Made copied abilities actually register as copied (and not trigger Rings of Brighthearth again,for example)
*Nonmana-root abilities with mana subabilities are now properly recognized as mana abilities (Metalworker)
|
2013-01-04 07:20:59 +00:00 |
|
ArsenalNut
|
a8585391d1
|
Added Duration parameter Clone effect. Added Cytoshape, Mizzium Transreliquant, Renegade Doppleganger, Scion of the Ur Dragon, and Shapesharer.
|
2013-01-04 06:26:08 +00:00 |
|
Sloth
|
c2dfa1ffaa
|
- The buildDeck function will now throw an error instead of looping infinitely.
|
2013-01-03 23:05:36 +00:00 |
|
Sloth
|
50014ddbc0
|
- Fixed a bug with morphs.
|
2013-01-03 21:35:53 +00:00 |
|
Sloth
|
a7e0a1100a
|
- Fixed Storm and Epic keywords.
|
2013-01-03 20:55:13 +00:00 |
|
Sloth
|
997ee9071f
|
- Better fix for AF Charm AI.
|
2013-01-03 20:40:59 +00:00 |
|
Sloth
|
1d7c93000c
|
- Fixed AF Charm AI.
|
2013-01-03 20:17:37 +00:00 |
|