Commit Graph

20211 Commits

Author SHA1 Message Date
Maxmtg
70ee826a52 ci changes from trunk 2013-03-25 09:42:54 +00:00
Maxmtg
59e6d17461 InputPayReturnCost.java removed for there's already input to select cards, and the very discard can be done from outside of input. 2013-03-25 09:37:32 +00:00
Maxmtg
ddc2315699 InputSelectCards made synchronous, select cards to sacrifice uses that input instead on GuiChoose...
Added check to MagicStack add to prevent spells being added by EDT.
2013-03-25 09:13:42 +00:00
Sol
a8dad64b91 - Move Planeswalker abilities from a file by itself into CardFactory 2013-03-25 04:13:58 +00:00
Sol
e4dc940fcc - Two Planar abilities will now be assigned during card building, instead of being scripted. (This should simplify future Plane scripts) 2013-03-25 04:07:08 +00:00
Sol
11ec1a8b1f - Cleanup for Target.java and adding a few more restrictions to the copy constructor 2013-03-24 23:31:06 +00:00
Sol
9c81ed1207 - Added dividedAsYouChoose to Target's copy constructor 2013-03-24 22:40:54 +00:00
Sol
1f2ba326d3 - Don't use RegenerateAi abilities if it has a Target object and nothing is actually targeted 2013-03-24 18:51:36 +00:00
Chris
3ba8405959 - Fixed the Kyscu Drake ab mix up. 2013-03-24 14:41:01 +00:00
myk
b2d6f96e9b fix a number of issues in ImageCache
- correctly load no_card.jpg when Forge is not run from a bundle
- use skinned "unknown" icon when icon not found instead of default card picture
- don't redo image resize when an image is resized to a size that is already in the cache, just under a different key
2013-03-24 13:31:14 +00:00
Maxmtg
7de818de6f commiting trunk changes 2013-03-24 08:49:30 +00:00
Maxmtg
49496a3ca1 Multikicker bugfix 2013-03-24 08:47:06 +00:00
Sol
4c2176b9b3 - Planeswalkers Loyalty will now be shown in the P/T label in CardDetailPanel. If a Planeswalker also has P/T both will be shown. 2013-03-24 03:34:30 +00:00
Maxmtg
d43ab023f5 Correct handling of unless costs 2013-03-23 19:26:17 +00:00
Maxmtg
57c7a1af87 Made a base class for synchronized inputs, so their clients don't have to import any java.util.concurrent classes
Threw away GameInputUpdatesThread.java - it's no longer needed.
2013-03-23 18:03:41 +00:00
Chris
ec359d32d1 - Updated the README.txt file. 2013-03-23 16:55:30 +00:00
Maxmtg
c859abcb93 Extract base class Input.java 2013-03-23 14:41:49 +00:00
Maxmtg
8b69575a84 removed isClassUpdated old methods (I already forgot what they were used for)
made showMessage method to remove dependency on CMatchUI in inherited inputs.
made stop() protected, removed stopSetNext
2013-03-23 14:16:10 +00:00
Maxmtg
3215a5c32c Inputs base class renamed 2013-03-23 14:00:53 +00:00
Maxmtg
c30bb25547 Syncronous mana payment that used to execute commands 2013-03-23 13:57:56 +00:00
Chris
9cd185d902 - Added a fluff piece to the changes.txt file.
- Added new card names to changes.txt.
2013-03-23 13:10:09 +00:00
Maxmtg
c3f7facedf untied dependencies in newGame, made input field in match final 2013-03-23 12:14:18 +00:00
Maxmtg
76960e7ea8 targeting is also synchronous now 2013-03-23 12:06:30 +00:00
Maxmtg
0ce3aba250 All cost-paying inputs are syncronous 2013-03-23 10:48:28 +00:00
swordshine
37a77f3a30 - Added Sanctum Guardian 2013-03-23 03:32:21 +00:00
Sol
c6d461fe14 - Convert Catastrophe to Generic choice 2013-03-23 02:37:02 +00:00
Sol
7a036a7df2 - Fixing Quietus Spike description 2013-03-23 00:41:30 +00:00
Sloth
51d607ff1e - Added Whipkeeper. 2013-03-22 21:42:41 +00:00
Maxmtg
d192d4977f code changes from trunk/src 2013-03-22 18:17:56 +00:00
Maxmtg
72d38b34a3 Thread-related routines moved from FControl to FThreads 2013-03-22 18:16:38 +00:00
Maxmtg
e01b00d5d9 ci changes from trunk, remove decks, pics_product, preferences 2013-03-22 18:00:14 +00:00
Maxmtg
37a0c9952d left a single stack of inputs in InputControl
invokeInNewThread will now reset input the method has planted
2013-03-22 17:52:05 +00:00
Sloth
13cc4555e2 - Added the hard quest opponent Odysseus 3. 2013-03-22 17:25:11 +00:00
Sloth
46abba0cdb - Added the hard quest opponent Dead Girl 3 by Nordos. 2013-03-22 17:24:19 +00:00
swordshine
f797c9ad00 - Added Mistform Warchief 2013-03-22 14:05:05 +00:00
Sloth
6e85029b3f - Fixed spliced Kodama's Reach. 2013-03-22 12:40:42 +00:00
Chris
709d77a8c1 - Added new card names to changes.txt. 2013-03-22 12:39:28 +00:00
Sloth
565fb266d1 - Commented out the unfinished "Blink permanents with ETB triggers" part in changeZoneAI. 2013-03-22 12:34:23 +00:00
Sloth
563d21a094 - Improved AI predicting some ETB triggers. 2013-03-22 12:22:54 +00:00
Maxmtg
55edddf27e Added locking UI input, added guards to playAbility, playLand and discard to disallow their execution from EDT
merged trunk up to 20537
2013-03-22 09:18:04 +00:00
Sloth
025c2a2e7f - Fixed AI problem with Angel of Serenity. 2013-03-22 07:13:11 +00:00
Sloth
9decf87bba - Fixed Painter's Servant crash. 2013-03-22 06:44:57 +00:00
Sol
1567fa996d - Convert Scroll Rack to script 2013-03-22 01:20:43 +00:00
myk
321282299f clarify comment in CPicture 2013-03-21 22:36:31 +00:00
Sloth
02c41195a8 - Fixed a possible UnmodifiableCollection.remove call. 2013-03-21 22:00:18 +00:00
Maxmtg
bdbd345ecd A branch to test if code can be made synchronous and wait for inputs to return their result 2013-03-21 20:38:28 +00:00
Maxmtg
b64cd4a97d rename a method (getCount => size) to be more uniform with java data structures 2013-03-21 20:08:30 +00:00
Sloth
30559d8f8e - Updated some card scripts. 2013-03-21 20:02:15 +00:00
Maxmtg
c13dd7aec9 fix typos, rename variables, move stopwatch to caller's scope 2013-03-21 20:01:49 +00:00
Sloth
ffa811dcc9 - Fixed Second Sunrise sometimes returning permanents tapped. 2013-03-21 19:15:06 +00:00