Commit Graph

21355 Commits

Author SHA1 Message Date
Sloth
8ccb4f8f6a - Fixed a possible NPE caused by BecomesBlockedEffect. 2013-05-29 10:34:41 +00:00
Maxmtg
b3482d901d CombatUtil.showCombat no longer needs parameter, its body is invoked only from EDT.
InputBlock.java accepts now Combat as 2nd paramter
Main phases were given better UI names
2013-05-29 10:33:58 +00:00
Maxmtg
c9450c16f7 A propper implementation of Rule 514 - Cleanup phase 2013-05-29 10:00:54 +00:00
moomarc
358ef743f3 - updated quest opponent icon urls 2013-05-29 09:37:43 +00:00
Maxmtg
01c1c41e43 PhaseHandler cleanup, solving problems with delayed triggers already added to simultaneous stack but not yet ordered 2013-05-29 09:29:50 +00:00
moomarc
4d34b23a02 - Added Tunnel Vision 2013-05-29 09:15:13 +00:00
moomarc
4f43579c20 - Added a button to dev mode console to make the current player planeswalk to a specified plane, even if it isn't in their planar deck. Should make life easier for testing new planes. 2013-05-29 07:47:01 +00:00
Agetian
716a5d33e1 - Targeting Overlay: targeting arrows will now be shown for equipments equipping permanents currently under opponent's control (for those rare cases when e.g. an equipped creature gets Switcheroo'd for something else). 2013-05-29 07:00:19 +00:00
Sloth
12c115ca49 - Added SVar:NonStackingEffect:True to some cards (D-F). 2013-05-29 06:39:34 +00:00
RedDeckWins
8655ffd151 Slowtrips finally slayed. 2013-05-29 05:11:59 +00:00
swordshine
4e01887c56 - Added Radiate 2013-05-29 00:58:01 +00:00
Sloth
aaaa82b49b - Added SVar:NonStackingEffect:True to some cards (A-C). 2013-05-28 21:59:33 +00:00
Maxmtg
c2df1c4238 Arranged code for better implementation of Karn's Ultimate 2013-05-28 17:50:16 +00:00
Maxmtg
d58b922009 a more precise revision 2013-05-28 15:38:51 +00:00
Maxmtg
2b007767af chooseOrderOfSimultaneousStackEntryAll() at end of MagicStack.add() 2013-05-28 15:29:24 +00:00
Maxmtg
d047963106 It just crashed there, although it should n't have even arrived there 2013-05-28 15:28:36 +00:00
Maxmtg
226f2e90a9 Won't send to log empty entries 2013-05-28 15:27:59 +00:00
Maxmtg
a211222b3e renamed PayMana* classes,
pulled some code up from InputSyncronizedBase to InputBase.java
mulligan method known as startGame
routed selectCard call via InputProxy
2013-05-28 15:06:10 +00:00
Maxmtg
c58bb4b130 PlayerStartConditions renamed to RegisteredPlayer, lobbyPlayer added as a field
MatchState now starts with list of RegisteredPlayers, not a list of tuples
2013-05-28 14:32:38 +00:00
Maxmtg
9d989137e8 + phase names for scripts
+ trying to collect used threads
2013-05-28 13:45:21 +00:00
Maxmtg
2ce74d2742 debug output hidden under a "private final static boolean" 2013-05-28 13:09:24 +00:00
Maxmtg
6ba681719f Input System: revised edition (now with white borders) 2013-05-28 12:59:00 +00:00
swordshine
bcd9c3cc51 - Added Endless Whispers 2013-05-28 12:45:34 +00:00
Sloth
70251cf50d - AI will no longer use BecomesBlocked effects on creatures with Trample. 2013-05-28 11:19:28 +00:00
Chris
adb4116920 - Added new card names to changes.txt. 2013-05-28 09:57:00 +00:00
moomarc
4201796199 - Fixed token image param for Advent of the Wurm 2013-05-28 09:09:33 +00:00
Maxmtg
176c67e105 displays assigned damage on cards 2013-05-28 08:35:13 +00:00
Maxmtg
8a1b422ca7 inputs won't hang after devMode tap/untap 2013-05-28 08:31:15 +00:00
Sloth
081879bca4 - Fixed AttackerBlocked triggers. 2013-05-28 07:34:46 +00:00
moomarc
f5603d239e - Fixed Living End, Ignorant Bliss and Magus of the Jar 2013-05-28 06:58:57 +00:00
swordshine
b8bec3bd5c - Added Thoughtbound Primoc and Wild Mammoth 2013-05-28 06:41:45 +00:00
Maxmtg
08ff96bd17 deal damage - improved stack description 2013-05-28 05:38:04 +00:00
Maxmtg
68f861db0e remove input call won't update the input queue.
it will get updated anyway - by unlock for instance
2013-05-28 05:02:21 +00:00
swordshine
be6d217591 - Added Gustha's Scepter 2013-05-28 04:43:26 +00:00
Maxmtg
be5536d11a made InputSyncronizedBase.stop() indifferent to the thread that it is ran from.
Introducing game thread concept - that might be used (or might be not) to limit threads devoted to AI thinking with one.
2013-05-28 04:37:11 +00:00
swordshine
8e51258419 - Updated 2 cards by squee1968 2013-05-28 02:29:55 +00:00
RedDeckWins
35323ccd86 s, t, u, v slowtrips converted. Still need to convert some cards which use the functionality but are not slowtrips. 2013-05-28 01:39:52 +00:00
swordshine
1ebe78341b - Updated SkieraCube 2013-05-28 01:17:48 +00:00
RedDeckWins
540bec0cd3 p,r slowtrips converted. 2013-05-27 23:52:41 +00:00
RedDeckWins
e206ef43e5 l,m slowtrips converted. 2013-05-27 23:04:22 +00:00
Sloth
cc6de52839 - Updated 3 quest decks. 2013-05-27 19:59:03 +00:00
Hellfish
3b931fd229 *Added Mindslaver 2013-05-27 19:41:56 +00:00
Maxmtg
f6ee680937 InputPayMana now executes only updateMessage in EDT when it's not paid 2013-05-27 18:22:25 +00:00
Maxmtg
9cdd447729 focus gain is delayed in EDT - that should set it better 2013-05-27 18:13:23 +00:00
Maxmtg
8ccfad27cc InputPayManaBase will execute input queue unlock from the same thread that was used to activate mana ability. No showMessage() will be called. 2013-05-27 17:50:40 +00:00
moomarc
99de2d6543 - Updated Sorin Markov script 2013-05-27 17:46:18 +00:00
Maxmtg
ac04c17995 title added to InputBlock
update added to inputP
2013-05-27 17:21:15 +00:00
Maxmtg
4294a68cbd cleanup should update input 2013-05-27 16:25:26 +00:00
Maxmtg
cff508665b nothing 2013-05-27 16:17:15 +00:00
Maxmtg
cc921eb269 lock and invokeGameAction removed, removed input locks in PayManaBase ('cause HumanPlaySA sets these locks internally) 2013-05-27 15:52:13 +00:00