Commit Graph

27459 Commits (bfc067506b63d1ea6ab673de588f453355331461)

Author SHA1 Message Date
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
lodici b15bc41165 Extract screen content panel class out of NewDuelSettingsScreen. 2017-02-08 14:06:14 +00:00
ShawnieBoy 573fd1eb76 remove unused methods from Resource Manager 2017-02-08 13:17:12 +00:00
melvinzhang cee6ec00a7 replace reference to static BufferedImages in ResourceManager with image cache, for #1073 2017-02-08 20:42:52 +08:00
melvinzhang 2e7f0f7ad8 add unused image cache to resource manager, for #1073 2017-02-08 20:42:52 +08:00
ShawnieBoy 3f0e7f953e correct status property fixes #1072 2017-02-08 12:17:07 +00:00
melvinzhang ae8bb3e685 correct not supported reason for Knollspine Invocation 2017-02-08 09:36:16 +08:00
melvinzhang f9718bc77b acceptPossibleLandCard and acceptPossibleSpellCard are overwritten in subclass
This reverts commit 803cbb5b21.
2017-02-08 09:24:26 +08:00
lodici 4843fa654e Show legality and stats tabs in DeckScreen. 2017-02-07 19:23:08 +00:00
lodici 651fdd302a Update legality panel to use new ICardsTableListener so that card image is displayed on selection in DecksScreen. 2017-02-07 15:28:51 +00:00
lodici 2baa79f91e remove debugs. 2017-02-07 14:42:11 +00:00
lodici 0e9e432783 implement deck stats tab in Decks screen. 2017-02-07 14:42:11 +00:00
lodici 776c8dfe13 implement deck legality tab in Decks screen. 2017-02-07 14:42:10 +00:00
lodici 10ad679499 lazy load deck legality data on tab click. 2017-02-07 14:42:10 +00:00
lodici 6d39adfedc relocate deck legality components into new package. 2017-02-07 14:42:09 +00:00