brodee
cd1352eb01
Switch to a separate window to chose the packs for random booster drafts.
2015-06-27 23:16:59 -07:00
brodee
38235d9023
Update NewTournamentDialog.java
...
removing commented code
2015-06-23 21:08:39 -07:00
brodee
4113976b7e
code review comments for chaos/random booster draft:
...
1. rename chaos booster draft to random booster draft
2. save packs selected in the user preferences
3. print "Random Boosters" in the player draft viewer during the draft
2015-06-23 21:04:59 -07:00
Brodee
ac0aa65aab
code review comments for chaos/random booster draft:
...
1. rename chaos booster draft to random booster draft
2. save packs selected in the user preferences
3. print "Random Boosters" in the player draft viewer during the draft
2015-06-23 20:59:05 -07:00
brodee
e3b84eaab5
chaos booster draft implementation first check-in
2015-06-22 21:55:43 -07:00
LevelX2
87f919ecac
* Reworked handling of revealed and look at windows. Windows can stay open now and moved to a position and stay there.
2015-06-21 23:49:16 +02:00
LevelX2
0b2e61081a
Fixed a problem with the country flag resource name causing null pointer exceptions and graphical problems on the client side.
2015-06-14 14:53:23 +02:00
LevelX2
060a468d4b
Update to release 1.4.1.
2015-06-14 02:43:16 +02:00
LevelX2
ce26bc8ed0
Added option to deactivate to ask th eplayer in which order cards go to gaveyard.
2015-06-13 12:27:50 +02:00
LevelX2
4f6d3f3a1a
* Password join value is now distinct from password you set of for a new table.
2015-06-12 08:12:38 +02:00
LevelX2
132ded19f6
Show country flag icon in user table. Save and restore column width and order.
2015-06-11 00:11:40 +02:00
LevelX2
8ae9293c98
* Added user country flag. View of image in user list is still missing.
2015-06-10 17:52:18 +02:00
LevelX2
9da44a547d
Added an option that player has to confirm if he passes priority with empty stack and has mana in his pool. Implements #707 .
2015-06-07 22:37:12 +02:00
LevelX2
907ec7abb0
Added new option for mana payment handling of mana already in the mana pool. Reworked the battlefield context menu a bit.
2015-06-07 17:14:43 +02:00
LevelX2
8acf28eed1
* Added optional rollback current turn and up to 3 previous turns to the battlefield menu. All other players have to agree to the rollback to let it happen.
2015-06-07 00:53:08 +02:00
LevelX2
a50447c84d
* Setting of mana automatic payment option is saved and restored now so persistent between games ( fixes #1002 ).
2015-06-05 00:05:40 +02:00
LevelX2
3b9cb1dc6e
Add land dialog is now also shown during free deck building. Added a set selection drop down box to select the set the lands are used from.
2015-06-04 19:37:54 +02:00
LevelX2
51397a93df
Added some checking for valid deck and game type combinations on match creation dialog.
2015-05-22 22:37:54 +02:00
LevelX2
ab79a6a308
* Changed some references from xmage.info to xmage.de.
2015-05-22 00:42:02 +02:00
LevelX2
69b381779b
* Added a simple skill level to set and filter for tables.
2015-05-12 15:10:24 +02:00
LevelX2
4cf21739c4
* Saved position and size of choice window during a game session.
2015-05-06 16:58:14 +02:00
Nathaniel Brandes
2f476b7c53
Cleanup sets.
...
This is an extensive renaming of sets to their correct names. "Duel
Decks" and "Not Standard Legal" have been merged into a "Supplemental"
set type. MTGO-only sets have been put into their own set type, just
like magiccards.info. Supplemental sets now have a "block" which is the
block that they have under magiccards.info, for easier organization. The
deck builder on the client now relies on an autogenerated list instead
of a hardcoded one.
2015-05-03 20:07:13 -07:00
LevelX2
e662111ddd
Added save/restore of active table columns order.
2015-04-26 21:31:27 +02:00
LevelX2
987a62448e
Added save/restore of column width of active tables.
2015-04-26 10:31:24 +02:00
LevelX2
8add25f74f
Finished table selection updates.
2015-04-25 13:06:50 +02:00
LevelX2
2157c63160
State if table with completed games is shown is saved in java prefs now.
2015-04-23 16:19:24 +02:00
LevelX2
c65adebc57
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
LevelX2
5c2189fdd7
Added Exception to read of server list that shows local buffered list.
2015-04-05 09:43:45 +02:00
LevelX2
68efd82ee8
* Storm counter - Moved the counter to hot key area to prevent area movement for small screen resolutions. Added an option in preferences to switch counter on/off.
2015-03-05 18:03:43 +01:00
LevelX2
79e9312893
* Fixed the annoying SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" on client start. Updated a lot of POM references. Fixed warnings of Test Project. Some changes to logging.
2015-02-20 13:58:13 +01:00
LevelX2
6ef8b4f976
* Reworked DB comparison between client and server.
2015-01-25 19:21:50 +01:00
LevelX2
64176c1fa6
* Fixed possible null pointer exception for add land dialog.
2014-12-29 15:06:56 +01:00
LevelX2
dda73f304e
* Fixed possible null pointer exception for add land dialog.
2014-12-29 15:05:01 +01:00
LevelX2
7e145d2cfd
* Added possibility to allow other players to see hand cards of player.
2014-11-24 23:03:21 +01:00
LevelX2
6d23ab616d
* Server list - Added pref configuration for server list URL. Server list will now be saved to client dir and used if configured URL is not reachable.
2014-11-21 15:42:13 +01:00
LevelX2
2a2c593dd8
* Fixed a bug that changing player type started unwanted cascading change loop that needed longer time to resolve.
2014-11-01 01:57:26 +01:00
LevelX2
e6c7fa5f96
* Draft - Added possibility to mark a card to draft on timeout. Added sounds to draft. Changed compression of some sound files.
2014-10-31 16:22:10 +01:00
LevelX2
b158ef4f3c
* Added acustic an optical signals for use of skip buttons.
2014-10-30 23:43:32 +01:00
LevelX2
df71237f46
* Added logic to auto select replacement effects. Some changes to counter size and font size handling.
2014-10-30 20:40:23 +01:00
LevelX2
ab9c0ae893
* Create tournament dialog - Set min number of swiss rounds in relation to number of players.
2014-10-29 17:20:10 +01:00
LevelX2
bdd163080d
* 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
LevelX2
b206983e75
* Fixed that deck elements visible state of JoinTablePanel was set wrongly.
2014-10-12 12:34:29 +02:00
LevelX2
5ccc1c91ae
* Tournaments - Added handling for constructed formats and password protection.
2014-10-12 04:19:28 +02:00
LevelX2
8f690f7e02
* Added option to start matches with password protection.
2014-10-11 16:29:37 +02:00
LevelX2
7f46323f67
* Added F7 to skip until next main phase. Added some preference options to skip handling. Clicking on phase bar opens now phase bar preferences.
2014-10-05 14:33:47 +02:00
LevelX2
d2f7063e25
Fixed that tooltip popup window was not shown if additional card name was deactivated.
2014-09-27 19:59:16 +02:00
LevelX2
54ec3b658e
* Added preferences setting to switch on/off to write card names in bigger font on card panels.
2014-09-26 19:40:57 +02:00
LevelX2
f3ea64e27c
* Changed handling of phases to stop to server based handling.
2014-09-25 00:33:58 +02:00
LevelX2
da0100d3fd
Increased window size of pick choice dialog.
2014-09-20 17:45:23 +02:00
LevelX2
a57ebc5314
* Table handling - Fixed a bug that if table owner tried to create a table with invalid deck, the table was added to the finished tables with no players.
2014-09-19 13:37:59 +02:00