| .. |
|
combat
|
Fixed one overlooked instance of lethalDamage
|
2017-12-28 16:53:52 +01:00 |
|
command
|
* Fixed some problems with abilities that let permanents become artifact creatures but only added creature card type instead of artifact and creature card type (fixes #4290).
|
2017-12-31 11:31:58 +01:00 |
|
draft
|
Fixed possible exception during draft player repplacement.
|
2017-09-05 16:39:43 +02:00 |
|
events
|
Start adding in Dice Roll effects
|
2017-12-10 22:49:55 +11:00 |
|
match
|
Fixed a bug that falsely ended players tournaments.
|
2017-08-19 07:46:47 +02:00 |
|
permanent
|
Implemented Autumn Willow
|
2018-01-02 05:48:06 +01:00 |
|
stack
|
Ficed a problem with Bestow, adding multiple times "AURA" subtype.
|
2017-11-24 12:30:15 +01:00 |
|
tournament
|
* Added check if the deck was modified during sideboarding.
|
2017-06-05 20:23:09 +02:00 |
|
turn
|
Fixed player leaving/conceding handling.
|
2017-10-21 16:13:45 +02:00 |
|
CardAttribute.java
|
fixed color-changing effects removing subtypes
|
2017-09-26 20:30:52 -04:00 |
|
CardState.java
|
rewrote enum comparisons, iterator to removeIf, added some stream and filters
|
2017-02-11 22:37:00 +01:00 |
|
Controllable.java
|
|
|
|
Exile.java
|
Fixed Duplicant getting boost from Commander in command zone (#3299)
|
2017-08-27 09:16:47 -04:00 |
|
ExileZone.java
|
|
|
|
Game.java
|
Moved overflow check method to CardUtil
|
2017-12-23 23:58:40 +01:00 |
|
GameCanadianHighlanderImpl.java
|
Few lambda's and removed explicit type from creating lists and hashmaps
|
2017-02-28 13:46:57 +03:00 |
|
GameCommanderImpl.java
|
finish rewriting watchers
|
2017-04-29 12:07:46 +02:00 |
|
GameException.java
|
|
|
|
GameImpl.java
|
Moved overflow check method to CardUtil
|
2017-12-23 23:58:31 +01:00 |
|
GameInfo.java
|
|
|
|
GameOptions.java
|
Ban ignored users from watching
|
2017-05-29 21:36:42 +02:00 |
|
GameReplay.java
|
|
|
|
GameState.java
|
fixed color-changing effects removing subtypes
|
2017-09-26 20:30:52 -04:00 |
|
GameStates.java
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
GameTinyLeadersImpl.java
|
[AKH] Added 3/27 spoilers to mtg-cards-data.txt. Implemented several of the new cards.
|
2017-03-28 22:25:29 -05:00 |
|
Graveyard.java
|
|
|
|
LookedAt.java
|
replaced various !contains -> put with putIfAbsent
|
2017-01-09 13:07:32 +01:00 |
|
Revealed.java
|
rewrote enum comparisons, iterator to removeIf, added some stream and filters
|
2017-02-11 22:37:00 +01:00 |
|
Seat.java
|
playertype, enum singleton
|
2017-04-02 22:09:20 +02:00 |
|
Table.java
|
* Fixed a problem that the table health check removed tables that were just created by adding 30 seconds check stop after table start to prevent checking while server still is initializing the table start.
|
2017-07-23 20:28:18 +02:00 |
|
Team.java
|
|
|
|
ZoneChangeInfo.java
|
Refactoring
|
2016-12-29 16:16:08 +03:00 |
|
ZonesHandler.java
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |