| .. |
|
combat
|
* C17 Enchantment Curses - Fixed a bug that could create game errors (index out of bounds).
|
2017-08-17 21:36:55 +02:00 |
|
command
|
* Some rework for TargetPointer handling.
|
2017-07-26 17:21:03 +02:00 |
|
draft
|
talk to interfaces rather than implementations
|
2017-07-16 11:08:09 +02:00 |
|
events
|
fix fired event for eternalize
|
2017-08-07 22:30:34 +02:00 |
|
match
|
Fixed a bug that falsely ended players tournaments.
|
2017-08-19 07:46:47 +02:00 |
|
permanent
|
Implemented Edgar Markov
|
2017-08-15 18:08:33 -04:00 |
|
stack
|
* Minds Aglow - Fixed that payed mana can be undone if X was set to a too high value.
|
2017-07-30 18:50:36 +02:00 |
|
tournament
|
* Added check if the deck was modified during sideboarding.
|
2017-06-05 20:23:09 +02:00 |
|
turn
|
* Fixed a problem of EndTurnEffect not beeing able to remove stackAbilities and endless looping as a result (fixes #3221).
|
2017-04-25 21:30:45 +02:00 |
|
CardAttribute.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05: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
|
rewrote enum comparisons, iterator to removeIf, added some stream and filters
|
2017-02-11 22:37:00 +01:00 |
|
ExileZone.java
|
Removed redundant interface implementation.
|
2016-05-07 05:33:54 -07:00 |
|
Game.java
|
* Karn Liberated - fixed that after using its -14 ability the game does not properly set the starting player of the new game (fixes #3786).
|
2017-08-10 07:04:32 +02: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
|
* Fixed text of planeswalker to keep to only include type not name.
|
2017-08-17 01:11:03 +02:00 |
|
GameInfo.java
|
Change all line endings to LF
|
2016-04-14 16:18:01 +00:00 |
|
GameOptions.java
|
Ban ignored users from watching
|
2017-05-29 21:36:42 +02:00 |
|
GameReplay.java
|
|
|
|
GameState.java
|
* Fixed a problem that watcher added from cards are not reset between games of a match (fixes #3228).
|
2017-05-28 18:24:37 +02: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 |