| .. |
|
combat
|
[AKH] Added exert ability, Ahn-Crop Crasher and Combat Celebrant.
|
2017-04-06 23:10:24 +02:00 |
|
command
|
rewrote some streams and optionals
|
2017-04-01 22:45:40 +02:00 |
|
draft
|
All final strings became static - it will give a little perfomance boost, due to not instantiating same string every time
|
2017-02-27 16:33:32 +03:00 |
|
events
|
[AKH] Updated tooltip text on several white and blue cards. Some minor fixes.
|
2017-04-15 23:37:50 -05:00 |
|
match
|
playertype, enum singleton
|
2017-04-02 22:09:20 +02:00 |
|
permanent
|
[AKH] Implemented some of the 4/13 spoiled cards.
|
2017-04-13 23:28:21 -05:00 |
|
stack
|
added addCardType to MageObject
|
2017-04-05 19:10:43 +02:00 |
|
tournament
|
playertype, enum singleton
|
2017-04-02 22:09:20 +02:00 |
|
turn
|
Some rework to end turn logic and removing of stack objects (related to #2977).
|
2017-04-02 15:18:50 +02:00 |
|
CardAttribute.java
|
Few lambda's and removed explicit type from creating lists and hashmaps
|
2017-02-28 13:46:57 +03: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
|
Some rework to end turn logic and removing of stack objects (related to #2977).
|
2017-04-02 15:18:50 +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
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
GameException.java
|
|
|
|
GameImpl.java
|
Some rework to end turn logic and removing of stack objects (related to #2977).
|
2017-04-02 15:18:50 +02:00 |
|
GameInfo.java
|
Change all line endings to LF
|
2016-04-14 16:18:01 +00:00 |
|
GameOptions.java
|
rewrote singleton to enum where applicable
|
2017-03-14 16:32:47 +01:00 |
|
GameReplay.java
|
|
|
|
GameState.java
|
Few lambda's and removed explicit type from creating lists and hashmaps
|
2017-02-28 13:46:57 +03: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
|
playertype, enum singleton
|
2017-04-02 22:09:20 +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 |