| .. |
|
combat
|
Implemented Verity Circle
|
2019-01-04 20:58:02 -05:00 |
|
command
|
refactored many other predicates to singleton enums
|
2019-01-12 16:30:49 -05:00 |
|
draft
|
Make draft logs compatible with MTGO format #5450 - https://github.com/magefree/mage/issues/5450
|
2018-12-19 19:41:44 -08:00 |
|
events
|
Implemented Font of Agonies
|
2019-01-09 12:43:15 -05:00 |
|
match
|
Add "minimum rating" option to matches and tournaments
|
2018-09-29 19:14:39 -07:00 |
|
permanent
|
refactored AnotherPredicate to singleton enum
|
2019-01-12 16:12:51 -05:00 |
|
stack
|
fixed an issue with cost adjusters
|
2019-01-12 15:48:52 -05:00 |
|
tournament
|
Merge branch 'master' into add-minimum-rating-option
|
2018-09-29 19:15:46 -07:00 |
|
turn
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
CardAttribute.java
|
|
|
|
CardState.java
|
|
|
|
Controllable.java
|
make plane and emblem implement Controllable to give access to the isControlledBy method
|
2018-09-30 12:48:03 +02:00 |
|
Exile.java
|
Tests: added support of TargetCardInExile, TargetCardInGraveyard and variations;
|
2018-11-21 16:43:46 +04:00 |
|
ExileZone.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
Game.java
|
Fixed NPE errors for some cards (#5471)
|
2018-12-23 20:24:20 +04:00 |
|
GameCanadianHighlanderImpl.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
GameCommanderImpl.java
|
rewrite watchers to GameState.getWatcher(), rather than getWatchers().get(). This hides away the implementation of the watchers. Accepts the class rather than the name. Always returns the specific subclass, so there is no more casting needed. Only 1 line in the common library remains, that is still using the old 'deprecated' method. Needs a new version release to do that.
|
2019-01-06 20:59:13 +01:00 |
|
GameException.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
GameImpl.java
|
Fixed missing watchers on game start, added error on missing watcher;
|
2019-01-08 13:50:19 +04:00 |
|
GameInfo.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
GameOptions.java
|
Continuing implementation of Planechase.
|
2018-04-12 00:07:24 +10:00 |
|
GameReplay.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
GameState.java
|
Fixed NPE errors for some cards (#5471)
|
2019-01-07 14:04:33 +04:00 |
|
GameStates.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
GameTinyLeadersImpl.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
Graveyard.java
|
|
|
|
LookedAt.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
Revealed.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
Seat.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
Table.java
|
Fixed NPE error on some tournaments finish;
|
2019-01-08 09:26:14 +04:00 |
|
Team.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
ZoneChangeInfo.java
|
[DOM] Added three cards. Some fixes to rule texts and some more minor fixes.
|
2018-04-15 11:33:57 +02:00 |
|
ZonesHandler.java
|
* Desecrated Tomb - fixed that it did not produce bat tokens if a Zombie cards was cast from graveyard (fixes #5318).
|
2018-09-27 17:26:22 +02:00 |