Commit Graph

20211 Commits

Author SHA1 Message Date
Maxmtg
4acffc60cd scry now uses player controllers to learn player's choice, method player.scry() moved to ScryEffect
Human uses GuiChoice.order to arrange cards to be put on top or bottom of library (that means less popping windows)
AI has a method in ComputerUtil to learn where to put a given card.
2013-03-16 10:04:39 +00:00
Maxmtg
92caa7514d rem warning,
replace array with immutable list in Color
2013-03-16 10:01:18 +00:00
moomarc
92a63d23d8 - added a working LQ pic URL to Raven's Run 2013-03-16 08:17:05 +00:00
Sloth
23fb1054ba - The AI will now use the ability of Shirei, Shizo's Caretaker. 2013-03-16 08:04:20 +00:00
moomarc
9749394426 - Fixed broken LQ picture url for Horizon Boughs 2013-03-16 07:44:02 +00:00
swordshine
576b2f5557 - Added some missing SVars of the last commit 2013-03-16 07:09:52 +00:00
swordshine
c9a6e55b66 - Fixed Feeding Grounds and Horizon Boughs 2013-03-16 07:00:30 +00:00
swordshine
d48f0a9184 - Added Scythe Specter 2013-03-16 06:41:02 +00:00
swordshine
12098550d7 - Added Noggin Whack 2013-03-16 04:25:26 +00:00
swordshine
6adbbd75fd - Added "MustBeBlocked" to Akki Underminer 2013-03-16 03:56:30 +00:00
swordshine
69661360d7 - Fixed Oracle's Attendants 2013-03-16 02:09:00 +00:00
myk
f12fcc775e merge latest trunk 2013-03-16 01:16:40 +00:00
myk
84fd96666d clarify how paths are interpreted and remove references to environment variables to avoid implying that they would be interpreted correctly 2013-03-16 01:00:04 +00:00
Maxmtg
9af799a88e Changed some public final static arrays into guava's ImmutableList
in Card class changed members to be just List<T> instances (instead of ArrayList)
2013-03-15 21:51:52 +00:00
Maxmtg
5f0e660d18 removed unneeded final modifiers from methods (class is final anyway) 2013-03-15 21:31:52 +00:00
Maxmtg
5b4c6e8490 moved some duplicate methods to base class 2013-03-15 21:28:18 +00:00
Maxmtg
9c3497c7f4 removed duplicate preferences validation from QuestPreferencesHandler & CSubmenuQuestPrefs 2013-03-15 21:21:34 +00:00
Maxmtg
10fdf5b82a eliminated duplicate code of requirementsCheck() in Trigger and ReplacementEffect
some references changed to basic class
2013-03-15 21:06:17 +00:00
myk
9fc27acfb2 make case insensitive comparisons when importing data, but always write to normalized-case filenames
consolidate code in the gui downloader
turn autoscrolling back on when the import starts if the user had scrolled somewhere other than the bottom while analyzing
2013-03-15 19:56:23 +00:00
myk
78d63a12cc merge latest trunk 2013-03-15 17:19:13 +00:00
Chris
2bbefe18e4 - Cleared out the changes.txt file, now ready for new material. 2013-03-15 13:30:22 +00:00
Chris
0657a70045 [maven-release-plugin] prepare for next development iteration 2013-03-15 12:40:55 +00:00
Chris
a9d8ba0b83 [maven-release-plugin] prepare release forge-1.3.10 forge-1.3.10 2013-03-15 12:40:40 +00:00
Chris
15bbc564cf - Preparing the changes.txt file for the next beta build and release. 2013-03-15 12:29:07 +00:00
Sloth
c783b32230 - Fixed possible NPE in checkETBEffects caused by getPossibleETBCounters. 2013-03-15 12:22:58 +00:00
Sloth
ea4b9840f4 - Added a few missing "nonToken" properties. 2013-03-15 12:12:15 +00:00
Sloth
0f38763762 - Fixed Energy Field. 2013-03-15 12:05:08 +00:00
myk
318ea0a393 merge latest trunk 2013-03-15 08:45:31 +00:00
myk
b65a38ea96 put the migration help text in a scroll panel so it can fit on smaller screens 2013-03-15 08:44:50 +00:00
myk
887be24684 don't give plane/phenomenon card pic filenames '.full' infixes 2013-03-15 07:24:57 +00:00
Agetian
bd92a5927d - Minor clarification. 2013-03-15 04:18:34 +00:00
Agetian
70bb257bcb - Added some new information and updated some of the obsolete information in README and CHANGES to reflect the current state of affairs. 2013-03-15 04:14:36 +00:00
myk
de4766f16d merge latest trunk 2013-03-15 03:15:24 +00:00
myk
173b0c9490 get gauntlets working, including fixing all the malformed data in the contest files 2013-03-15 03:13:33 +00:00
Sol
1728cf4440 - Phased out cards will cause spells targeting them to fizzle again 2013-03-15 00:12:11 +00:00
myk
2e5e4d1dfb add more information to the operation log and track how many files were overwritten 2013-03-15 00:05:35 +00:00
Sloth
849a117a23 - Added the medium deck Carnage 2. 2013-03-14 21:58:00 +00:00
Sloth
fe73d7433f - The AI can now use Daybreak Coronet. 2013-03-14 21:43:08 +00:00
Sloth
592a18cf32 - Fixed AI crashing on Verdant Haven. 2013-03-14 19:11:45 +00:00
myk
4ff21e0aaa merge latest trunk 2013-03-14 18:57:29 +00:00
myk
c2555ee699 ignore release- and deploy-related build system artifacts 2013-03-14 18:33:04 +00:00
myk
db7eac9d82 - don't move by default when import dialog is not in migration mode
- warn the user and allow them to correct the situation if they attempt an incomplete migration
2013-03-14 17:57:17 +00:00
Chris
1d6035e66a - Added a fluff piece to the changes.txt file. 2013-03-14 14:24:50 +00:00
Chris
07f744ea2b - Added new card names to changes.txt. 2013-03-14 11:59:09 +00:00
RumbleBBU
2b154db93d Restored Man-o'-War to some decks after the recent fix. 2013-03-14 08:51:52 +00:00
RumbleBBU
32b2b6a2c1 As a stopgap measure, replaced some cards that currently crash the game in the Jamuraa AI decks with ones that do not. 2013-03-14 08:45:26 +00:00
Sloth
5e687f98b9 - Fixed AI using Man-o'-War. 2013-03-14 08:24:50 +00:00
Sol
a5f7855e03 - Added Mercadian Atlas 2013-03-14 03:29:35 +00:00
myk
0d3f49aa94 don't autoscroll in import dialog if user has manually scrolled somewhere other than the bottom 2013-03-14 01:02:39 +00:00
myk
7ce8d21a51 merge latest trunk 2013-03-14 00:22:43 +00:00