Commit graph

4257 commits

Author SHA1 Message Date
jeffwadsworth
1fdccc6463 - Added Cat Burglar, Peace of Mind, Convalescence, City of Traitors, and Eratai, Wizard Adept. <EXO> 2012-10-29 12:07:48 -05:00
Plopman
ebc8eb01c7 [8ED] fix Larceny 2012-10-29 17:35:16 +01:00
Plopman
69cc568f52 [FUT] Add Tarmogoyf 2012-10-29 15:44:31 +01:00
Plopman
487701cb51 [8ED] 8 black cards 2012-10-29 14:05:41 +01:00
Plopman
bee62c1362 Circle of protection 2012-10-29 12:48:44 +01:00
LevelX2
a41ceb1079 [BOK] 6 white cards 2012-10-29 08:28:12 +01:00
LevelX2
cf3764e52a used targetPointer instead source target, minor rule text change 2012-10-29 08:27:05 +01:00
LevelX2
b9d98eb564 Fixed issue #58 (ability from night and day side of "Screeching Bat" triggered simultaneously) 2012-10-27 14:53:41 +02:00
LevelX2
5507ba19b0 [BOK] Ornate Kanzashi 2012-10-26 08:33:49 +02:00
LevelX2
e706a77211 Added putOntoBattlefield handling for cards played from exile zone (Ornate Kanzashi). 2012-10-26 08:32:36 +02:00
LevelX2
a3e4e72190 Test for prev. issue #56. 2012-10-26 08:30:23 +02:00
LevelX2
6b42b9726c Fixed issue #56. Tokens don't match enters the battlefield abilities because of missing attributes. 2012-10-26 08:29:16 +02:00
jeffwadsworth
bb49122ef9 - Added Conjurer's Bauble, Elsewhere Flask. 2012-10-25 18:41:11 -05:00
North
e5f91ef244 [CardRepository] Initialized data for tests 2012-10-25 00:33:14 +03:00
North
86702ec437 [CardRepository] Fixed searching for Strings containing apostrophe 2012-10-25 00:32:48 +03:00
magenoxx
575cebad7f Displaying arrows for fixed targets in effects (for Jace, Architect of Thought first ability) 2012-10-24 17:45:55 +04:00
LevelX2
c9a40f4431 Fixed Jace, Architect of Though's first ability when attacking with more than one creature. Fixed that the unboost effect didn't check if the creature is still attacking and only applies, if this is true. 2012-10-24 12:22:47 +02:00
LevelX2
31d9934b5f [RTR] added the two event decks to the sample decks 2012-10-24 09:01:45 +02:00
Plopman
a710e73532 Merge branch 'master' of https://github.com/magefree/mage.git 2012-10-23 17:03:41 +02:00
Plopman
b1e37fa090 [8ED] 11 cards 2012-10-23 15:28:45 +02:00
magenoxx
10ba5c2e72 Downloading images according to save_to_zip option 2012-10-23 17:10:56 +04:00
magenoxx
789ed428b7 [ui] disabled choosing path for images. added zip files option 2012-10-23 15:59:46 +04:00
magenoxx
6e1e27f51d [ui] updated about dialog 2012-10-23 15:55:13 +04:00
North
021a00400d [CardRepository] changed database file name and location 2012-10-22 23:57:53 +03:00
North
9acb0e23bc Removed unused code from Sets and ExpansionSet 2012-10-22 23:57:14 +03:00
North
cf93d74206 [CardRepository] Added card scanning on server startup 2012-10-22 23:49:26 +03:00
North
08815ffb88 [CardRepository] Replaced findCard methods from Sets and ExpansionSet 2012-10-22 23:48:52 +03:00
North
042e4baa1f [CardRepository] refactored deck importers 2012-10-22 21:04:28 +03:00
North
9039ba19c9 [CardRepository] added methods for finding cards by name 2012-10-22 21:03:09 +03:00
LevelX2
f4fb70fffd [RTR] some fixes to card attributes 2012-10-22 17:27:51 +02:00
LevelX2
f480d5cb66 added the RTR intro pack deck lists 2012-10-22 16:09:59 +02:00
LevelX2
62844401ee fixed M13 emblem picture download (emblem pictures are not used yet?) 2012-10-22 16:08:05 +02:00
LevelX2
cdb381df2d [RTR] Small fixes 2012-10-22 08:36:15 +02:00
LevelX2
43e7e95e14 [RTR] Angel of Serenity -> RTR Done (this was the last one) 2012-10-22 02:19:56 +02:00
LevelX2
060f282ddc [RTR] Perlious Shadow, Sphinx of the Chimes, Jace Architect of Thought 2012-10-22 00:30:35 +02:00
LevelX2
b95b2c7258 [RTR] Desecration Demon, Epic Experiment, Guild Feud, Psychic Spiral, Search the City 2012-10-21 18:47:56 +02:00
LevelX2
8efda49196 UnleashAbility added inform text 2012-10-21 18:45:49 +02:00
North
0c646d60e1 Removed unused code from Sets.java 2012-10-21 18:34:47 +03:00
North
271aaab5fd [CardRepository] replaced Sets.findCard(setCode, cardNum) 2012-10-21 18:30:15 +03:00
North
8d83251428 Renamed method in CardRepository 2012-10-21 18:23:27 +03:00
North
6faca63354 Removed unused methods from CardsStorage
Only ratings are left and should be moved
2012-10-21 18:15:44 +03:00
North
809910e8c7 Used CardRepository in Deck Editor 2012-10-21 18:15:43 +03:00
North
56a11f4da2 Replaced CardStorage references from MageFrame with CardRepository 2012-10-21 18:15:42 +03:00
North
4a4ed72324 Replaced some CardStorage references with CardRepository 2012-10-21 18:15:40 +03:00
North
ca912d4e03 Used CardRepository for DeckGenerator
Rewritten the getRandomColors method
2012-10-21 18:15:38 +03:00
North
7ea23a1ba1 Added CardRepository initialization 2012-10-21 18:15:37 +03:00
North
505d5c981a Added CardRepository 2012-10-21 18:15:35 +03:00
LevelX2
1911e09802 [RTR] Destroy the Evidence, Grave Betrayal, Necropolis Regent 2012-10-21 00:21:29 +02:00
LevelX2
f9a39be9c6 [RTR] Firemind's Foresight, Setention Sphere 2012-10-19 16:01:48 +02:00
LevelX2
2da0408dd7 [RTR] Dark Revenant, Launch Party 2012-10-19 00:22:20 +02:00