foul-magics/Mage/src/mage/game
2015-10-16 13:14:09 +13:00
..
combat * Domineering Will - Fixed not correctly working effects. 2015-10-11 18:32:37 +02:00
command * Fixed that the emblem token images of the Origins Planeswalker were not shown. 2015-07-17 15:32:31 +02:00
draft * Fixed a bug of deck import not finding cards that were never included in regular core or expansion sets (e.g. Command Tower). The deck imports are now case insensitive (and also a little bit slower). 2015-08-23 00:57:05 +02:00
events Implement cards: Caribou Range, Fatespinner, Hibernation's End, and Safe Haven 2015-10-07 12:25:31 +03:00
match * Added optional rollback current turn and up to 3 previous turns to the battlefield menu. All other players have to agree to the rollback to let it happen. 2015-06-07 00:53:08 +02:00
permanent * Fixed that continuous effects were not yet applied to lands entering the battlefield (preventing Prismatic Omen and Valakut the Molten Pinnacle combo to work). 2015-10-16 13:13:38 +13:00
stack * Some changed to card moving (not finished) 2015-10-16 13:14:09 +13:00
tournament * Fixed that players during elemination tournaments could get multiple byes in a row. 2015-10-11 23:55:45 +02:00
turn * Rollback - Fixed that UI is locked after a accepted rollback request (fixes #1158). 2015-08-02 12:39:02 +02:00
CardAttribute.java Fixed missing copy statements of cardAttribute in game state. 2015-06-14 23:22:38 +02:00
CardState.java * Reworked/Cleaned card movement handling. 2015-10-11 03:52:38 +02:00
Controllable.java [THS] Added 4 white cards. 2013-09-11 17:38:43 +02:00
Exile.java Fixed some problems with UUID comparing and some problems with card moving. 2015-10-16 13:13:52 +13:00
ExileZone.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
Game.java * Reworked/Cleaned card movement handling. 2015-10-11 03:52:38 +02:00
GameCommanderImpl.java * Commander - Fixed that a player lost by commander damage was posted continuously to the game log while the multiplayer game was ongoing. 2015-08-25 15:21:45 +02:00
GameException.java
GameImpl.java * Oath of Lieges - Fixed target handling (fixes #1312). 2015-10-16 13:13:15 +13:00
GameInfo.java * Added handling to show all tournament games in tournament view. 2014-10-02 01:15:21 +02:00
GameOptions.java * Some spelling changes. 2015-07-26 09:19:46 +02:00
GameReplay.java
GameState.java * Reworked/Cleaned card movement handling. 2015-10-11 03:52:38 +02:00
GameStates.java * Added optional rollback current turn and up to 3 previous turns to the battlefield menu. All other players have to agree to the rollback to let it happen. 2015-06-07 00:53:08 +02:00
GameTinyLeadersImpl.java * Added optional rollback current turn and up to 3 previous turns to the battlefield menu. All other players have to agree to the rollback to let it happen. 2015-06-07 00:53:08 +02:00
Graveyard.java Added Volrath's Shapeshifter. 2015-04-30 19:10:50 -07:00
LookedAt.java Removed dispay of card ID for looked at cards to prevent unfair use of card identity. 2015-06-22 15:31:15 +02:00
Revealed.java Added Sen Triplets (Alara Reborn = 100%). 2015-06-23 16:15:14 +02:00
Seat.java [minor] access modifer order 2013-03-10 14:53:02 +02:00
Table.java * Tournaments - Added handling for constructed formats and password protection. 2014-10-12 04:19:28 +02:00
Team.java