Commit Graph

17105 Commits

Author SHA1 Message Date
Sloth
8dfd766d0b - Fixed casting cost of Slum Reaper. 2012-10-08 17:39:48 +00:00
Sloth
b1dc27f8cc - Converted Isochron Scepter and three other cards to use AF Play instead of AF Copy. 2012-10-08 16:28:36 +00:00
Chris
ea394ebc14 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-10-08 13:25:18 +00:00
ArsenalNut
ed5202340a add a check to ignore .svn directories 2012-10-08 13:11:10 +00:00
Maxmtg
9a26359cc7 - removed NameChanger.java
- removed warnings, 
- remoevd AllZone.getXXXplayer calls
2012-10-08 12:44:16 +00:00
Doublestrike
224484b68e - Bugfix: "Double-click for decklist" crash on random generated decks (colors and themes).
- Further standardized messages and font sizes.
- A little checkstyle.
2012-10-08 12:28:17 +00:00
Chris
f284859639 - Added the recent commit logs to changes.txt. 2012-10-08 12:14:16 +00:00
Doublestrike
aa060f03da Renamed TableModel to less confusing EditorTableModel. 2012-10-08 12:06:23 +00:00
Maxmtg
dd2e082b49 remove warnings, use FileUtil to read text files 2012-10-08 12:05:28 +00:00
Doublestrike
c59d1307d7 Standardizing home screen appearance: Quest submenu (all) 2012-10-08 12:01:35 +00:00
Maxmtg
1d92647dfd 1 call less 2012-10-08 11:52:10 +00:00
Doublestrike
a11aca35ed Standardizing home screen appearance: Gauntlet submenu (all) 2012-10-08 10:56:19 +00:00
Doublestrike
30f408f028 Standardizing home screen appearance: Sanctioned submenu (all) 2012-10-08 10:48:58 +00:00
Doublestrike
941d73f83a SVN difficulties...fixed now. 2012-10-08 09:50:26 +00:00
Doublestrike
d919418d3e Small fix to FButton. 2012-10-08 09:48:21 +00:00
Doublestrike
d73b34543e Small update to FButton. 2012-10-08 09:46:08 +00:00
RumbleBBU
99a739d879 Removed an unnecessary import added automatically by the over-zealous Eclipse. 2012-10-08 08:32:46 +00:00
Sloth
913a9d5264 - Removed chooseTargetAI and related stuff. 2012-10-08 08:10:55 +00:00
Maxmtg
15325346be 30 less global calls for special player 2012-10-08 08:07:25 +00:00
Sloth
8e8b13560d - Fixed devSetupGameState(). 2012-10-08 07:43:49 +00:00
RumbleBBU
6e0fa8627f The challenge rewards now honor the persistent format if enforced. 2012-10-08 07:30:35 +00:00
Sloth
ed394f18cd - Updated the quest deck Doc Holiday 1 with Ixidron. 2012-10-08 07:27:10 +00:00
Maxmtg
0ee2d26291 as asked in /forum/viewtopic.php?f=52&t=8312 2012-10-08 07:24:21 +00:00
RumbleBBU
c6ded8f942 Booster pack choice now shows more verbose set names; tiny cleanup 2012-10-08 06:59:48 +00:00
Maxmtg
6d09da894c - NPE @ forge.card.spellability.SpellAbility.chooseTargetAI(SpellAbility.java:211)
- CommandArgs.java not used any longer
2012-10-08 06:31:54 +00:00
RumbleBBU
613da8aa3d Spell shop no longer sells snow-covered lands if enforcing a format that doesn't contain snow-covered land sets (Ice Age, Coldsnap). 2012-10-08 06:24:45 +00:00
RumbleBBU
d94c3b69df Simplified the predicates in QuestUtilCards.java. 2012-10-08 06:10:37 +00:00
RumbleBBU
5a82ed3057 Made sure that certain methods of GameFormatQuest return immutable objects too. 2012-10-08 05:57:18 +00:00
RumbleBBU
dc755660e9 Move the GameFormatQuest to the proper place in class hierarchy, removed outside references. 2012-10-08 05:42:00 +00:00
mcrawford620
634a36e29f - Cleaning up some sealed deck AI for non basic lands 2012-10-08 05:14:00 +00:00
Doublestrike
a70796dacd Bugfix: Math.round produced OoB on random deck generation for quick gauntlets, now Math.floor. 2012-10-08 00:46:53 +00:00
Maxmtg
32cdae8024 avoid possible OoB exception 2012-10-07 23:21:38 +00:00
Maxmtg
b731ae4625 removal of another hundred of calls to global getPlayer 2012-10-07 23:13:50 +00:00
Sloth
1b08405d0b - Added Memoricide. 2012-10-07 22:08:23 +00:00
Sloth
06d5e14ccd - Converted Lodestone Bauble to script. 2012-10-07 22:03:00 +00:00
Sloth
3f847286c3 - Morph spells will now truly be cast face down. 2012-10-07 21:45:54 +00:00
Sloth
26ad7e9c0e - Cleanup. 2012-10-07 21:19:33 +00:00
Sloth
e6cb8a2498 - Reverted changes made to main.properties in r17383. 2012-10-07 21:12:09 +00:00
Maxmtg
d160d7b382 this fixes 1st exception from /viewtopic.php?f=52&t=8301 2012-10-07 21:04:09 +00:00
Maxmtg
b39d9b9327 Another portion of removal of global getters getXXXPlayer 2012-10-07 20:58:06 +00:00
Sloth
b6042d16fd - Added SVar:RemAIDeck:True to Chimeric Idol. 2012-10-07 20:54:29 +00:00
Sloth
72ead42cc7 - Fixed AI of Victimize. 2012-10-07 20:07:13 +00:00
Sloth
abd9f2415d - The AI will now play lands from the top of the library with Oracle of Mul Daya. 2012-10-07 19:48:17 +00:00
Maxmtg
3478e9e40c Removing calls to getComputer/Human player. Hope AI is still alive 2012-10-07 18:12:52 +00:00
Maxmtg
89cac4e049 Another portion of AI files cleaned from getHuman/ComputerPlayer 2012-10-07 16:31:59 +00:00
Maxmtg
8d07b3774e removed some old code from counters
Players have getAllies/Opponents methods
2012-10-07 15:53:07 +00:00
Maxmtg
9d620451d6 ChangeZone - removed getComputer/HumanPlayer 2012-10-07 14:59:55 +00:00
Maxmtg
cccc15d0fd Removing getXXXXPlayer calls - they mostly refer to AI now, so that I get current AI player from sa activatingPlayer 2012-10-07 14:30:42 +00:00
Maxmtg
5a2278104f fixing error 2012-10-07 14:29:11 +00:00
Maxmtg
5639fa1b27 GameState stores player list instead of harcoded 2 players 2012-10-07 13:25:17 +00:00