Commit graph

16122 commits

Author SHA1 Message Date
Mark Langen
f6d50ce04f Various new Drag & Drop deck editor improvements
* Shift-Click / Shift-Drag now work as expected as far as multi-selection
* Deck editor saves split pane split positions
* Card layout and sort settings are now saved along side the a deck when saving to the .dck format, so that you have back the exact same deck layout when you re-load the deck.
* Fixed the symbol image downloader to work around some of the large-size symbol images being missing on gatherer. Falls back to the medium sized images currently for those symbols.
2016-10-04 00:09:51 -06:00
LevelX2
38cbf1a687 Merge pull request #2422 from spjspj/master
spjspj - one more token
2016-10-04 07:32:52 +02:00
fireshoes
ae41a5fbbf Changed Duel Commander starting life total to 20. 2016-10-04 00:24:45 -05:00
spjspj
4d3f28ed6d spjspj - one more token 2016-10-04 10:01:41 +11:00
fireshoes
7cbb3df889 Fixed that Eternal format matches did not show in the matchmaking lobby. 2016-10-03 16:39:11 -05:00
LevelX2
e8ab8558d1 Fixed some possible null pointer exceptions. 2016-10-03 22:07:10 +02:00
LevelX2
01ca3689b3 Some minor changes. 2016-10-03 20:25:17 +02:00
LevelX2
9a00dd20ca Fixed some problems with constructed formats definition and custom sets. 2016-10-03 20:25:08 +02:00
LevelX2
7dfcb15c3c Fixed some null pointer exceptions with Thieves Auction and Avatar of the Might. 2016-10-03 20:19:57 +02:00
LevelX2
1a8f38759b Fixed a problem with filetring of CantBeTargetedAllEffect. 2016-10-03 19:43:26 +02:00
LevelX2
24fc597fe5 Fixed mode handling for modes that can be selected multiple times. 2016-10-03 19:41:46 +02:00
LevelX2
8df5bfa251 Merge pull request #2418 from Eirkei/CardViewodesTargets
Add correct targets to spells with modes - Fixes #2391
2016-10-03 19:24:34 +02:00
Eirkei
004a14759e Add correct targets to spells with modes - Fixes #2391 2016-10-03 11:32:32 +02:00
LevelX2
16027d5fef [SWS] Added Star Wars Block Format. 2016-10-03 10:26:30 +02:00
LevelX2
76ca7cd7f4 Merge pull request #2417 from Eirkei/ArchangelOfStrifeImplemented
Archangel of Strife implemented
2016-10-03 10:19:06 +02:00
LevelX2
bdaa78e144 Some minor changes. 2016-10-03 10:00:48 +02:00
Eirkei
bf25e3f063 Archangel of Strife implemented 2016-10-03 09:58:14 +02:00
fireshoes
905fd65ebd Merge origin/master 2016-10-03 00:51:01 -05:00
fireshoes
886b8fa676 Implemented September requested cards Spellbane Centaur, Denying Wind, Diamond Kaleidoscope, and Ersatz Gnomes. 2016-10-03 00:43:12 -05:00
LevelX2
f6839f9e1d Merge origin/master 2016-10-03 01:43:02 +02:00
LevelX2
fcba98f985 Some minor changes. 2016-10-03 01:42:35 +02:00
LevelX2
869039a4cf Added AnotherEnchantedPredicate object. 2016-10-03 01:42:13 +02:00
fireshoes
002da57ccd Fixed that Constructed - Freeform format did not appear in the games lobby. 2016-10-02 18:40:45 -05:00
LevelX2
e19172fb91 [SWS] Fixed some problems. 2016-10-03 00:38:39 +02:00
LevelX2
7cedf8b193 * Kaho, Minamo Historian - Fixed a bug that the card could not be cast from exile (fixes #2401). 2016-10-03 00:38:22 +02:00
LevelX2
31e92fbfcb Fixed that preventing identical chat messages is not active for game log (fixes #2274). 2016-10-02 23:46:32 +02:00
LevelX2
c4b4804903 Fixed that no abilitues were shown for selecting the order of triggered abilities from a dies triggered ability of tokens. 2016-10-02 23:34:06 +02:00
LevelX2
6554102367 [SWS] Fixed some problems. 2016-10-02 22:50:34 +02:00
LevelX2
da685472d8 Fixed some wrong usages of canRespond. 2016-10-02 17:55:49 +02:00
LevelX2
34442ca00a Removed unused object. 2016-10-02 17:42:59 +02:00
LevelX2
f8accc4122 Merge pull request #2411 from Eirkei/AshlingsPrerogativeImplemented
Ashling's Prerogative implemented
2016-10-02 17:39:47 +02:00
LevelX2
1e2f0dba0a Merge pull request #2415 from Styxo/master
[CN2] Added two cards
2016-10-02 17:30:37 +02:00
LevelX2
4564988072 Merge pull request #2414 from Eirkei/TemptingWurmImplemented
Tempting Wurm Implemented
2016-10-02 17:29:08 +02:00
LevelX2
5d94ed8dd0 Some clean up changes. 2016-10-02 17:27:05 +02:00
LevelX2
5469facdd6 Added a test. 2016-10-02 16:15:04 +02:00
Styxo
8e9cbff67c [CN2] Added two cards 2016-10-02 15:42:35 +02:00
Eirkei
31b42c1a8d Tempting Wurm Implemented 2016-10-02 13:12:49 +02:00
spjspj
98db0fa21b Merge pull request #2413 from spjspj/master
spjspj - Update multiseat option to be multi-attack
2016-10-02 21:01:54 +11:00
spjspj
f562a4c0cf spjspj - Update multiseat option to be multi-attack 2016-10-02 21:00:41 +11:00
spjspj
0e39842236 Merge pull request #2410 from spjspj/master
spjspj - Start of tracking down duplicate cards
2016-10-02 17:35:04 +11:00
spjspj
c933baf995 spjspj - Util to track down duplicate ID/Sets for cards 2016-10-02 17:33:04 +11:00
LevelX2
da0080e2e1 * Ethersworn Canonist - Code cleanup. 2016-10-02 07:26:59 +02:00
fireshoes
cfcefb3877 Fixed some incorrect collector numbers. 2016-10-01 20:15:23 -05:00
Eirkei
6e2e3e4194 Ashling's Prerogative implemented 2016-10-01 17:24:16 +02:00
Eirkei
8fe3964936 Effect for "... enter the battlefield tapped" 2016-10-01 17:23:46 +02:00
spjspj
b8632f0249 spjspj - Start of tracking down duplicate cards 2016-10-02 00:55:23 +10:00
Simown
8b66eff239 Fixed typo on Aerial Volley 2016-10-01 12:25:38 +01:00
emerald000
98cc5bacdd [CN2] Minor text fix. 2016-10-01 06:36:26 -04:00
emerald000
2da4edafb8 [CN2] Implemented Melee ability. Added 3 cards using it.
Deputized Protester, Menagerie Liberator and Wings of the Guard.
2016-10-01 06:33:46 -04:00
LevelX2
03d7ea9ecd * Selvala, Explorer Returned - Fixed a bug that mana and life for the controller was not provided. 2016-09-30 11:34:27 +02:00