Commit Graph

27459 Commits (bfc067506b63d1ea6ab673de588f453355331461)

Author SHA1 Message Date
lodici bfc067506b simplify code. 2017-03-12 20:12:57 +00:00
lodici 417ca5d76b use #1088 fix for consistency when searching for decks containing a selected card in the cards explorer screen. 2017-03-12 20:08:38 +00:00
lodici f2291e61e6 DeckUtils.getDecksFolder() returns Path instead of String. 2017-03-12 20:01:07 +00:00
lodici cf9d8b2aff rename DeckUtils.getDeckFolder() to getDecksFolder(). 2017-03-12 19:35:59 +00:00
lodici 85bd25f9f5 move isValidDeckFolder() into DeckUtils. 2017-03-12 19:31:06 +00:00
lodici 69ad7d4d63 clarify call to player decks folder. 2017-03-12 19:25:20 +00:00
lodici b46372f1bc fixes #1088 - exception: cannot determine deck type on random deck file selection. 2017-03-12 10:39:48 +00:00
melvinzhang 63c07e9621 add text of GNU GPLv3 as LICENSE.txt, closes #1089 2017-03-12 12:50:28 +08:00
lodici ddbf8f7f01 closes #1065 : click on already selected deck tab opens the deck selection screen. 2017-03-07 20:26:11 +00:00
lodici 8828a7c18f Pass class instance directly instead of partially implemented IDeckEditorListener. 2017-03-07 20:09:51 +00:00
lodici 93b582286e fix missed translations (closes #1085). 2017-03-07 19:14:37 +00:00
lodici 77aabadd8b fix missed translations (see #1085). 2017-03-07 19:00:02 +00:00
lodici 51b6e359fd Update isEmpty() to isMissingOrEmpty(). 2017-03-07 18:51:46 +00:00
lodici 3cc5f1cb1e fixes #1087 : 1.82 stats database not imported into 1.83. 2017-03-06 23:14:23 +00:00
lodici e53552205f bump version to 1.83 for March development cycle. 2017-03-06 19:10:42 +00:00
ShawnieBoy f055455794 add Modern Masters 2017 Edition 2017-03-05 14:09:01 +00:00
ManuSayure 7da6835d7f replace constant with named constant 2017-03-02 09:34:25 +08:00
lodici 5c14ec844e version 1.82 russian translation update. 2017-02-28 22:10:25 +00:00
melvinzhang 6b916e08e1 include contributors and cards for 1.82 2017-02-27 16:31:25 +08:00
lodici 50138e5a77 fixes #1083 : Missing images alert but dialog displays nothing to download. 2017-02-26 19:14:06 +00:00
lodici fe74759390 add H2 database MFileLink to devMode stats screen. 2017-02-26 15:17:28 +00:00
lodici f6a0abfe76 reveals devmode option if CTRL key is pressed on main menu screen. 2017-02-26 14:58:40 +00:00
lodici e4ac4ea4a2 Set title of DeckScreen when called from DeckGamesJTable. 2017-02-25 21:52:02 +00:00
lodici d8e3fdbabf fix: stats folder was being created in project root when running from IDE. 2017-02-25 16:28:39 +00:00
lodici 1334522c5f Add UI updates to README.txt 2017-02-25 15:58:23 +00:00
lodici b1807aefa5 Can now click on opponent deck in deck games list to view deck. 2017-02-24 23:35:22 +00:00
lodici a836f89666 remove dead code. 2017-02-24 15:41:10 +00:00
lodici b8a461ed1b Make UI text translatable in PlayerCellRenderer. 2017-02-24 15:37:53 +00:00
lodici 01dd9f82dd fix #1082 : CardViewer.setCard() NPE. 2017-02-24 14:34:26 +00:00
lodici 30803c7fae update content and style of the Result column in DeckGamesJTable. 2017-02-24 03:17:08 +00:00
lodici db80ef14ee remove debug try..catch. 2017-02-24 03:10:54 +00:00
lodici a83d512a08 Prevent #1082 : CardViewer.setCard() NPE. 2017-02-24 03:09:22 +00:00
lodici db37bb62b8 increase table column width. 2017-02-24 02:06:41 +00:00
lodici 12a6851d16 update content and style of the Player and Opponent columns in DeckGamesJTable. 2017-02-24 00:09:10 +00:00
lodici edbaecb933 Ensure PlayerProfiles map is refreshed before use (fixes #1069). 2017-02-24 00:07:36 +00:00
lodici 9e8ed778f6 update content and style of the Game column in DeckGamesJTable. 2017-02-23 17:29:20 +00:00
lodici c386af11ad remove dead class. 2017-02-23 16:21:49 +00:00
lodici 50d1099868 Use a more readable approximation for when a game was played. 2017-02-23 15:55:54 +00:00
lodici 1ae5d3c3dd fix: exception when clicking on cell in Config or Result columns. 2017-02-23 14:20:26 +00:00
lodici aa2358cd60 rename DeckStatsPanel to DeckGamesPanel and related components. 2017-02-23 14:12:19 +00:00
lodici e5936e1985 remove dead constructor. 2017-02-23 14:08:57 +00:00
lodici 811a6858f6 relocate DeckStatsPanel and associated components. 2017-02-23 14:07:57 +00:00
lodici 4bc1693baa Use MScreen instead of Object as argument to isScreenReadyToClose(). 2017-02-23 13:59:00 +00:00
lodici d221b5aeb9 Make UI text translatable in MagicFromCardListChoice. 2017-02-22 18:17:25 +00:00
lodici e569979047 remove dead code, redundant final modifier on private method; use diamond inference. 2017-02-22 18:12:21 +00:00
lodici fa83391b17 fix code formatting. 2017-02-22 18:10:49 +00:00
lodici 84570bda88 replace redundant displayMessage with call to getDescription(). 2017-02-22 18:10:20 +00:00
lodici 52edb2f0f2 Make UI text translatable in MagicFromCardFilterChoice. 2017-02-22 18:05:58 +00:00
lodici 1d5e298f72 remove dead code, redundant final modifier on private method; use diamond inference. 2017-02-22 18:00:44 +00:00
lodici 4201377a41 fix code formatting. 2017-02-22 17:58:42 +00:00