Commit graph

3160 commits

Author SHA1 Message Date
LevelX2
5ccc1c91ae * Tournaments - Added handling for constructed formats and password protection. 2014-10-12 04:19:28 +02:00
LevelX2
8f690f7e02 * Added option to start matches with password protection. 2014-10-11 16:29:37 +02:00
LevelX2
d47dd0bb52 * Fixed handling of "Duration.UntilYourNextTurn" in case the player left the game in multiplayer matches. 2014-10-11 11:27:34 +02:00
LevelX2
ddf42c7620 * Changed info handling, empty or null values delete now the map entry. 2014-10-11 11:26:36 +02:00
LevelX2
1e225cdf78 * Aetherspouts - Fixed that the order the cards go to top or bottom (if more than one) could not be selected. 2014-10-10 23:50:26 +02:00
LevelX2
7ad45a2a6e * Fixed that converted mana costs for stack objects were not always calculated correctly (e.g. a Mental Misstep could counter a Cahlice of the Coid with X=1). 2014-10-10 10:27:01 +02:00
LevelX2
8a8dea1f26 * Match - Handling of building player names chnaged to fix out of memory error. 2014-10-10 08:01:17 +02:00
LevelX2
c96153f544 * Somem minor formatting / changes. 2014-10-10 07:58:07 +02:00
LevelX2
5d7e12d6df * Fixed a bug, that if a spell with a spell cast triggered ability (e.g. Ulamog, the Infinite Gyre) was successfully countered, the triggered ability was unintended removed from the stack with the spell. 2014-10-09 16:20:33 +02:00
LevelX2
995655aa61 * Match - Fixed a bug during creation of game info that lets game worker die (second try). 2014-10-09 01:30:14 +02:00
LevelX2
581df41ae7 * Match - Fixed a bug during creation of game info that lets game worker die. Leading to open game workers. Stops staring new games if game thread limit is reached. 2014-10-09 00:50:35 +02:00
Plopman
16606d9983 Fixed snow mana issue #590 2014-10-06 10:58:16 +02:00
LevelX2
8121849a18 * Tournament game info -player names are listed beginning with the starting player. 2014-10-05 16:35:08 +02:00
LevelX2
7f46323f67 * Added F7 to skip until next main phase. Added some preference options to skip handling. Clicking on phase bar opens now phase bar preferences. 2014-10-05 14:33:47 +02:00
LevelX2
a22a1b63a5 * Fixed a concurrent modification exception of triggered abilities. 2014-10-04 11:13:38 +02:00
LevelX2
54f0fd8fc1 * Fixed that AI used activated abilities for Battlefield as the card was on hand (fix #588). 2014-10-03 13:12:03 +02:00
magenoxx
922e35ff1c Fixed NPE in tooltips for Emblem choose-trigger 2014-10-02 12:17:25 +04:00
LevelX2
845d3a7951 * Added handling to show all tournament games in tournament view. 2014-10-02 01:15:21 +02:00
emerald000
05c0273889 Added Dralnu, Lich Lord, Dystopia, Greater Good and Rune Snag. 2014-09-30 17:42:04 -04:00
LevelX2
f62b7ee1d9 * Fixed that if a creature has already blocked another creature this turn it's no longer forced to block that creature again if a "must be blocked this turn effect" was cast or activated (fixes ##225). 2014-09-30 16:42:46 +02:00
LevelX2
551f03a542 * Market Festival - Fixed that the mana generated by Market Festival could be used to pay mana costs of a mana ability of the land Market Festival enchants (e.g. second ability of Nykthos, Shrine to Nyx). 2014-09-30 14:42:25 +02:00
LevelX2
2977cd27ea * Kruphix, God of Horizons - Fixed a bug that the mana pool was not correctly emptied (fixes #555). 2014-09-30 12:27:10 +02:00
emerald000
72cd7a46ec Added Soothsaying and Karador, Ghost Chieftain. 2014-09-30 02:49:48 -04:00
LevelX2
6a9a7d11e8 * Pine Walker - Fixed that the turned face up ability did also trigger for other creatures if Pine Walker was face down (fixes #581). 2014-09-29 15:18:41 +02:00
LevelX2
ae0417bf5c Some minor changes to server. 2014-09-29 08:11:18 +02:00
LevelX2
350897b0e2 Some fixes to player quits game handling. 2014-09-28 15:45:35 +02:00
emerald000
eb97a8aa20 Added Chronatog Totem and Proteus Staff. 2014-09-27 16:24:53 -04:00
LevelX2
070e8609f4 * Some changes to user handling / logging. 2014-09-26 15:31:56 +02:00
LevelX2
529b27c664 * Added a test and some comments. 2014-09-26 12:50:11 +02:00
emerald000
37d4d43fe1 Added Crypt Champion, Gibbering Descent, Phyrexian Tyranny and Tornado Elemental. 2014-09-25 17:34:52 -04:00
LevelX2
b9c2bf4326 * Fixed a bug of duration "Until your next turn". 2014-09-25 23:26:26 +02:00
LevelX2
cc4f90f867 * Fixed possible NPE in PlayerImpl. 2014-09-25 20:06:12 +02:00
LevelX2
341db7b01f * Morph Ability - Some fixes for displaying / handling morph cards/permanents. 2014-09-25 16:51:41 +02:00
LevelX2
7cacff2ce7 * Karmic Justice - Fixed that it did not trigger for its own destroyment. 2014-09-25 10:24:04 +02:00
LevelX2
f3ea64e27c * Changed handling of phases to stop to server based handling. 2014-09-25 00:33:58 +02:00
LevelX2
e6d2bce95d * Sidis Brood Tyrant - Fixed triggered ability not working as intended. 2014-09-25 00:32:43 +02:00
LevelX2
aa842efacc Added F5 button to skip priority until end step of opponent. Added PlayerAction handling. 2014-09-24 16:55:51 +02:00
LevelX2
74edb0f0ef Fixed possible NPE problems. 2014-09-24 12:40:49 +02:00
LevelX2
e64b5fb67c * Changes for getting correct name of object. 2014-09-23 17:20:28 +02:00
LevelX2
5b5344a1a0 * MorphAbility - Fixed copying a face-down creature (fixes #566). Morph cards are indicated as playable now if you have the needed mana to play it by Morph. Cast of Morph spell is now colorless (fixes #569). 2014-09-23 17:01:09 +02:00
LevelX2
f9afd91209 * Added a Misdirection test (#574). 2014-09-23 16:56:52 +02:00
LevelX2
cc713808cf * Download definition for M15 + CNS token and emblem images. 2014-09-22 23:31:26 +02:00
LevelX2
51728bcf4f Merge origin/master 2014-09-22 22:27:59 +02:00
LevelX2
17acc9f97d * Fixed that a player could wrongly not be chosen for not targeted effect, if the player had hexproof. 2014-09-22 22:27:10 +02:00
emerald000
58e7274b3d KTK Oracle changes + missing City in a Bottle version. 2014-09-22 12:59:26 -04:00
LevelX2
100decf7ce * Commander - Fixed that the commander replacement effect did not work if the commander spell on the stack was exiled. 2014-09-21 11:29:39 +02:00
LevelX2
898f111533 * Fixed calculation of converted mana costs of spells on the stack that include multiple {X} in casting costs. 2014-09-21 10:33:27 +02:00
LevelX2
a3505b6dba Some minor changes to logging and object handling. 2014-09-21 09:40:19 +02:00
LevelX2
1e6d767eff Added Supply/Demand, Raze and Scout's Warning. 2014-09-21 00:41:49 +02:00
LevelX2
da0100d3fd Increased window size of pick choice dialog. 2014-09-20 17:45:23 +02:00