Commit graph

5838 commits

Author SHA1 Message Date
LevelX2
283b27e26c * Haunted Plate Mail - Fixed that it gave +2/+2 instead of +4/+4. 2013-07-18 16:30:39 +02:00
LevelX2
36d07416b9 Fixed DiscardEachPlayerEffect so that all players discard simultaneously (Fixes #286). 2013-07-18 13:24:21 +02:00
LevelX2
7c6666062e Fixed that AI can handle TargetDiscard or TargetCardInHand with MinNumberOfTargets > 1. 2013-07-18 13:19:44 +02:00
Li REN
dcce8c30a1 [minor] fix a bug causes assembly plugin error 2013-07-18 04:36:21 -04:00
ludwig.hirth
62466a669c Merge branch 'master' of https://github.com/magefree/mage.git 2013-07-17 22:42:30 +02:00
LevelX2
7da1cf1021 Added the Magic power 9. 2013-07-17 22:42:05 +02:00
Plopman
d1ee8a7e9a [Commander] Move commander to command zone at the begging of the game 2013-07-17 20:38:07 +02:00
Plopman
9499c65fe6 [Commander] Added possibility to cast Commander 2013-07-17 20:37:31 +02:00
Plopman
e6847a472d [Commander] Display Commander in client 2013-07-17 20:35:52 +02:00
Plopman
930e70fbbb [Commander] Added CommanderView 2013-07-17 20:33:58 +02:00
Plopman
f64aa7e6ae [Commander] Added CommandObjectView and change EmblemView (implements commandObjectView) 2013-07-17 20:33:25 +02:00
Plopman
5e3447f4c8 [Commander] added Commander and CastCommanderAbility 2013-07-17 20:32:21 +02:00
Plopman
71b7dc26c7 [MOR]Added Gilt-Leaf Archdruid 2013-07-17 20:31:20 +02:00
Li REN
1cea80fd5d fix error of audioManager when start client from IDE. 2013-07-17 13:51:59 -04:00
LevelX2
10fd7c6f6a Removed old debug messges. 2013-07-17 17:31:49 +02:00
LevelX2
69c3ae0666 Added 13 standard format decks using already M14 cards. 2013-07-17 16:09:53 +02:00
LevelX2
ffa8e53a68 Added another sample deck to client. 2013-07-17 14:22:05 +02:00
LevelX2
3a33c12b43 Added Yavimaya Hollow, Charging Troll, Femeref Enchantress, Aradillo Cloak, Aspect of the Mongoose. 2013-07-17 14:21:33 +02:00
LevelX2
ab5638f2bb [Minor] Cleanup to some cards. 2013-07-17 14:20:32 +02:00
LevelX2
5881cbf665 * Hunt the Weak - Fixed that the added counter was not applied during the fight effect. 2013-07-17 11:49:13 +02:00
LevelX2
aec5f554a6 Reverted unconditional game.applyEffects() after each effect resolve. 2013-07-17 11:48:19 +02:00
ludwig.hirth
035756efab Merge branch 'master' of https://github.com/magefree/mage.git 2013-07-17 11:45:46 +02:00
LevelX2
b93ff11aeb Added possibility to set a flag for effects that causes to call game.applyEffects() after the effect is resolved. 2013-07-17 11:45:22 +02:00
Li REN
0802d0433c [minor] clean up 2013-07-17 04:53:03 -04:00
Li REN
4529efa773 Change one shot effect resolving function. Resolve continuous effects after each one shot effect resolved. 2013-07-17 04:40:09 -04:00
LevelX2
2bfc5373fe Fixed a bug in tournament that eliminates opponent of player that quits e.g. in first game. 2013-07-17 00:37:37 +02:00
LevelX2
9838dea551 Added possibility to show tournament panel and watch tournament games (if allowed at tournament start) for spectators . 2013-07-16 17:39:02 +02:00
LevelX2
001f8ec1e6 Added missing changes of renaming quitted to quit. 2013-07-16 10:16:35 +02:00
LevelX2
489a727f5c * Master of Diversion - Fixed NPE because of using wrong id (Fixes #284). 2013-07-16 08:27:48 +02:00
LevelX2
6a23e957e0 Merge branch 'master' of https://github.com/magefree/mage.git 2013-07-16 00:06:38 +02:00
LevelX2
f63a64e6cf [minor] Some text renaming. 2013-07-16 00:06:15 +02:00
Jeff
d3f7d3d688 - Added the exile target card to Dimir Doppelganger. 2013-07-15 17:02:36 -05:00
Jeff
5898fe7ab5 - Added Dimir Doppelganger. Fixed text Skyshroud Ranger. 2013-07-15 16:58:22 -05:00
LevelX2
26ca873eb6 [minor] Some text renaming. 2013-07-15 23:56:10 +02:00
Jeff
85181298d0 - Added Skyshroud Ranger and Doubling Cube. 2013-07-15 15:06:07 -05:00
LevelX2
237763b577 * Slaughter Pact / Intervention Pact - Fixed that the cost haven't to be paid at the beginning of your next turn. 2013-07-15 21:43:05 +02:00
LevelX2
1648a3c750 * Act of Treason - Made target mandatory. 2013-07-15 21:17:56 +02:00
LevelX2
2abeba7c47 Deleted sample music. 2013-07-15 21:17:14 +02:00
LevelX2
4456d0ff79 * Pact of Negation - Fixed that the cost haven't to be paid at the beginning of your next turn. 2013-07-15 20:37:42 +02:00
LevelX2
73160df305 Added option to deactivate target copy for CreateDelayedTriggeredAbilityEffect. 2013-07-15 20:36:30 +02:00
LevelX2
4721c6aaca Fixed handling of sacrifice Planeswalker or Legend permanent caused by new rule for AI choose target. 2013-07-15 19:56:01 +02:00
LevelX2
9803c069f9 Fixed and extended PlaneswalkerRuleTest. 2013-07-15 19:54:37 +02:00
North
7db8f5e37e * fixed ControlsPermanentCondition 2013-07-15 20:25:30 +03:00
Michael Ludwig
1bff2da1eb Quick fix 2013-07-15 13:09:43 -04:00
Michael Ludwig
d2ac0c48db Refactored inner classes and fixed tab problem from previous commits 2013-07-15 12:50:36 -04:00
LevelX2
2da26af567 * Towering Thunderfist - Fixed that Vigilance last while Towering Thunderfist was on the battlefield instad end of turn (Fixes #281) 2013-07-15 15:42:34 +02:00
LevelX2
ded726d2ef Prevent that the tournament sub tables are deleted by expire check (delete logik must be added). 2013-07-15 15:03:38 +02:00
LevelX2
f1ce18cccf Changes Legendary and Planeswalker uniqueness rule to new rule behaviour from 20130713. 2013-07-15 15:01:40 +02:00
LevelX2
178b4cb158 Fixed random set for basic land definition. (Fixed issue #274) 2013-07-15 13:27:12 +02:00
Li REN
a80fff7a8c [minor] little clean 2013-07-14 23:56:05 -04:00