| .. |
|
AbilityPickerView.java
|
Added AtTheBeginningOfNextUpkeepDelayedTriggeredAbility, fixed ability picker giving not always text back for spell ability.
|
2013-11-17 08:33:53 +01:00 |
|
AbilityView.java
|
* Daretti, Scrap Savant - Fixed a bug that the game is locked if multiple delayed triggered abilities from the emlem trigger.
|
2015-03-09 01:03:21 +01:00 |
|
CardsView.java
|
* Fixed some problems with order selection of triggered abilities not showing the card images.
|
2015-04-04 14:11:49 +02:00 |
|
CardView.java
|
* Fixed that modes (if more than one was selected) did not resolve in the order they are written on the card but in order of selection by user.
|
2015-04-11 12:08:09 +02:00 |
|
ChatMessage.java
|
Added sound if player leaves table. Changed some sounds.
|
2014-07-26 14:59:42 +02:00 |
|
CombatGroupView.java
|
* Added Morph ability.
|
2014-06-09 17:53:55 +02:00 |
|
CommanderView.java
|
* Tiny Leader - The commander cast X times is shown now, you can use deck name "Sultai" as default commander for UBG, check that the commander card can't be again in the deck or sideboard, sideboard can also be empty now, sideboard may not include the commander.
|
2015-03-12 01:11:31 +01:00 |
|
CommandObjectView.java
|
[Commander] Added CommandObjectView and change EmblemView (implements commandObjectView)
|
2013-07-17 20:33:25 +02:00 |
|
CounterView.java
|
[refactoring][minor] Replaced all tabs with four spaces.
|
2012-06-19 23:50:20 +03:00 |
|
DeckView.java
|
* Changed handling of missing deck object for player.
|
2014-11-05 01:06:45 +01:00 |
|
DraftClientMessage.java
|
[refactoring][minor] Replaced all tabs with four spaces.
|
2012-06-19 23:50:20 +03:00 |
|
DraftPickView.java
|
[refactoring][minor] Replaced all tabs with four spaces.
|
2012-06-19 23:50:20 +03:00 |
|
DraftView.java
|
* Added display of player order to the draft panel. Added tray info for next card to pick if the XMage window is not active.
|
2014-11-01 01:59:33 +01:00 |
|
EmblemView.java
|
Added Elves vs. Goblins, Jace vs. Chandra, Divine vs. Demonic and Garruk vs. Liliana as sets and the already implemented cards fo this sets.
|
2014-02-25 03:06:17 +01:00 |
|
ExileView.java
|
Fixed a bug that counters on cards in the exile zone were not displayed.
|
2015-03-08 01:38:21 +01:00 |
|
GameClientMessage.java
|
* Added logic to auto select replacement effects. Some changes to counter size and font size handling.
|
2014-10-30 20:40:23 +01:00 |
|
GameEndView.java
|
* Added possibility to allow other players to see hand cards of player.
|
2014-11-24 23:03:21 +01:00 |
|
GameTypeView.java
|
* Player types - If you connect to another MAGE server, the available player types are updated now correctly. Removed some redundant update of server information in client.
|
2014-03-24 14:57:55 +01:00 |
|
GameView.java
|
Some minor fixes.
|
2015-04-21 00:09:29 +02:00 |
|
LookedAtView.java
|
moved faceDown property from Card to CardState
|
2015-03-12 22:09:12 -04:00 |
|
ManaPoolView.java
|
[refactoring][minor] Replaced all tabs with four spaces.
|
2012-06-19 23:50:20 +03:00 |
|
MatchView.java
|
* Some changes to table and match view.
|
2014-11-01 14:24:23 +01:00 |
|
PermanentView.java
|
moved faceDown property from Card to CardState
|
2015-03-12 22:09:12 -04:00 |
|
PlayerView.java
|
* Fixed that face down exiled cards were revealed in player specific exile view window.
|
2015-05-02 12:19:09 +02:00 |
|
RevealedView.java
|
moved faceDown property from Card to CardState
|
2015-03-12 22:09:12 -04:00 |
|
RoomUsersView.java
|
* Draft - Show draft time and draft progress. Show game threads and ma games. Fixed a problem with AI player and password.
|
2014-10-12 22:37:39 +02:00 |
|
RoundView.java
|
* Added handling to show all tournament games in tournament view.
|
2014-10-02 01:15:21 +02:00 |
|
SeatView.java
|
[refactoring][minor] Replaced all tabs with four spaces.
|
2012-06-19 23:50:20 +03:00 |
|
SimpleCardsView.java
|
moved faceDown property from Card to CardState
|
2015-03-12 22:09:12 -04:00 |
|
SimpleCardView.java
|
moved faceDown property from Card to CardState
|
2015-03-12 22:09:12 -04:00 |
|
StackAbilityView.java
|
* Fixed that modes (if more than one was selected) did not resolve in the order they are written on the card but in order of selection by user.
|
2015-04-11 12:08:09 +02:00 |
|
TableClientMessage.java
|
[refactoring][minor] Replaced all tabs with four spaces.
|
2012-06-19 23:50:20 +03:00 |
|
TableView.java
|
Minor changes to table view of active tables.
|
2014-11-02 17:06:54 +01:00 |
|
TournamentGameView.java
|
* Added handling to show all tournament games in tournament view.
|
2014-10-02 01:15:21 +02:00 |
|
TournamentPlayerView.java
|
Some changes to logging.
|
2014-08-07 17:17:04 +02:00 |
|
TournamentTypeView.java
|
* Tournament handling - Finished pairing are updated now to tournament players list immediately.
|
2014-02-17 00:41:40 +01:00 |
|
TournamentView.java
|
* Draft - Show draft time and draft progress. Show game threads and ma games. Fixed a problem with AI player and password.
|
2014-10-12 22:37:39 +02:00 |
|
UserDataView.java
|
Fixed that to allow watchers of a game to see the hand cards of players did not work correctly.
|
2015-04-10 12:36:22 +02:00 |
|
UserRequestMessage.java
|
* Added possibility to allow other players to see hand cards of player.
|
2014-11-24 23:03:21 +01:00 |
|
UsersView.java
|
Added connection speed information per user (milliseconds the ping needs). Some minor changes to server console.
|
2014-08-31 17:46:14 +02:00 |
|
UserView.java
|
Added connection speed information per user (milliseconds the ping needs). Some minor changes to server console.
|
2014-08-31 17:46:14 +02:00 |