Commit Graph

871 Commits (887e8d511ed258c278dbbe1deb48714447c7084c)

Author SHA1 Message Date
melvin 1c39ebd78e removed empty lines 2011-06-25 10:49:51 +08:00
melvin 6cb37433cb removed empty lines 2011-06-25 10:49:33 +08:00
melvin cbe5da78da removed empty lines 2011-06-25 10:49:16 +08:00
melvin 5c35bf9390 make script more generic, data for cards must come from filename that contains
the word data
2011-06-24 15:29:40 +08:00
melvin d82c81ad25 added rules to download cubes from the web 2011-06-24 15:01:27 +08:00
melvin 9379f9a891 updated README 2011-06-24 13:02:17 +08:00
melvin 428c0f4487 added ubeefx cube 2011-06-24 12:58:14 +08:00
melvin 2f108b78bd use List<MagicManaType> instead of MagicManaType[] 2011-06-24 12:49:05 +08:00
melvin d444acc9e3 converted rarity to an enum 2011-06-24 12:08:53 +08:00
melvin 553770b8e1 make all members in MagicStaticLocalVariable private, added canLose and canTarget method 2011-06-24 12:08:16 +08:00
melvin cbb75728d8 removed extra semi colon 2011-06-24 12:07:45 +08:00
melvin b4b0aaa73a use equals to compare strings 2011-06-24 11:31:30 +08:00
melvin db5ee83239 make sure file streams are closed by finally blocks 2011-06-24 11:31:05 +08:00
melvin 3423d67e9c make sure file streams are closed by finally blocks 2011-06-24 11:30:40 +08:00
melvin d00be62f84 made class final 2011-06-24 11:30:11 +08:00
melvin 45fe662696 make sure MAX_TEST_MODE_DURATION is synchronized 2011-06-24 11:29:54 +08:00
melvin ec80ee7fba make class final 2011-06-24 11:29:37 +08:00
melvin ab316b246f arrays to list 2011-06-24 11:29:22 +08:00
melvin be4e262d2e converted arrays to immutable list 2011-06-24 11:29:10 +08:00
melvin c8d2b67b5e make sure CHEAT is synchronized 2011-06-24 11:28:57 +08:00
melvin 27ccec8657 made capitalization of error messages more consistent 2011-06-24 10:46:35 +08:00
melvin b2162ce6fe fixed some problems indicated by findbugs 2011-06-24 10:42:42 +08:00
melvin 7b18846c0d marked some candidate card that can be implemented 2011-06-24 10:12:15 +08:00
melvin db8b05cec4 switched from using JDK's Random class to MersenneTwisterFast 2011-06-24 10:02:23 +08:00
melvin 631678e661 added test case and MagicChangeCardDefinition 2011-06-23 16:34:09 +08:00
melvin 897953945d added Mutavault 2011-06-23 16:33:01 +08:00
melvin c60bbae7e5 removed some empty lines 2011-06-23 16:32:36 +08:00
melvin 807e9210e1 Added WARNING to messages indicating that computation of possible choices is taking too long 2011-06-23 13:03:06 +08:00
melvin d5a6ca83a5 added rule to build theme zip 2011-06-23 10:02:22 +08:00
melvin 1fc95bdeac added three more custom decks from the forum 2011-06-23 10:02:01 +08:00
melvin e0b273ffe2 increases maximum duration of AI only game to 30 mins 2011-06-22 09:48:47 +08:00
melvin 43e9d10d0c removed extinct creature type Lord 2011-06-21 17:16:11 +08:00
melvin 0d0d83b79b convert int flags for MagicSubType to EnumSet 2011-06-21 17:04:08 +08:00
melvin 45c206fdca random choice for Declare Blockers return immediately if none of the defending creatures can block 2011-06-21 15:50:13 +08:00
melvin a714778fd8 use fact choices during simulations 2011-06-21 15:36:52 +08:00
melvin d72478afec increase pause to 1.5s,, only skip single choice except if AI blocks 2011-06-21 14:29:35 +08:00
melvin 62b89cdaff print log message for cache when assertions are enabled 2011-06-21 11:46:20 +08:00
melvin c36f98d7d2 improved comments 2011-06-21 11:15:07 +08:00
melvin 5254d63096 added pause if AI blocks 2011-06-21 10:54:59 +08:00
melvin 987825a785 Added tag magarena_1_15 for changeset 6d382971bc56 2011-06-21 10:39:28 +08:00
melvin cb8b45f5fb fixed typo in README 2011-06-21 10:38:23 +08:00
melvin 7b9bc74b41 show new missing card image 2011-06-21 10:27:14 +08:00
melvin ab9a434791 added new image for missing card 2011-06-21 09:58:22 +08:00
melvin 78c08d2f73 moved logbook button and text view button to just below the opponent viewer to get rid of the dead space between them 2011-06-21 09:40:28 +08:00
melvin a9da8c67e6 wrapped long lines 2011-06-21 09:34:25 +08:00
melvin a5eb416d3f added number of cards in each cube 2011-06-20 17:34:13 +08:00
melvin 93146fafd7 simplified logic for skipping priority 2011-06-20 17:24:20 +08:00
melvin b7b1cc1658 set readme file dialog to start at the top, added cubes to release rule 2011-06-20 15:34:15 +08:00
melvin c6693c9ead renamed %.game to %.g 2011-06-20 15:12:39 +08:00
melvin 8c24b7d81f added URL to AI evaluation page 2011-06-20 15:12:12 +08:00