magarena/src/magic
lodici 30d5266121 Fixes #236 : the load cards FutureTask was suppressing exceptions leading to behaviour as detailed in #236. 2015-05-04 15:50:13 +01:00
..
ai compute child desc before executeNextEvent as the executeEvent may alter result of choice[0].toString, for example, in the case of revealing cards 2015-04-29 23:28:28 +08:00
data fix #232 : New Duel screen is not restoring decks from "latest.duel". 2015-05-03 01:23:50 +01:00
exception Catch error on resume duel if player deck invalid (fixes #220). 2015-04-24 15:57:02 +01:00
firemind convert InvalidDeckException to unchecked exception and de-clutter code by removing related "throws" clauses. 2015-04-24 15:56:59 +01:00
game/state rename MagicPlayerDefinition to DuelPlayerConfig. 2015-04-19 20:21:25 +01:00
generator make non-deterministic rng private 2015-04-12 11:59:56 +08:00
grammar update Mouse runtime source files 2014-09-11 13:45:29 +08:00
headless remove AI specific methods from PlayerProfile, add MagicPlayer.getAiProfile convenience method 2015-04-04 21:46:34 +08:00
model getEvent may be MagicEvent.NONE when intervening if clause fails, only put on stack if event is valid 2015-05-04 20:57:40 +08:00
test add newline at end of file 2015-05-02 08:42:44 +08:00
ui remove unrequired imports. 2015-05-04 15:50:12 +01:00
utility Fixes #236 : the load cards FutureTask was suppressing exceptions leading to behaviour as detailed in #236. 2015-05-04 15:50:13 +01:00
DeckStrCal.java convert InvalidDeckException to unchecked exception and de-clutter code by removing related "throws" clauses. 2015-04-24 15:56:59 +01:00
FiremindQueueWorker.java fix indentation 2015-03-21 08:55:43 +08:00
MagicMain.java convert InvalidDeckException to unchecked exception and de-clutter code by removing related "throws" clauses. 2015-04-24 15:56:59 +01:00