mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Some more changes to GUI to better support high screen resolutions.
This commit is contained in:
parent
a2d4c4738a
commit
1835671f3d
22 changed files with 1366 additions and 859 deletions
|
|
@ -66,5 +66,17 @@ public enum PlayerAction {
|
|||
REQUEST_AUTO_ANSWER_TEXT_YES,
|
||||
REQUEST_AUTO_ANSWER_TEXT_NO,
|
||||
REQUEST_AUTO_ANSWER_RESET_ALL,
|
||||
CLIENT_DOWNLOAD_SYMBOLS,
|
||||
CLIENT_DISCONNECT,
|
||||
CLIENT_QUIT_TOURNAMENT,
|
||||
CLIENT_QUIT_DRAFT_TOURNAMENT,
|
||||
CLIENT_CONCEDE_GAME,
|
||||
CLIENT_CONCEDE_MATCH,
|
||||
CLIENT_STOP_WATCHING,
|
||||
CLIENT_EXIT,
|
||||
CLIENT_REMOVE_TABLE,
|
||||
CLIENT_DOWNLOAD_CARD_IMAGES,
|
||||
CLIENT_RECONNECT,
|
||||
CLIENT_REPLAY_ACTION,
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1944,11 +1944,15 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
|
||||
@Override
|
||||
public void resetPlayerPassedActions() {
|
||||
this.passedAllTurns = false;
|
||||
this.passed = false;
|
||||
this.passedTurn = false;
|
||||
this.passedUntilEndOfTurn = false;
|
||||
this.passedUntilNextMain = false;
|
||||
this.passedUntilStackResolved = false;
|
||||
this.dateLastAddedToStack = null;
|
||||
this.skippedAtLeastOnce = false;
|
||||
this.passedAllTurns = false;
|
||||
this.justActivatedType = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue