Commit Graph

1391 Commits (0e2ff2c074433ed847404d5ab3f9d2a92c6ed9f8)

Author SHA1 Message Date
melvin d30f37627c removed comments 2011-08-10 20:42:38 +08:00
melvin f4d067d0eb removed comments 2011-08-10 20:42:26 +08:00
melvin 0e0780361c removed card specific code 2011-08-10 20:42:14 +08:00
melvin 10966be5c7 removed code 2011-08-10 20:41:53 +08:00
melvin f534a7ca51 removed comments 2011-08-10 20:41:34 +08:00
melvin 9ec73a9f61 print statistics from MagicCardDefinition 2011-08-10 20:41:13 +08:00
melvin 04fd74fa34 comment out old style card initialization 2011-08-10 20:40:52 +08:00
melvin 46a1b66f04 moved local variables to card specific class 2011-08-10 20:40:17 +08:00
melvin 814e5b00b7 move remaining 8 mana activations to specific card classes 2011-08-10 16:52:18 +08:00
melvin 30b65508a8 left 8 mana activations in ManaActivationsDefinitions 2011-08-10 16:42:11 +08:00
melvin 50cda86567 moved some mana activations into specific card class 2011-08-10 16:41:09 +08:00
melvin 3105119fb8 added one card for each card, commented out code to add triggers/spell events/activations from all-in-one file 2011-08-10 16:08:21 +08:00
melvin b413fb824e added comment to remember to make the code for canonicalizing the card name more robust 2011-08-10 16:07:00 +08:00
melvin bc55d4cece added awk script to split up triggers/activations/spell and group them based on the card 2011-08-10 16:06:01 +08:00
melvin 31849b1868 merged temp variables into MagicPermanentActivation 2011-08-10 15:02:44 +08:00
melvin f7a6e86275 merged temp variables into MagicSpellEvents 2011-08-10 15:02:12 +08:00
melvin 973e7125d7 merge temp variables into section where they are used 2011-08-10 15:01:39 +08:00
beholder 2afae3bb75 changed some messages to use the player name instead of 'you' 2011-08-10 08:55:39 +02:00
melvin 990ea35d54 added rule to pull from beholder's clone 2011-08-10 12:50:25 +08:00
melvin 1d97044d0c removed get method from MagicStack 2011-08-10 12:49:59 +08:00
melvin d443dee94c wrapped long lines, improved comments 2011-08-10 12:43:06 +08:00
melvin 82f5b2a423 added Frost Titan 2011-08-10 12:38:48 +08:00
melvin 85a616c9d7 add hook to trigger WhenTargeted 2011-08-10 12:36:48 +08:00
melvin 9345841aa2 removed trigger hook 2011-08-10 12:36:22 +08:00
melvin 32af5ce30f wrapped long lines 2011-08-10 12:35:24 +08:00
melvin e2dcaf6651 execute targeted trigger passing in item on stack 2011-08-10 11:19:50 +08:00
melvin d521ecb329 removed empty lines 2011-08-10 11:18:54 +08:00
melvin deefcefa25 replaced MagicCardOnStack with MagicItemOnStack 2011-08-10 11:18:36 +08:00
melvin a18fe6b0b5 added method to get stack item based on event 2011-08-10 11:16:54 +08:00
beholder a1cfc8f2ce added Spiteful Visions 2011-08-09 14:43:31 +02:00
beholder 661013a363 added Kederekt Parasite 2011-08-09 13:11:32 +02:00
beholder d06e672239 added card draw trigger, added Underworld Dreams 2011-08-09 09:05:56 +02:00
beholder 93e2bdcf69 added Sangromancer 2011-08-08 14:44:41 +02:00
beholder 47d7ad98e3 added Gideon's Lawkeeper 2011-08-08 14:00:22 +02:00
beholder 59c0164740 added trigger for discarding (part of issue36), added Liliana's Caress 2011-08-08 13:30:14 +02:00
beholder e4d1bf3f27 added Honor of the Pure 2011-08-08 12:19:07 +02:00
melvin 2743d8d0bc removed rule for GraphicsUtilities, added rule to download current price list 2011-08-08 16:50:36 +08:00
melvin 7b4964dac1 patch from beholder to allow duel to load decks with more than 40 cards
Fixes issue 42
2011-08-08 09:34:07 +08:00
melvin b9b3dba822 initialize properties to new properties instead of null to fix a NPE when the file does not exist 2011-08-06 23:48:07 +08:00
melvin f59ba1d693 documented each try block for more systematic exception handling 2011-08-06 10:49:03 +08:00
melvin 1f5ba7818d changed magic.ai.StateCache to magic.data.LRUCache 2011-08-05 16:41:04 +08:00
melvin 4f47cddcbc simplified loading of properties using toProp 2011-08-05 16:17:20 +08:00
melvin 649e05eebb made parameters final 2011-08-05 16:16:58 +08:00
melvin 2c3b31616f removed unnecessary imports 2011-08-05 16:05:51 +08:00
melvin 00b3c75b4b reordered the methods 2011-08-05 16:01:42 +08:00
melvin 8b6ad6ec2a removed unnecessary imports and throws 2011-08-05 14:45:44 +08:00
melvin 0478cbcfea use helper methods from FileIO 2011-08-05 14:30:46 +08:00
melvin 2d0169967c added methods to load and save properties 2011-08-05 14:30:34 +08:00
melvin 273d2163c7 use File.toImg 2011-08-05 12:28:59 +08:00
melvin b8f6279745 read whole file into a String and then parse it 2011-08-05 12:27:53 +08:00