magarena/src/magic
Mike 511a0c0371 move duel runner into seperate class to prevent memory leaks 2015-03-21 08:55:40 +08:00
..
ai remove duplicate AI code in next package 2015-03-10 15:13:26 +08:00
data ensure that card script and groovy file exist before attempting to read 2015-03-19 12:30:08 +08:00
exception Invalid deck throws new InvalidDeckException instead of IOException and propagates up to UI/console layer for handling. 2015-02-22 17:18:36 +00:00
firemind move duel runner into seperate class to prevent memory leaks 2015-03-21 08:55:40 +08: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 replace java.util.Random with MagicRandom 2015-03-08 20:45:58 +08:00
grammar update Mouse runtime source files 2014-09-11 13:45:29 +08:00
headless remove imports. 2015-02-22 14:04:17 +00:00
model support filter 'non-<subtype> creature' 2015-03-20 09:59:07 +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 error threshold limitation when downloading images since I feel it is too inflexible. 2015-03-20 21:31:45 +00:00
utility rename folder to follow naming convention of existing ones 2015-03-04 08:38:35 +08:00
DeckStrCal.java replace nextRNGInt(999999) with nextRNGInt() 2015-03-10 21:15:39 +08:00
FiremindQueueWorker.java move duel runner into seperate class to prevent memory leaks 2015-03-21 08:55:40 +08:00
MagicMain.java Invalid deck throws new InvalidDeckException instead of IOException and propagates up to UI/console layer for handling. 2015-02-22 17:18:36 +00:00