Commit Graph

27423 Commits (c386af11adf225868ded5751edf13f1101341050)

Author SHA1 Message Date
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
lodici 7b931ac02b replace redundant displayMessage with call to getDescription(). 2017-02-22 17:58:02 +00:00
lodici cd7352497d Make UI text translatable in MagicCardChoice. 2017-02-22 17:51:29 +00:00
lodici 5c46a64395 Make UI text translatable in MagicBasicLandChoice 2017-02-22 17:39:08 +00:00
lodici a15f6bb0d3 Make UI text translatable in MagicCoinFlipChoice & MagicOrChoice. 2017-02-22 17:34:59 +00:00
lodici 74dec310ba Make UI text translatable in MagicColorChoice (#1080). 2017-02-22 17:29:15 +00:00
lodici d3098bac0d remove dead method; redundant final modifier on private method; use diamond inference. 2017-02-22 16:56:24 +00:00
lodici fcda4002dd Make UI text translatable in MagicMayChoice (#1080). 2017-02-22 16:41:40 +00:00
lodici 40a8933228 Make UI text translatable in MagicDeclareBlockersChoice (#1080). 2017-02-22 15:52:55 +00:00
lodici f1f94c82e7 Make UI text translatable in MagicScryChoice (#1080). 2017-02-22 15:38:45 +00:00
lodici 37167f3b59 Make UI text translatable in MagicDeclareAttackersChoice (#1080). 2017-02-22 15:18:32 +00:00
lodici 261299a776 Translate message sent to showMessage() (see #1080). 2017-02-22 15:14:28 +00:00
lodici 8422e98f22 remove unused code; re-organize imports. 2017-02-22 14:48:04 +00:00
lodici 7499c377fd link PhaseStepViewer to MagicPhaseType (UN vs UT inconsistency); remove redundant text from MagicPhaseType. 2017-02-21 18:39:04 +00:00
lodici 271aa32afc Move Italian card text language up the order in setup card images dialog. 2017-02-21 16:10:28 +00:00
lodici 8e203278f7 add game stats database to import; remove db initialization from startup background threads (closes #1079). 2017-02-21 16:01:54 +00:00
lodici 6e2e6b2ebc fix: isTestGame() always returns true. 2017-02-21 15:26:08 +00:00
lodici 4a28d7af30 update UI text. 2017-02-21 06:23:52 +00:00
lodici 808a5171f4 update UI text. 2017-02-21 03:28:54 +00:00
lodici 195d6db04c fix: if on-demand download of proxy image fails show missing proxy image, not missing card image. 2017-02-21 00:17:09 +00:00
lodici 41ee7ae668 fix: if on-demand download of printed image fails show missing proxy image, not missing card image. 2017-02-21 00:01:12 +00:00
lodici f0ffa1670f fix: download button should be disabled while scanning. 2017-02-20 23:34:11 +00:00
lodici f786164130 remove redundant proxy calls. 2017-02-20 21:24:11 +00:00
lodici bbbb96b03b Remove duplicate card image settings from general preferences dialog. 2017-02-20 21:15:33 +00:00
lodici a7fe88d9f2 Update enum text. 2017-02-20 21:10:16 +00:00
lodici 2a492743fb update download dialog style for better contrast. 2017-02-20 21:06:07 +00:00
lodici f48e2c9740 Update card image downloading (see #1039). 2017-02-20 20:59:08 +00:00
lodici 4a93805b00 remove obsolete code. 2017-02-19 21:41:45 +00:00
lodici e6ba179ea3 new translatable UI text for DeckType. 2017-02-19 21:39:00 +00:00
lodici a579c16ac0 new translatable UI text. 2017-02-19 20:13:18 +00:00
lodici 3a5246afeb Add italian translation hat tip. 2017-02-19 18:07:25 +00:00
Sergio Lo Cascio 5a29d9db89 Added italian translation 2017-02-19 15:31:51 +01:00
melvinzhang 679bfafb7e add option to load snapshot from command line 2017-02-14 20:45:37 +08:00
melvinzhang 83b36734e7 remove loading of cardbuilder as it should be loaded as needed, #1075 2017-02-11 08:40:11 +08:00
melvinzhang c9357b2417 add python script used to evaluation effect of cache size on number of cache misses 2017-02-10 20:49:40 +08:00
melvinzhang c7de473325 reduce size of cardbuilder image cache based on empirical testing 2017-02-10 20:48:53 +08:00
lodici 9c7aea85c1 Remove dynamic deck groups in new duel screen (fixes #1059). 2017-02-08 14:06:14 +00:00