Commit Graph

18816 Commits

Author SHA1 Message Date
swordshine
22f657ac85 - More cards ready for multiplayer 2013-01-14 00:28:14 +00:00
ArsenalNut
349cbba910 Made xCount handling of RememberedSize consistent with other count keywords 2013-01-13 20:54:39 +00:00
Maxmtg
e7021c11e0 Deck: commander decks may have 0-10 cards sideboard 2013-01-13 19:19:06 +00:00
Maxmtg
cc8c27ecb6 * Better sideboarding: decks have no extra fields for changed parts, they are copied on sideboarding, new deck composition moved outside of GuiChoose.java
* Decks have no extra sections for variants (sideboard works in most cases)
* Deck Format restrictions are in a separate class not related to GameType
+ DeckSection has its own toString overload
+ DualListBox operates CardPrinted properly (sideboarding dialog uses cardprinted instances)
+ ItemPool.remove method returns true if any elements were removed.
2013-01-13 17:19:07 +00:00
swordshine
b983efb5a5 - Fixed Divine Reckoning and made it ready for multiplayer 2013-01-13 06:40:43 +00:00
swordshine
58d7ef85f0 - Fixed a few cards by updating TokenHiddenKeywords 2013-01-13 05:42:41 +00:00
swordshine
87efd04ddd - Fixed Contested Cliffs 2013-01-13 05:14:24 +00:00
Maxmtg
9eeb3441e7 forge.card.CardManaCost => SpellManaCost
forge.card.mana.ManaCost => ManaCostBeingPaid
Ability ctor now accepts SpellManaCost as 2nd argument.
2013-01-12 19:51:44 +00:00
Sloth
bd57fe3d93 - The AI will now anticipate effects with "Damage that would reduce your life total to less than 1 reduces it to 1 instead.". 2013-01-12 15:19:45 +00:00
Sloth
49eeacef9e - The AI can now use bounce spells to save non-creature permanents. 2013-01-12 15:04:29 +00:00
Sloth
255f5ac834 - Fixed AI using Discordant Dirge. 2013-01-12 14:52:45 +00:00
Sloth
e5eaf6d8eb - Fixed Rakdos Guildmage. 2013-01-12 14:22:11 +00:00
Chris
c8c9f09f15 - Added a fluff piece to the changes.txt file.
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
2013-01-12 13:45:40 +00:00
Sloth
dd4d5f4804 - Replacement effect abilities are now flagged as trigger (to not be confused with a activated ability). This fixes the interaction of Suppression Field and replacement effects. 2013-01-12 11:25:16 +00:00
Sloth
61d19f011c - Fixed Plaxcaster Frogling. 2013-01-12 08:00:10 +00:00
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
Chris
d6e452d9e4 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2013-01-09 13:10:53 +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
swordshine
74bb520a60 - Added an exile effect SVar to Runesword 2013-01-09 10:16:54 +00:00
swordshine
0b6d68ddf1 - Added Necromancer's Magemark and Runesword 2013-01-09 10:07:21 +00:00
Sloth
6727b5eaf5 - Fixed Elemental Mastery. 2013-01-08 19:45:06 +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
Chris
5c0ed575cb - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2013-01-07 11:40:37 +00:00
moomarc
efcab0921b - Fixed Bloodchief Ascension not showing up in the game 2013-01-06 15:29:59 +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
Chris
9a00786e6a - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2013-01-06 13:22:55 +00:00
Sloth
c857bef603 - Fixed Annihilator getting the wrong defender. 2013-01-06 11:16:32 +00:00
swordshine
7b3aa53bec - Added Limited Resources 2013-01-06 08:41:33 +00:00
Sloth
f9b41217b0 - Updated some SVars. 2013-01-06 08:29:24 +00:00
swordshine
e966b7f3c2 - Added more cards by squee1968 2013-01-06 08:04:54 +00:00