magarena/src/magic
melvinzhang d69172805d convert do/while loop to while loop 2015-02-20 13:16:13 +08:00
..
ai convert do/while loop to while loop 2015-02-20 13:16:13 +08:00
data move UI-specific CardImagesProvider out of core data package into UI package. 2015-02-18 11:43:45 +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 HeadlessGameController now implements simpler IGameController without any unnecessary methods 2015-02-20 09:03:52 +08:00
model move MagicGame.cacheState into MMABWorker.shouldCache 2015-02-20 10:13:58 +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 HeadlessGameController now implements simpler IGameController without any unnecessary methods 2015-02-20 09:03:52 +08:00
utility move UI-specific CardImagesProvider out of core data package into UI package. 2015-02-18 11:43:45 +00:00
DeckStrCal.java remove setMaxTestGameDuration, max duration must be set in constructor 2015-02-18 12:55:21 +08:00
FiremindQueueWorker.java remove setMaxTestGameDuration, max duration must be set in constructor 2015-02-18 12:55:21 +08:00
MagicMain.java consolidate initialization code from MagicMain and DeckStrCal into MagicSystem 2015-02-18 09:51:51 +08:00