Commit Graph

27379 Commits (5a29d9db89b6fa5877fa148d81813293fe5b8072)

Author SHA1 Message Date
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
lodici a4a0fa1427 initial implementation of DeckViewsPanel in DecksScreen (non-functional legality & stats views). 2017-02-07 14:42:09 +00:00
lodici 32557fdf64 query PWL stats only once per deck using PwlWorker. 2017-02-07 14:42:08 +00:00
lodici b4bce924e4 improve deck stats panel layout. 2017-02-07 14:42:08 +00:00
lodici cd341ff9cf rename ScreenPanel to DecksScreenPanel. 2017-02-07 14:42:07 +00:00
lodici d24cc914cb remove obsolete method. 2017-02-07 14:42:07 +00:00
lodici 23abb9bb39 Rename DeckViewScreen to DeckScreen. 2017-02-07 14:42:06 +00:00
ShawnieBoy 81795e5a7e include Locale in DeckGenerators 2017-02-07 13:52:05 +00:00
ShawnieBoy ace07b56b2 optimise imports 2017-02-07 13:51:09 +00:00
ShawnieBoy 803cbb5b21 acceptPossibleLandCard and acceptPossibleSpellCard always return true 2017-02-07 13:40:17 +00:00
ShawnieBoy d633155b93 add clarifying comment for final section of MagicCombatDamagePhase 2017-02-07 13:14:25 +00:00
ShawnieBoy d755c93aa9 correct attackerMessage length check in MagicCombatDamagePhase and
rename defender message.
2017-02-07 13:07:47 +00:00
ShawnieBoy 3aec915b2d Legacy format was missing OGW and SOI sets 2017-02-07 12:25:46 +00:00
ShawnieBoy f4a950438b add Sram, Senior Edificer 2017-02-05 13:24:41 +00:00
ShawnieBoy dcd88a4c6b add Aura, Equipment or Vehicle spell to MagicTargetFilterFactory 2017-02-05 13:24:24 +00:00
ShawnieBoy 235bc7e5b0 add Status property 2017-02-05 13:15:56 +00:00
ShawnieBoy 12235da05c add comment to Goblin Spymaster 2017-02-05 13:14:56 +00:00
ShawnieBoy 6b30fc1824 add additional 'flicker' abilities to TestRevolt #1066 2017-02-04 22:10:07 +00:00
ShawnieBoy 9580b71b30 add TestRevolt #1066 2017-02-04 21:57:40 +00:00
lodici c48dc827eb consolidate duplicate code into super class. 2017-02-04 17:15:31 +00:00
lodici 141fcc7e1c consolidate duplicate code into super class. 2017-02-04 17:06:12 +00:00
lodici 297ed6c188 consolidate duplicate code into super class. 2017-02-04 17:02:27 +00:00
lodici d658abc70a consolidate duplicate code into super class. 2017-02-04 16:51:57 +00:00
lodici db2e9e8dff Move TitleBar reference into super class. 2017-02-04 16:43:35 +00:00
lodici f5483c8c6e move duplicate ColumnListener code into super class. 2017-02-04 15:34:18 +00:00
lodici 761e2e8240 consolidate duplicate sub-class code into CardsTablePanel. 2017-02-04 14:58:39 +00:00
lodici 69a603477e create CardsTablePanel as superclass for CardTablePanelA/B and DeckTablePanel. 2017-02-04 14:42:32 +00:00
lodici 7da96d7399 Replace reference to JTable with CardsJTable. 2017-02-04 14:38:32 +00:00
lodici c1abec2727 Fix : cannot use enum to keep track of column sort order since a single enum will apply to all instances of CardTableModel. 2017-02-04 14:28:50 +00:00
lodici 966caa0f05 fix: need to click twice the first time on name column to trigger sort. 2017-02-04 14:08:13 +00:00
lodici c352a99058 Restore code to sort deck table columns (fixes #1064). 2017-02-04 14:07:48 +00:00