LevelX2
e7ecdefce2
Added example decks.
2015-08-06 16:22:52 +02:00
LevelX2
7a90db7995
* Fixed sluggishness of player selection. Reworked flag display in avatar image.
2015-08-06 00:31:50 +02:00
LevelX2
cbbc70d26b
* Made table filter more accurate and moved Historical and Super Standard format to Other filter.
2015-08-05 00:07:53 +02:00
LevelX2
8dca887fad
* Added tooltip to the flag in the player avatar.
2015-08-02 12:41:29 +02:00
LevelX2
768fd17d93
* Some spelling changes.
2015-07-26 09:19:46 +02:00
fireshoes
5897f1595a
Implemented Glissa Sunseeker, Phyrexian Furnace, Flickering Ward, Cho-Manno's Blessing, Meng Huo Barbarian King, Sword of the Chosen, Pentarch Ward, Order of the Stars, Ancestral Mask, Jedit Ojanen of Efrava, Krosan Restorer, & Nature's Kiss. Added set Battle for Zendikar and spoiled Evolving Wilds.
2015-07-24 00:21:32 -05:00
Simown
a6bab84c85
Generated deck name/path is now a timestamp.
...
Changed deck generator to use a timestamp of the current time to the millisecond as the generated deck name.
This gets rid of the random UUID filling up the deck path and generated deck name.
2015-07-19 13:39:38 +01:00
Simown
cedf16806e
Fix to #1128 Deck generation throws IndexOutOfBoundsException.
...
Reserve cards now counted correctly.
Fixed reserve card adding algorithm to stop trying to add cards out of range.
2015-07-19 12:12:10 +01:00
LevelX2
635c33fa87
Merge pull request #1117 from brodee/master
...
random draft bug fix and random draft ui improvements
2015-07-15 08:30:22 +02:00
brodee
c7a349f65f
random draft bug fix:
...
packs are forced to be 15 cards; weirdness occurs if the packs are uneven sizes including the draft ending early.
Random draft ui improvements:
only the sets that will be used are displayed in the lobby, and the number of characters is large but still greatly reduced.
the pack selector ui will prevent you from chosing fewer than 2 packs.
2015-07-14 22:34:58 -07:00
LevelX2
6cf0a59644
* Fixed possible null pointer exception in client.
2015-07-12 09:19:43 +02:00
LevelX2
c9cc7d7920
* Zurgo Helmsmasher - Fixed a bug that could happen if Zurgo is used as commander.
2015-07-12 09:03:04 +02:00
LevelX2
b38885b7bf
* Fixed a bug that prevented that the width of connection column in user list was restored.
2015-07-09 09:59:20 +02:00
Simown
6a5eb8ff83
Small fixes to constants, added header and standardised spelling
2015-07-09 01:58:45 +01:00
LevelX2
b80e27f3b3
* Fixed handling of Phyrexian mana.
2015-07-09 01:43:26 +02:00
Simown
a1fd4e91f0
Overhaul and fix of random deck generation.
2015-07-08 23:13:21 +01:00
LevelX2
d847fb7109
Some minor changes.
2015-07-08 22:51:31 +02:00
Nidhoegger
9be613beb9
Fixed Issue #1054 . Buttons in Feedback panel will only get focused, if the MageFrame has the focus thus preventing focus theft from other programs.
2015-07-06 10:51:06 +02:00
LevelX2
d33f85d04a
Fixed wrong name for download of Kothophed, Soul Hoarder image.
2015-07-04 19:26:48 +02:00
LevelX2
cd0cba6ec7
XMage Release 1.4.2v0
2015-07-04 01:28:19 +02:00
LevelX2
1c157a20ae
* Fixed a bug caused by now possible column order setting in tournament panel.
2015-07-03 22:44:08 +02:00
LevelX2
0f5f8493c7
Improved fix for #584 by Nidhoegger.
2015-07-03 12:34:13 +02:00
LevelX2
589b63c5b1
Fix for the "Modal Window bug under Linux (e.g. X value announcement) by Nidhoegger.
2015-07-02 20:48:32 +02:00
LevelX2
3eb1fd4047
Added a button to attack with all available cratures.
2015-07-02 17:03:14 +02:00
LevelX2
0cbe590cac
* Fixed that mana auto-payment settings were not correctly set from previous settings on game start.
2015-07-02 13:18:12 +02:00
LevelX2
0a0cb40783
* Fixed that creatures that have to pay costs to block were wrongly forced to block causing UI locks.
2015-07-01 23:00:22 +02:00
LoneFox
ca0793a5c1
Fix systematic misspelling of "hover"
2015-06-30 21:28:32 +03:00
LevelX2
df3e6db569
Please test! Some changes to the display of user choices, showing also a longer text in tooltip window.
2015-06-28 21:55:48 +02:00
LevelX2
d24777cd15
Merge pull request #1062 from brodee/master
...
random booster draft UI improvement
2015-06-28 18:37:27 +02:00
brodee
cd1352eb01
Switch to a separate window to chose the packs for random booster drafts.
2015-06-27 23:16:59 -07:00
LevelX2
87f3978589
Some changes to userData handling. Added country flag to some dialogs. Saved and restored some more table columns width and order information.
2015-06-28 00:10:38 +02:00
LevelX2
81934e32e3
* Revealing the top card of the library is now also shown by an extra window (no longer hiding life). Now Iconyfying and deiconifying does not change the postion of the reveal window. Iconifyed window width was a bit raised to be able to read more of the title in that state.
2015-06-25 01:07:34 +02:00
LoneFox
e139e4524f
Don't use a proprietary class. Fixes build on OpenJDK.
2015-06-24 19:31:15 +03:00
LevelX2
72408a7f52
Added card frame downloader.
2015-06-24 13:41:14 +02:00
LevelX2
ca9e52f99b
Merge pull request #1052 from brodee/master
...
code review comments for chaos/random booster draft:
2015-06-24 06:56:45 +02: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
fireshoes
35d47229ea
Merge origin/master
2015-06-23 20:39:07 -05:00
fireshoes
0568f16788
Added 3 Premium Deck Series sets and all From the Vault sets, and added all existing cards for them.
2015-06-23 20:37:26 -05:00
LevelX2
0a3c081ded
Merge pull request #1048 from brodee/master
...
Chaos booster draft implementation
2015-06-23 21:59:46 +02:00
LevelX2
2547753dcb
Added Sen Triplets (Alara Reborn = 100%).
2015-06-23 16:15:14 +02:00
LevelX2
5b02b5b32c
Exile, Reveal, Looked At windows of a game are hidden now as you switch to another pane (e.g. other game, tables, deck editor) and shown again as you switch back.
2015-06-23 16:14:11 +02:00
LevelX2
6b2bfc5e19
Merge origin/master
2015-06-23 08:36:28 +02:00
LevelX2
ba9d616a27
Fixed two old URLs.
2015-06-23 08:35:23 +02:00
brodee
e3b84eaab5
chaos booster draft implementation first check-in
2015-06-22 21:55:43 -07:00
fireshoes
cda11b280c
Merge origin/master
2015-06-22 18:47:51 -05:00
fireshoes
00569c4047
Added 12 Clash Pack promos, 5 judge promos, 2 upcoming FNM promos, renamed MerfolkToken to MerfolkWizardToken, added collector's number that were missing for ORI in mtg-cards-data.txt, added other various cards.
2015-06-22 18:46:01 -05:00
LevelX2
67e9ee1fa9
* Changed graveyard window handling to a window that can stay open.
2015-06-23 00:46:27 +02: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
cd0f273122
Fixed a bug that if a human player had to discard more cards than he had on hand, the game UI was blocked.
2015-06-15 17:35:48 +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
6420666668
Some fixes to player handling.
2015-06-14 02:42:56 +02:00
LevelX2
526a93df7e
Some fixes to user table.
2015-06-14 02:42:32 +02:00
LevelX2
adefaf890a
[ORI] Added 47 cards.
2015-06-13 21:52:54 +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
0f37d0fcd0
Added country name to tooltip of country icon in user list.
2015-06-13 11:30:25 +02:00
LevelX2
d28a956754
Merge origin/master
2015-06-13 00:33:58 +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
LoneFox
90486afdbb
If saving a thumbnail image fails, delete the resulting file.
...
OpenJDK throws "javax.imageio.IIOException: Invalid argument to native writeImage", because it
does not support transparency, and that results in zero-sized thumbnail files being created.
2015-06-11 09:17:05 +03:00
LoneFox
658daa65e3
Fix typo
2015-06-11 08:43:12 +03: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
21e2066bba
* Akron Legionnaire - Fixed not correct working restrict ability.
2015-06-08 22:51:48 +02:00
LevelX2
3b61a10237
Fixed some bugs and added a AI Test player class.
2015-06-08 18:31:54 +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
bafd27f5b3
Identifier are shown for Looked at and revealed cards view
2015-06-03 17:05:59 +02:00
LevelX2
022d8790fc
Saved skill filter setting of active tables list.
2015-06-03 00:11:15 +02:00
LevelX2
eb96b08dfa
Release 1.4.0v2
2015-05-25 23:33:41 +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
ae89cef011
* Fixed a bug in table sort that could produce a cast error if tables are sorted by skill level.
2015-05-22 21:25:59 +02:00
LevelX2
ab79a6a308
* Changed some references from xmage.info to xmage.de.
2015-05-22 00:42:02 +02:00
LevelX2
d7255f971c
* Some more minor changes. Added test.
2015-05-21 23:25:46 +02:00
LevelX2
bc61ef6fb8
* Update to version 1.4.0v0.
2015-05-13 01:05:12 +02:00
LevelX2
fa847e8feb
* Update to version 1.4.0v0.
2015-05-12 23:11:25 +02:00
LevelX2
ed501cad21
* Some minor adjustements/changes.
2015-05-12 23:00:34 +02:00
LevelX2
28d46e2a95
* Added a simple identifier to tooltip and game log to be able to identify the exact target if multiple objects with the same name exist.
2015-05-12 17:30:14 +02:00
LevelX2
69b381779b
* Added a simple skill level to set and filter for tables.
2015-05-12 15:10:24 +02:00
LevelX2
15efe14fd5
* Fixed human players controlling other human players turn (e.g. by Mindsliver).
2015-05-12 01:10:56 +02:00
LevelX2
be11d287dc
[MM2] Added new download source mythicspoiler.com.
2015-05-11 22:06:38 +02:00
LevelX2
5c018b15af
Changed Modern Masters 2015 short designation to MM2.
2015-05-10 11:26:35 +02:00
LevelX2
7e9340dee7
Fixed that action column was not handled correctly after client restart if user changed their position in column order.
2015-05-10 10:54:54 +02:00
LevelX2
9c97953b6b
Added some font color to object and player names output to game logging and feedback area.
2015-05-09 21:18:00 +02:00
LevelX2
853be4ce65
Added some tests and an legacy example deck.
2015-05-08 09:12:37 +02:00
LevelX2
951198a578
Added some more handling for missing images.
2015-05-07 23:54:28 +02:00
LevelX2
4cf21739c4
* Saved position and size of choice window during a game session.
2015-05-06 16:58:14 +02:00
LevelX2
383b3f3bdb
Added 2 legacy example decks.
2015-05-06 08:31:41 +02:00
emerald000
3e2f992fae
Added Sin of the Past.
2015-05-05 17:06:37 -04: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
9e8157827a
* Fixed that face down exiled cards were revealed in player specific exile view window.
2015-05-02 12:19:09 +02:00
LevelX2
efb02f633c
Fixed handling of default columns width.
2015-04-27 23:13:00 +02:00
emerald000
ffaffa39f8
Fixed NPE in the Tables panel.
2015-04-27 16:52:10 -04:00
LevelX2
0adeb0770f
Added limited as format to the active table filter.
2015-04-26 21:45:24 +02:00
LevelX2
e662111ddd
Added save/restore of active table columns order.
2015-04-26 21:31:27 +02:00
Nathaniel Brandes
e53079c36c
Fix some gatherer image loading.
2015-04-26 04:13:20 -07:00
LevelX2
987a62448e
Added save/restore of column width of active tables.
2015-04-26 10:31:24 +02:00
LevelX2
b846d0c411
Some minor changes to active table handling.
2015-04-25 16:37:08 +02:00
LevelX2
8add25f74f
Finished table selection updates.
2015-04-25 13:06:50 +02:00
LevelX2
a3dba9b1d0
Added some error handling client startup.
2015-04-25 11:07:01 +02:00
LevelX2
b096379881
Update to table filtering.
2015-04-25 02:20:54 +02:00
LevelX2
26b88d3b48
Update table selection.
2015-04-24 16:34:50 +02:00
LevelX2
c285fc6c4d
Started adding a simple filter to list of open tables.
2015-04-23 17:51:05 +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
55322b4015
Added Masters Edition Sets I - IV.
2015-04-23 15:44:01 +02:00
LevelX2
49e89a9a19
Fixed a problem with downloading cards with AE in name from Gatherer.
2015-04-23 15:42:34 +02:00
LevelX2
d245ce1ad2
* Fixed that card name text was covered by next card beneath if cards are displayed close together (library search).
2015-04-16 16:29:54 +02:00
LevelX2
e556dcea51
* Trail of Mystery - Made basic land selection optional.
2015-04-15 17:18:14 +02:00
LevelX2
809bf663df
* Fixed land image downloading from gatherer and handling of Anthology Duel Decks.
2015-04-12 10:37:16 +02:00
LevelX2
bfa82a9c3f
Added the handling of paged visual lists for image download from Gatherer.
2015-04-10 15:13:25 +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
8f65053edb
Merge origin/master
2015-04-10 00:40:04 +02:00
LevelX2
d3dba58358
* Fixed that continuous effects of copied cards with limited duration stop to work as the copied card stops to exist.
2015-04-10 00:39:06 +02:00
fireshoes
adfc4711d2
[TPR] Removed from the image url ignore list.
2015-04-09 17:21:29 -05:00
LevelX2
7292a1625c
[TPR] Added Dracoplasm.
2015-04-09 18:09:05 +02:00
LevelX2
6ae9c01979
Merge pull request #888 from FenrisulfrX/thunder
...
Added Thunder Dragon
2015-04-07 13:45:10 +02:00
LevelX2
f62d3ac227
* Exploit - Fixed that Exploit also triggered if the creature with Exploit left the battlefield before the first ability of Exploit resolved.
2015-04-07 00:27:07 +02:00
FenrisulfrX
5eea5b9623
Added Thunder Dragon
...
Also added both decks form the DUEL DECKS: KNIGHTS VS. DRAGONS set.
2015-04-06 10:57:50 -03:00
LevelX2
5c2189fdd7
Added Exception to read of server list that shows local buffered list.
2015-04-05 09:43:45 +02:00
LevelX2
2723bf6cb7
* Fixed some problems with order selection of triggered abilities not showing the card images.
2015-04-04 14:11:49 +02:00
LevelX2
014e8a2f0f
Update Jak Gem's Constellation Recursion.dck
2015-04-04 00:39:09 +02:00
LevelX2
35125e3462
Rename Jak Gem’s Constellation Recursion.dck to Jak Gem's Constellation Recursion.dck
2015-04-04 00:38:43 +02:00
LevelX2
dcdf37b31f
Rename Thiago Rodrigues – Abzan Midrange.dck to Thiago Rodrigues - Abzan Midrange.dck
2015-04-04 00:29:56 +02:00
LevelX2
4a066b83e3
Rename Matteo Cirigliano – G_B Enchantress.dck to Matteo Cirigliano - G_B Enchantress.dck
2015-04-04 00:29:37 +02:00
LevelX2
175f84f22c
Rename Lukas Blohon – G_B Enchantress.dck to Lukas Blohon - G_B Enchantress.dck
2015-04-04 00:29:05 +02:00
LevelX2
867f1da8b9
Rename Giovanni Rosi – Mono-red.dck to Giovanni Rosi - Mono-red.dck
2015-04-04 00:28:47 +02:00
LevelX2
f691e6acbb
Rename Einar Baldvinsson – Temur Aggro.dck to Einar Baldvinsson - Temur Aggro.dck
2015-04-04 00:28:27 +02:00
LevelX2
cca261e3d5
Rename Christian Seibold – Sidisi.dck to Christian Seibold - Sidisi.dck
2015-04-04 00:27:40 +02:00
LevelX2
89065dd69e
Rename Alexander Pasgaard – Jeskai.dck to Alexander Pasgaard - Jeskai.dck
2015-04-04 00:27:10 +02:00
LevelX2
82ecb27318
Rename White-Blue Tron – Kirby Kaufman.dck to White-Blue Tron - Kirby Kaufman.dck
2015-04-04 00:12:27 +02:00
LevelX2
05aa3a60e0
Rename White-Black-Red Burn – Phillip Gorz.dck to White-Black-Red Burn - Phillip Gorz.dck
2015-04-04 00:12:07 +02:00
LevelX2
d3c4105502
Rename White-Black Tokens – Jason Wrisley.dck to White-Black Tokens - Jason Wrisley.dck
2015-04-04 00:11:43 +02:00
LevelX2
fc5e68864d
Rename Tribal Zoo – Billy Hahn.dck to Tribal Zoo - Billy Hahn.dck
2015-04-04 00:11:22 +02:00
LevelX2
99b1e9465a
Rename Mono-Red Burn – Eric Rath.dck to Mono-Red Burn - Eric Rath.dck
2015-04-04 00:11:02 +02:00
LevelX2
086f042ba2
Rename Cruel Control – Scott Lewis.dck to Cruel Control - Scott Lewis.dck
2015-04-04 00:10:43 +02:00
LevelX2
789797fa91
Rename Cruel Control – Jeremiah Duggan.dck to Cruel Control - Jeremiah Duggan.dck
2015-04-04 00:10:19 +02:00
LevelX2
9bba381d9a
Rename Affinity – Alex Ledo.dck to Affinity - Alex Ledo.dck
2015-04-04 00:09:08 +02:00
LevelX2
69832cbaf3
Rename RG Tron – Jacob Wilson.dck to RG Tron - Jacob Wilson.dck
2015-04-04 00:08:46 +02:00
LevelX2
fb62c44e45
Rename Soul Sisters – Chris Folk.dck to Soul Sisters - Chris Folk.dck
2015-04-04 00:08:22 +02:00
LevelX2
763d1ae32c
Rename Krond — Clothes in a Bag.dck to Krond - Clothes in a Bag.dck
2015-04-03 19:36:07 +02:00
LevelX2
2d274ec39a
[TPR] Added Wood Sage, Vhat-Il Dal and Soltari Guerillas.
2015-04-02 08:35:54 +02:00
LevelX2
71ca7ee8a1
Merge pull request #862 from FenrisulfrX/urzasrage
...
- Added Urza's Rage
2015-03-31 07:47:59 +02:00
fireshoes
2b2db2df6c
Added set Tempest Remastered and reprints. Added Pit Trap. Updated latest Game Day, FNM, Buy-a-box, WMCQ, and Release promos.
2015-03-30 22:17:43 -05:00
FenrisulfrX
fa211acde7
- Added Urza's Rage
...
Also added the Coalition deck.
2015-03-30 20:43:41 -03:00
LevelX2
45aa5f675c
* Update Gatherer Downloader.
2015-03-29 03:48:55 +02:00
fireshoes
4f63793578
Submitted Skeleton Shard (Planechase) and Wall of Deceit (Jace vs Chandra)
2015-03-28 09:30:28 -05:00
FenrisulfrX
2b58766d42
Implement 6 Cards
...
Implemented 6 cards needed to add the Phyrexian deck from Phyrexia vs
coalition Duel Decks.
Cards Implemented:
* Hornet Cannon
* Phyrexian Battleflies
* Phyrexian Colossus
* Phyrexian Processor
* Phyrexian Totem
* Sanhuine Guard
2015-03-23 18:59:58 -03:00
FenrisulfrX
fd4e4a7d72
Implement 7 cards
...
Implemented cards need to recreate the Ajani vs. Nicol Bolas decks.
Cards Implemented:
Agonizing Demise
Fleetfoot Panther
Morgue Toad
Ogre Savant
Pain // Suffering
Spite // Malice
Steamcore Weird
2015-03-22 16:54:23 -03:00
LevelX2
740611119b
* Mikaeus, the Unhallowed - Fixed that the given undying ability did not trigger.
2015-03-22 19:47:46 +01:00
fireshoes
227052f108
Removed DTK from the ignore list in image.url.properties. [Homelands] Added Cemetery Gate
2015-03-18 11:33:11 -05:00
LevelX2
2198a01781
Changed font for feedback area from "times" to logical java font "Dialog".
2015-03-18 10:07:03 +01:00
betasteward
9ad8530dee
moved faceDown property from Card to CardState
2015-03-12 22:09:12 -04:00
fireshoes
8256344871
[DTK] Updated mtg-cards-data.txt for basic lands. Updated DTK tokens.
2015-03-12 11:22:55 -05:00
LevelX2
8afc1e24bb
* Added missing Centaur token reference, get cantaur token by random.
2015-03-12 16:55:12 +01:00
LevelX2
e29eea791c
* Fixed null pointer exception for tooltip and triggered abilities (made a kind of workaround and it's still unclear to me what caused this problems).
2015-03-12 16:54:30 +01:00
LevelX2
36d9df40cb
* Updated pom.
2015-03-12 01:20:08 +01:00
LevelX2
68255ac316
Removed http://mtgimage.com/ from image download sources.
2015-03-11 17:11:30 +01:00
fireshoes
977645f88f
Fixed minor spelling errors
2015-03-06 17:25:17 -06:00
fireshoes
392631953d
[DTK] Updated mtg-cards-data.txt. Added Epic Confrontation. [ORI] Added set Magic Origins. [MMB] Added set Modern Masters 2015 and Karn/Emrakul/Goyf reprints.
2015-03-06 17:18:39 -06: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
fireshoes
db379f6ff5
Added set Prerelease Events foralready implemented pre-release promos. Added latest Game Day and Launch promos.
2015-03-04 21:44:58 -06:00
fireshoes
2eb372909d
Updated mtg-cards-data.txt with 3/2 DTK spoilers, added DTK Djinn Monk token to card-pictures-tok.txt
2015-03-02 13:29:56 -06:00
fireshoes
97a1c2228f
Added Dragons of Tarkir set
2015-03-01 20:29:34 -06:00
LevelX2
6bd17716cd
Some minor changes.
2015-02-27 18:09:49 +01:00
LevelX2
fa59699769
Made the storm counter more visible.
2015-02-27 01:08:08 +01:00
LevelX2
9fbd5a04bd
* Maven - Added workaround for bug in compiler plugin 3.2 that alwas all sources were compiled.
2015-02-22 11:17:25 +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
daagar
ca8e78e7d1
Add new Duel Deck "Devine vs. Demonic"
2015-02-16 20:02:40 -06:00
LevelX2
d8e1a843c6
* Tidehollow Sculler - Fixed that the exiled card did not return opponents hand.
2015-02-16 20:46:23 +01:00
LevelX2
2969ea2fac
* Runic Repetition - Fixed that exiled cards not in the default exile window could not be selected as target ( fixes #720 ).
2015-02-15 23:53:35 +01:00
LevelX2
0cda1f7731
* Fixed spelling error for Fire // Ice card of Holiday Cube 2014.
2015-02-08 09:54:23 +01:00
LevelX2
ea8446d097
* Added some error handling for connect to server action.
2015-02-07 18:15:11 +01:00
LevelX2
4e56e584b6
* Fixed that PriorityTimer was not canceled. Added gaeId to Timer name.
2015-02-05 22:43:51 +01:00
LevelX2
0f61f5269d
* Fixed storm counter (removed +99 amount and showing only figues > 0).
2015-02-04 17:31:21 +01:00
LevelX2
2e38bf007a
* Example decks - Some modern decks.
2015-02-04 00:35:57 +01:00
LevelX2
41c6c47092
* Added promotional, Duel Deck and Non-standard-legal sets to SetType. Changed sets and set selection accordingly.
2015-02-04 00:34:18 +01:00
LevelX2
91fe62b396
Added a little spell cast during current turn counter (Storm) below the phase panel.
2015-02-03 17:31:40 +01:00
fireshoes
7f5bb1ba01
Merge origin/master
2015-02-03 00:49:28 -06:00
fireshoes
e97dd1299f
Added WPN Gateway set and reprints, Sol Grail, Spike Rogue, Quirion Elves, Krosan Wayfarer, Crookclaw Transmuter, and Centaur Glade
2015-02-03 00:46:33 -06:00
LevelX2
dd54269216
* Fixed handling of Split cards ( fixes #670 ).
2015-02-03 00:05:30 +01:00
Kranken
f8dd3a1491
Fixed a bug when showing and hiding drafted cards
...
This commit fixes the following bug:
1) Draft a couple of cards in draft mode
2) Hide a card
3) Show all cards
4) Hide another card
Here both cards got hidden, this commit makes sure
only the card in 4) gets hidden
2015-02-01 16:45:05 +01:00
LevelX2
8d6c25b3e8
* Fixed handling of morphed cards in exile zone.
2015-01-31 12:45:54 +01:00
LevelX2
e74c10289e
* Dash - Fixed that the return effect did also return the creature it it was already recast before end of turn.
2015-01-30 20:03:22 +01:00
LevelX2
6ef8b4f976
* Reworked DB comparison between client and server.
2015-01-25 19:21:50 +01:00
LevelX2
3d55659568
* Fixed that permanets attached to non permanents (Enchant player and no curse / enchant card in graveyard) are shown wrongly attached to the first other permanent on the battlefield ( fixes #632 ).
2015-01-24 23:21:00 +01:00
LevelX2
001e17a73e
* Fixed handling of enlarged view for manifested and morphed cards.
2015-01-24 19:43:53 +01:00
LevelX2
c8eb9f00a9
* Fixed that lose restricting effects could not be replaced (e.g. by Abysal Persecutor's ability) if the player has conceded or left the match. Fixed that "can't win" or "can't lose" messages where repeated send to the players if such an effect activly prevents a player from losing or winning.
2015-01-21 23:41:11 +01:00
LevelX2
fbf049ea2e
Allow FRF image download.
2015-01-16 00:57:03 +01:00
fireshoes
89a991156d
Updated some Media Inserts set information and added some reprints
2015-01-13 02:28:56 -06:00
LevelX2
97d8715488
[FRF] Added Temur War-Shaman, Yasova Dragonclaw, Whisperwood Elemental and Dromka, the Eternal.
2015-01-03 15:25:21 +01:00
LevelX2
f2a9a75e8f
* Client cards db will be compressed nos as you close XMage client.
2014-12-31 15:57:18 +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
ef55b7fe2e
* Jude Promo - Fixed wrong set code (from CMD to JR) that caused that Commander (2012) cards are not available for games.
2014-12-28 13:16:57 +01:00
LevelX2
d4ad6cf6a6
* Added some more set aliases.
2014-12-27 17:35:46 +01:00
LevelX2
c4ad51c4af
* Tournament password - Fixed that the dialog to enter the password was not opened.
2014-12-27 03:52:07 +01:00
LevelX2
7d30d288be
* Chnages to text of priority prompt.
2014-12-26 23:00:02 +01:00
LevelX2
c8c6cbc550
* Added Decklist - Speed vs. Cunning.
2014-12-26 21:31:18 +01:00
LevelX2
071a611f91
* Added phase step name to the priority prompt text.
2014-12-25 02:08:24 +01:00
LevelX2
9ff1f60903
* Added card name and set abbr. to error message if download failed.
2014-12-25 02:00:58 +01:00
fireshoes
f3707e1f53
Added Grand Prix, Launch Party, and WMCQ promos
2014-12-24 02:41:45 -06:00
fireshoes
8d0e277dbb
Added Judge Promos
2014-12-23 22:08:13 -06:00
fireshoes
c93c5c3011
Added Game Day promos
2014-12-23 14:52:09 -06:00
fireshoes
a8b20f23d5
Added Friday Night Magic promos
2014-12-23 06:49:01 -06:00
fireshoes
086f860396
Added Fate Reforged set, Valorous Stance FRF card, KTK Block Constructed option, added missing card to Holiday 2014 Cube
2014-12-21 19:57:23 -06:00
fireshoes
9ea54b38c2
Merge origin/master
2014-12-20 04:47:33 -06:00
LevelX2
4d658909ee
Added Sentinel, Wakestone Gargoyle, Silhana Starfletcher and Orchard Warden.
2014-12-17 15:28:33 +01:00
fireshoes
bf29352ba6
Added Fate Reforged set and Pride of the Clouds card
2014-12-16 14:07:59 -06:00
LevelX2
7b738474a9
* Some fixes to the exile effects with duration. Fixed that exiled cards/permanets did not come back if causing card was put into play and exiled by Whip of Erebos.
2014-12-14 22:56:37 +01:00
LevelX2
424448b38f
* Handling of resource images fixed.
2014-12-14 22:54:58 +01:00
LevelX2
f5b131f7fa
Readded unintended deleted wav file.
2014-12-13 17:57:44 +01:00
LevelX2
213275de5a
Some changes to play of audio clips.
2014-12-12 18:16:23 +01:00
LevelX2
1ed1bc2e0d
* Added a color indication in the tooltip window.
2014-12-12 11:34:34 +01:00
LevelX2
44c797f88e
Added 4 missing duel sets and the already implemented cards. Some changes to logging of download. Some fixes to token download configuration.
2014-12-11 12:46:06 +01:00
LevelX2
b3f1cc002e
* Changes to server lock handling and logging.
2014-12-10 15:00:55 +01:00
LevelX2
30869beca0
* Some changes to game start logic (better handling for disconnected users). Changes to server logging.
2014-12-08 01:30:18 +01:00
LevelX2
cee5d0d487
* Added sound for starting game.
2014-12-05 20:13:48 +01:00
LevelX2
8748220ce2
* Updated serverlist.txt.
2014-12-05 20:13:31 +01:00
LevelX2
496331995a
[C14] Added decklist of the green deck.
2014-12-03 20:21:34 +01:00
LevelX2
00bbadd0c3
* Added red C14 deck.
2014-12-02 16:59:34 +01:00
LevelX2
2af52cfd3a
[C14] 11 white cards + 1 Artifact + white deck list + some minor fixes to framework and other cards.
2014-12-01 16:59:36 +01:00
LevelX2
1b80bc3cfb
[C14] Added the blue C14 deck (complete).
2014-11-29 01:45:24 +01:00
LevelX2
07b509684a
* Fixed some handling problems with face down creatures (Ixidron).
2014-11-28 17:38:53 +01:00
LevelX2
4262850553
Modified logic that decides when the popup window will be enlarged.
2014-11-28 09:13:28 +01:00
LevelX2
4cd5fa9636
Moved Commander 2013 decks to subfolder.
2014-11-27 15:21:38 +01:00
LevelX2
4ae5ac129d
Some tweaking to the size of the card popup window.
2014-11-27 15:20:45 +01:00
LevelX2
eca6042257
[C14] Added some colorless cards. + Ruhan of the Fomori.
2014-11-27 15:20:08 +01:00
LevelX2
1cdf2ab4b0
[C14] Added two planeswalker and 10 black cards.
2014-11-27 00:56:35 +01:00
LevelX2
67479bb5a4
* Fixed wrong timer handling while other player controlled a player's turn. Attackers now marked with blue frame. Playable cards have a violet frame. If a player has to select cards from hand, the possible cards are marked yellow now. Discard of multiple cards now marks already selected cards and happens in one selection.
2014-11-26 01:48:00 +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
c22b54d262
*Draft - Non hidden picked cards go to the deck. Hidden cards to sideboard.
2014-11-23 18:43:31 +01:00
LevelX2
fb2d367992
* Phasing- Fixed that permanets with phasing did not phase out at controllers untap step and phased out permanents where count as on the battlefield.
2014-11-23 13:00:58 +01:00
LevelX2
bf3fa37e5d
* Draft - Added possibility to hide (and show again) cards from the picked cards area.
2014-11-22 18:19:59 +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
2e68f6c692
* Draft - Fixed that first draft direction is shown as left, second as right and third again to left.
2014-11-19 15:12:17 +01:00
LevelX2
2b5c95b6a7
Added some Odyssey cards, added Archenemy Set, added some Squirel cards.
2014-11-16 11:07:31 +01:00
LevelX2
a2484cc6d9
Added F10 to skip priority while the stack resolves.
2014-11-16 08:59:59 +01:00
LevelX2
108faf4c8c
* Commander 2014 - Added set and already implemented cards.
2014-11-09 11:07:53 +01:00
LevelX2
ef75597fa2
* Fixed includes.
2014-11-08 02:13:23 +01:00
LevelX2
a835c19533
Changed handling of tooltip size calculation.
2014-11-06 23:13:34 +01:00
LevelX2
220331dcd9
* Animate Dead (finished). Only Battlefield layout can't handle a attached card in graveyard yet.
2014-11-06 15:34:18 +01:00
LevelX2
6e368d51a8
Added sample decks from Jace vs. Vraska.
2014-11-04 13:22:20 +01:00
LevelX2
e747326028
Added logger message to card DB exception.
2014-11-03 17:21:57 +01:00
LevelX2
999528e633
Added audio waning 1 minute before timeout for constructing or sideboarding deck.
2014-11-03 07:59:58 +01:00
LevelX2
6d0e276c8f
Added some standard example decks.
2014-11-02 13:27:08 +01:00
LevelX2
532345e28a
* Darft - Play countdown sound during drafting only if no card from curretn booster was draft.
2014-11-02 12:12:39 +01:00
LevelX2
8426816b09
* Some changes to table and match view.
2014-11-01 14:24:23 +01:00
LevelX2
18d71a9377
* 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
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
1396760d5e
* Fixed a problem that prevented cards from beeing marked as choosable in select card panel after the changes made for displaying resized counters.
2014-10-31 18:34:41 +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
c3adb1337b
* Game layout fix to prevent unneccessary area movement.
2014-10-31 10:36:41 +01:00
LevelX2
2ac1340af7
* Some changes to version handling. Added display of server version (incl. minor server version) in client window titel.
2014-10-31 10:35:53 +01:00
LevelX2
d50e98f38a
* Some legacy example decks from championship Philadelphia.
2014-10-31 09:45:26 +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
791cc828c4
Fixed tournament panel color setting.
2014-10-25 16:01:44 +02:00
LevelX2
2cc129daa6
Changed ChatPanel transparency setting.
2014-10-25 16:00:56 +02:00
LevelX2
ac4c7048c0
[BOK] Added 3 cards.
2014-10-22 19:57:48 +02:00
LevelX2
8c66667b7f
* Some changes to pom files to use local repository for com\googlecode\jspf\jspf-core\0.9.1\.
2014-10-22 14:52:03 +02:00
LevelX2
c3c0d047b1
* Some minor changes to pom files.
2014-10-22 11:55:19 +02:00
LevelX2
2fae1df8c7
* Reverted chat focus handling change.
2014-10-20 00:50:52 +02:00
LevelX2
58bbe60c72
Merge origin/master
2014-10-18 23:04:15 +02:00
LevelX2
b9285c0118
* Fixed wrong imports.
2014-10-18 23:03:36 +02:00
betasteward
55d2233f2e
Merge branch 'master' of https://github.com/magefree/mage
2014-10-18 14:11:13 -04:00
LevelX2
0ecb04d8d2
* Minor change to user info.
2014-10-18 18:23:05 +02:00
LevelX2
2bd14269d6
* Finished button handling above stack.
2014-10-18 12:15:40 +02:00
LevelX2
26e1e5daa5
Moved button panel from third split panel above stack area (functional but not finished yet).
2014-10-17 17:23:43 +02:00
betasteward
9e28fa9b0c
fix to allow Launcher to start client - also slightly improves performance
2014-10-14 13:58:52 -04:00
LevelX2
fd3b8f4c29
* F4/F5/F7 can also be used now without having priority.
2014-10-14 15:29:21 +02: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
499b548a14
* Some changes to chat handling to fix unintended empty line.
2014-10-12 18:56:37 +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
e424635d20
* Fixed typo in info message.
2014-10-11 10:19:26 +02:00
LevelX2
05ba67a9c9
Added player life to tooltip of small player name label (if no avatar images is shown). So life can be shown (at least with tooltip) if the top card of library is turned face up.
2014-10-06 14:34:26 +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
af4fa9d542
* Fixed that watching tournament could not be started.
2014-10-05 00:39:52 +02:00
LevelX2
140ffb256a
* Fixed Standard Format selection. Client used fixed date. Check on deck validator used wrong month (1.11 insted of 1.10).
2014-10-02 16:59:25 +02:00
magenoxx
922e35ff1c
Fixed NPE in tooltips for Emblem choose-trigger
2014-10-02 12:17:25 +04:00
LevelX2
8ac8d36c03
* Some connection handling changes.
2014-10-02 01:14:32 +02:00
LevelX2
e0ffef40cc
Added possibility to set some more JBoss Remoting parameters with config.xml on server start.
2014-10-01 16:04:26 +02:00
LevelX2
e765e3a0b9
* Fixed show card name preferences handling that prevented to switch off card names.
2014-09-29 20:00:40 +02:00
LevelX2
2835a4e152
Some fixes to reconnect handling.
2014-09-28 15:45:15 +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
4f5c8fc45d
Removed some debug messages.
2014-09-27 19:58:22 +02:00
LevelX2
0a068e2258
* Fixed chat command handling (\list), the user chat input is now escaped to prevent using html tags.
2014-09-26 19:42:58 +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
02ca83324c
* Client - Don't load games again if not neccessary if "Games" menu item is clicked.
2014-09-26 13:44:57 +02:00
LevelX2
2c63d3bff8
* Client connect - Fixed that reconnect request was also shown if no successful connection was set up before.
2014-09-25 23:13:05 +02:00
LevelX2
341db7b01f
* Morph Ability - Some fixes for displaying / handling morph cards/permanents.
2014-09-25 16:51:41 +02:00
LevelX2
f3ea64e27c
* Changed handling of phases to stop to server based handling.
2014-09-25 00:33:58 +02:00
LevelX2
aa842efacc
Added F5 button to skip priority until end step of opponent. Added PlayerAction handling.
2014-09-24 16:55:51 +02:00
LevelX2
ebd21eab1d
Fixed a problem that manual mana payment was sometimes hard because the mana labels covered the mana buttons.
2014-09-24 16:54:33 +02:00
LevelX2
cc713808cf
* Download definition for M15 + CNS token and emblem images.
2014-09-22 23:31:26 +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
LevelX2
ffa959d536
Removed KTK image download stop.
2014-09-18 23:39:48 +02:00
LevelX2
c3fba626a2
Some changes to Morph card image display.
2014-09-16 07:53:00 +02:00
LevelX2
bc5dc80f95
* Chat panel - Fixed that the text of the chat panel was changable by the user.
2014-09-13 21:06:28 +02:00
LevelX2
5578e4c158
Added names to AboutDialog.
2014-09-13 11:21:54 +02:00
LevelX2
b2fc6923b9
Some changes to format of messages.
2014-09-10 22:37:35 +02:00
LevelX2
19124de0bd
Some changes to format of messages.
2014-09-10 22:37:13 +02:00
LevelX2
27f658f250
Changed format of some messages to html.
2014-09-10 17:51:46 +02:00
LevelX2
e8f9c0822f
* Chat / game log - Switched to html output. So mana symbols and html tags are correctly shown. Colors have to be adjusted still a bit.
2014-09-10 17:13:26 +02:00
LevelX2
382223bb90
* Deck Editor - Show images for amna symbols.
2014-09-10 17:11:06 +02:00
LevelX2
9c1f69983b
Fixed a problem with NPE and match start. Chanes to handling of logging.
2014-09-09 07:45:53 +02:00
LevelX2
da44199b3d
Fixed possible npe in debug info generation.
2014-09-07 15:44:21 +02:00
LevelX2
c3c77e3974
* Server - Some changes to user / match / table handling.
2014-09-07 02:28:47 +02:00
LevelX2
d051aef63f
Fixed a bug of handling of tournament sub tables if a user left. Some changes to match view.
2014-09-04 19:03:48 +02:00
LevelX2
8b331eefce
* Fixed a bug in table expired check. Changed expired check. Some fixed for table / tournament state handling.
2014-09-03 15:38:45 +02:00
LevelX2
fec0744315
Fixed a bug that while a match or tournament was just starting a player could still leave the table, setting the table / tournament / match to an undefined state. Now the player can only leave the Match / Tournament if it has started properly.
2014-09-03 01:02:10 +02:00
LevelX2
cb835f4f9b
[KTK] Added Kahns of Tarkir set.
2014-09-01 19:25:32 +02:00
LevelX2
b98c16f061
Added connection speed information per user (milliseconds the ping needs). Some minor changes to server console.
2014-08-31 17:46:14 +02:00
LevelX2
1285df5da3
Added some modern sample decks.
2014-08-31 17:27:43 +02:00
magenoxx
92479c0ba0
[UI] sorting layout if counters on a permanent were changed
2014-08-29 13:33:23 +04:00
LevelX2
ee5831bdc9
* Moved workaround for #451 to first possible position main of client.
2014-08-28 01:30:04 +02:00
magenoxx
d516137a5b
[UI] Putting lands with counters separately (without using land stack)
2014-08-27 13:49:10 +04:00
LevelX2
a2fe968582
Adjusting font position and size of counter amount.
2014-08-27 08:45:03 +02:00
LevelX2
dce2b027ee
Updated HelperPanel button handling, try to fix #451 .
2014-08-24 18:43:43 +02:00
LevelX2
aad1a2da89
* Client - Added number of active games to the header of the games column of the user list.
2014-08-24 07:03:01 +02:00
LevelX2
19de064710
Merge truevfs branch
...
Conflicts:
Mage.Client/src/main/java/org/mage/card/arcane/CardPanel.java
2014-08-22 12:23:43 +02:00
LevelX2
3757a4a6c9
Merge truevfs branch
...
Conflicts:
Mage.Client/src/main/java/org/mage/card/arcane/CardPanel.java
2014-08-22 12:23:24 +02:00
LevelX2
4990bdc9c9
Counter display - don't display counters if 0 amount.
2014-08-22 08:22:52 +02:00
LevelX2
d9a1cc1334
Added display of counters on card panel (needs probably some more fine adjusting and testing).
2014-08-22 02:38:10 +02:00
LevelX2
05f1a88157
Added image for displaying counter.
2014-08-21 17:06:38 +02:00
North
15d10f5797
upgraded truezip to truevfs
2014-08-21 16:05:55 +03:00
magenoxx
3454b2db8a
For Issue#524: added connect task timeout, reduced number of auto connection retries to one
2014-08-20 08:25:30 +04:00
LevelX2
175280b381
Setting java.util.Arrays.useLegacyMergeSort=true in client main to avoid Comparison method violates its general contract of swing class. ( Fixes #451 ).
2014-08-14 11:49:46 +02:00
LevelX2
357e80c7c2
Prevent NPE after disconnect for open tournament panel.
2014-08-13 22:01:06 +02:00
LevelX2
9020a287d6
Some NPE fixing for server and client.
2014-08-12 08:51:06 +02:00
magenoxx
97ca70318b
minor change
2014-08-11 15:29:04 +04:00
magenoxx
26d763611a
[UI] Fixes #481 : removed gap and moved cards up so scrollbar doesn't hide part of the hand cards
2014-08-11 15:24:03 +04:00
magenoxx
5f040b218a
Fixed #467 : changing attacker color to red
2014-08-11 14:55:32 +04:00
magenoxx
eb6dc10faa
[UI] Param for starting in fullscreen mode (osx only)
2014-08-11 14:39:58 +04:00
magenoxx
0e2255f71f
Fixes Issue#467 : marking possible attackers with blue instead of yellow
2014-08-11 14:18:32 +04:00
magenoxx
13d80e72f1
Fixes #492 : Tarmogoyf p/t stats now also displayed in grave&exile zones
2014-08-11 13:55:07 +04:00
magenoxx
58e4c66af6
Fixes #492 : Tarmogoyf p/t stats are not displayed in hand
2014-08-11 11:10:27 +04:00
Dustin Conrad
809d61d5ea
Use dependency management to use common versions of log4j and junit in all the projects.
2014-08-09 19:38:34 -04:00
magenoxx
d1a8678086
[UI] Capitalize first leffer of abilities in ability (mode) picker
2014-08-09 10:41:17 +04:00
magenoxx
7adf282ff5
[UI] Fixed question dialogs always appearing on root virtual table instead of current one (linux&macos)
2014-08-07 15:38:05 +04:00
magenoxx
53453243dc
[UI] Exile dialog
2014-08-07 15:30:44 +04:00
magenoxx
14d899ea79
[UI] Fixed only lands with two enchant lands were put aside
2014-08-07 09:07:08 +04:00
magenoxx
15dc313ffb
[UI] Made land cards in stack close to each other
2014-08-07 08:46:07 +04:00