forked from External/mage
Changed color of frame of avatar for active player to green again. Checked that a player of a game can't also watch his own game. Added a match score to the start of the game log. Changed the color of the Turn [X] message. Tips and join messages during a game are displayed in the chat panel instead the game log panel. Display of the player name when hovering over the avatar is more vertical centered.
This commit is contained in:
parent
20a99ed894
commit
f644ffe041
16 changed files with 100 additions and 22 deletions
|
|
@ -144,6 +144,7 @@ public interface Game extends MageItem, Serializable {
|
|||
void fireGetAmountEvent(UUID playerId, String message, int min, int max);
|
||||
void fireChoosePileEvent(UUID playerId, String message, List<? extends Card> pile1, List<? extends Card> pile2);
|
||||
void fireInformEvent(String message);
|
||||
void fireStatusEvent(String message, boolean withTime);
|
||||
void fireUpdatePlayersEvent();
|
||||
void informPlayers(String message);
|
||||
void informPlayer(Player player, String message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue