| .. |
|
combat
|
added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call
|
2017-03-04 00:16:36 +01:00 |
|
command
|
changed cardtype from list to enumset
|
2017-03-03 17:04:32 +01: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
|
Functional interfaces should be annotated as functional interfaces
|
2017-02-15 19:23:12 +03:00 |
|
match
|
Add client-side user ignore list
|
2017-02-22 22:16:09 +01:00 |
|
permanent
|
fixed a count in Battlefield, changed loops to streams
|
2017-03-06 12:25:14 +01:00 |
|
stack
|
Fixed a bug that fizzling spell copies let also wrongly fizzle the original spell on the stack the copy was made from.
|
2017-03-11 12:00:05 +01:00 |
|
tournament
|
change enum equals to ==
|
2017-03-01 15:05:44 +01:00 |
|
turn
|
change enum equals to ==
|
2017-03-01 15:05:44 +01: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
|
Refactoring
|
2016-12-29 16:16:08 +03: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
|
added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call
|
2017-03-04 00:16:36 +01: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
|
All 1-character strings converted to primitives
|
2017-02-06 14:32:51 +03: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
|
Changed history handling for user a bit. Added history to table waiting dialog and user avatar tooltip.
|
2016-01-23 13:37:34 +01:00 |
|
Table.java
|
changed enum equals to ==, removed contains check for set
|
2017-03-07 21:47:11 +01:00 |
|
Team.java
|
|
|
|
ZoneChangeInfo.java
|
Refactoring
|
2016-12-29 16:16:08 +03:00 |
|
ZonesHandler.java
|
Made utility classes final to explicitly forbid it's inheritance
|
2017-02-27 17:03:38 +03:00 |