Commit Graph

6098 Commits (ef112bbee43a6305642e441731b3d81210512c33)

Author SHA1 Message Date
melvin 4e4e880195 remove redundant no args constructor 2012-10-03 16:13:23 +08:00
melvin df8b2d4d39 remove redundant interface declaration 2012-10-03 16:13:10 +08:00
melvin 6ea3e13a51 replace equals(literal) with literal.equals 2012-10-03 13:01:32 +08:00
melvin ac75f656e9 build report for current instance as well 2012-10-03 13:01:11 +08:00
melvin f6025b84d8 use Java style for array declaration 2012-10-03 11:32:56 +08:00
melvin 38b584e9e4 determine equippedCreature on resolution 2012-10-02 22:41:58 +08:00
melvin 0e2da534eb compute number of blockking creatures when trigger resolves 2012-10-02 22:31:50 +08:00
melvin cee94ceb9a compute number of blockking creatures when trigger resolves 2012-10-02 22:29:52 +08:00
a. benedict balbue na 8ffd75a160 added Knightly Valor 2012-10-02 21:34:17 +08:00
a. benedict balbue na 3fff2e39db added Armada Wurm 2012-10-02 21:33:16 +08:00
melvin 646b276e69 reduce number of games per log file to 50000 2012-10-01 14:59:46 +08:00
melvin 43f27432c0 use instance payManaCost method to avoid need to hardcode the index of the mana choice, made static version private 2012-09-30 21:41:58 +08:00
melvin 21f59fa9ee use source from event, as that was the fix for issue 174 2012-09-30 22:23:27 +08:00
melvin 44674022c2 Added tag 1.30 for changeset 1425c0d64ac8 2012-09-30 14:21:03 +08:00
melvin 939de1eb65 updated value from gatherer 2012-09-30 13:53:33 +08:00
melvin 425a79d1b9 removed old rules for updating value 2012-09-30 13:34:32 +08:00
melvin f9aa319e02 added note on fix for Arcbound Overseer 2012-09-30 13:18:04 +08:00
melvin 9b8b7951f0 store Flanking and Modular in abilityFlags
fixes issue 296
2012-09-30 13:13:59 +08:00
melvin 1c99256d31 added test for issue 296 2012-09-30 13:11:30 +08:00
melvin 4d8a981939 added rule to consolidate crash logs 2012-09-30 11:20:52 +08:00
melvin 4a8a35ce43 simplify determination of next step after resolve 2012-09-30 11:20:31 +08:00
melvin de09f5930e ensure file ends with newline 2012-09-30 10:41:29 +08:00
melvin 4092ee4f79 replace card name with SN 2012-09-30 00:00:07 +08:00
melvin 5f75b5915a move checking rules to end of Makefile 2012-09-29 23:56:38 +08:00
melvin b2db7e262b updated cubes 2012-09-29 23:51:00 +08:00
melvin 8805dac9fc added newline at end of line 2012-09-29 23:49:58 +08:00
melvin 3b01870e6a added changelog for 1.30 2012-09-29 23:42:39 +08:00
melvin 013791a7c3 update version number to 1.30 2012-09-29 23:18:34 +08:00
melvin f9ebdc4d34 check state after resolving item from stack 2012-09-29 13:04:53 +08:00
melvin d0fbb88991 added toString for MagicGainControlAction 2012-09-29 11:13:05 +08:00
melvin 366e1fa0fe declare one variable per line 2012-09-28 16:19:28 +08:00
melvin d49f1a3104 rearrange modifiers 2012-09-28 16:16:26 +08:00
melvin 0358cde92f compare enum with == 2012-09-28 16:16:18 +08:00
melvin 3cbb61cebd add braces around if statement 2012-09-28 16:13:26 +08:00
melvin afce87c6e3 replaced Array constant with initializer expression 2012-09-28 16:12:35 +08:00
melvin 9864cd3997 replace C style array delcaration with Java style 2012-09-28 16:09:47 +08:00
melvin 631dd73e4b infer final annotation for local variables 2012-09-28 16:04:12 +08:00
melvin 3036d12c63 mark members as final 2012-09-28 15:59:14 +08:00
melvin dcc8d38484 optimized imports 2012-09-27 14:11:44 +08:00
melvin a53ff4131f use 1M repetitions for random testing 2012-09-27 11:10:14 +08:00
melvin 9d46f2e2af use the full range of int for seed 2012-09-27 11:09:34 +08:00
melvin f6f6ff9d2c use str 1 instead of str 0 for random testing 2012-09-27 10:29:33 +08:00
melvin f936fb3d7a wrap long lines, use seed option instead of rndSeed env var 2012-09-27 09:59:42 +08:00
melvin db6568f9f4 added option seed to set the random seed on for each duel 2012-09-27 09:59:26 +08:00
melvin 4c23368990 added method to set seed 2012-09-27 09:58:05 +08:00
melvin 529c4c4912 remove MagicSpellCardEvent's link to MagicCardDefinition 2012-09-26 10:15:31 +08:00
melvin f0a2a52db2 remove MagicStatic's link to MagicCardDefinition 2012-09-26 10:14:40 +08:00
melvin 881176dda2 remove MagicTrigger's link to MagicCardDefinition 2012-09-26 10:13:02 +08:00
melvin 9576f28020 removed MagicCardDefinition from MagicActivation 2012-09-25 22:36:02 +08:00
melvin 8583d80045 added toString method 2012-09-25 17:36:17 +08:00