magarena/src/magic
melvinzhang 6fee6d9757 remove passing state of DeckStrengthViewer into advanceDuel, replace with check if whether game is real 2015-02-18 10:47:29 +08:00
..
ai verified that counting choices instead of actions does not negatively impact MCTS strength, apply changes to current MCTS 2015-02-07 18:25:05 +08:00
data replace references to MagicMain.setSplashStatusMessage() in data classes. 2015-02-15 15:05:08 +00:00
exception create GameException to store a copy of the game that caused the exception, restore exception handling in doAction 2015-02-16 20:38:16 +08:00
firemind consolidate duplicate code. 2014-11-25 16:42:47 +00:00
game/state moved VERSION constants out of MagicMain into GeneralConfig - core classes should not be referencing launch classes. 2015-02-15 12:20:32 +00:00
generator add random deck generator dialog. 2014-09-23 15:29:52 +01:00
grammar update Mouse runtime source files 2014-09-11 13:45:29 +08:00
headless remove passing state of DeckStrengthViewer into advanceDuel, replace with check if whether game is real 2015-02-18 10:47:29 +08:00
model remove passing state of DeckStrengthViewer into advanceDuel, replace with check if whether game is real 2015-02-18 10:47:29 +08:00
test simplify MagicPlayerDefinition API for test games by removing constructor where avatar face index can be specified. Was used to set avatar image for test players but who cares, the player image in a test game is completely irrelevant so let system decide. 2015-02-15 02:33:20 +00:00
ui remove passing state of DeckStrengthViewer into advanceDuel, replace with check if whether game is real 2015-02-18 10:47:29 +08:00
utility consolidate initialization code from MagicMain and DeckStrCal into MagicSystem 2015-02-18 09:51:51 +08:00
DeckStrCal.java consolidate initialization code from MagicMain and DeckStrCal into MagicSystem 2015-02-18 09:51:51 +08:00
FiremindQueueWorker.java rename GameController to SwingGameController. 2015-02-17 19:07:23 +00:00
MagicMain.java consolidate initialization code from MagicMain and DeckStrCal into MagicSystem 2015-02-18 09:51:51 +08:00