| .. |
|
combat
|
Fixed some more possible null pointer exceptions.
|
2016-06-18 14:46:35 +02:00 |
|
command
|
Add Event to the signature of updateZoneChangeCounter.
|
2016-09-10 17:45:26 -04:00 |
|
draft
|
refactor : removed all instances of new Random() and replaced with RandomUtil for a ThreadLocal randomizer
|
2016-09-05 15:03:47 +02:00 |
|
events
|
[KLD] Added Speedway Fanatic. Added tests for crew keyword.
|
2016-09-14 15:16:40 +02:00 |
|
match
|
refactor : removed all instances of new Random() and replaced with RandomUtil for a ThreadLocal randomizer
|
2016-09-05 15:03:47 +02:00 |
|
permanent
|
Handle tokens correctly in the new zone change code.
|
2016-09-15 19:44:32 -04:00 |
|
stack
|
* Flashback - Fixed handling of combined flashback costs (e.g. Deep Analysis).
|
2016-09-15 17:34:25 +02:00 |
|
tournament
|
replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead
|
2016-09-14 15:27:31 +02:00 |
|
turn
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
CardAttribute.java
|
Add Subtype to the CardAttribute Framework
|
2016-08-28 17:30:10 -04:00 |
|
CardState.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
Controllable.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
Exile.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
ExileZone.java
|
Removed redundant interface implementation.
|
2016-05-07 05:33:54 -07:00 |
|
Game.java
|
Replace Yes/No text with Mulligan/Keep text on mulligan answer buttons to make options more clear.
|
2016-07-31 15:57:45 +03:00 |
|
GameCommanderImpl.java
|
* Commander mulligan - changed to Vancouver mulligan rule.
|
2016-05-26 15:33:41 +02:00 |
|
GameException.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
GameImpl.java
|
Added an easier way to put custom text on buttons in a chooseUse prompt.
|
2016-09-06 02:07:59 -04:00 |
|
GameInfo.java
|
Change all line endings to LF
|
2016-04-14 16:18:01 +00:00 |
|
GameOptions.java
|
Change all line endings to LF
|
2016-04-14 16:18:01 +00:00 |
|
GameReplay.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
GameState.java
|
Make the Counters API for card and permanent consistent.
|
2016-09-03 10:33:54 -04:00 |
|
GameStates.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
GameTinyLeadersImpl.java
|
* Removed the commander rule 4 (mana generation restriction).
|
2016-02-25 22:05:33 +01:00 |
|
Graveyard.java
|
Removed obsolete Zone parameter in CardsImpl constructors.
|
2015-12-04 00:34:10 -05:00 |
|
LookedAt.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
Revealed.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +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
|
Fixed some more possible exception bugs.
|
2016-04-06 20:45:33 +02:00 |
|
Team.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
ZoneChangeInfo.java
|
Refactor the core zone change code to use a common code path.
|
2016-09-07 23:31:26 -04:00 |
|
ZonesHandler.java
|
Handle tokens correctly in the new zone change code.
|
2016-09-15 19:44:32 -04:00 |