Commit Graph

20303 Commits

Author SHA1 Message Date
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
myk
455430c99b branch for work on varied booster pics 2013-03-24 11:20:37 +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
myk
372804285e add forge.log to the list of moved files 2013-03-21 19:03:50 +00:00
myk
4753dac724 add blurb about flippable cards 2013-03-21 18:59:56 +00:00
myk
07a571be5b revert 20503 and add a comment explaining why it is written the way it is 2013-03-21 16:26:12 +00:00
Maxmtg
ee2df73bd5 small refactoring - will use original side and perform no action if asked for other face of a different card (not transform, nor flip) instead of throwing exception 2013-03-21 16:02:53 +00:00
Maxmtg
54a39a5853 CardStorageReader uses threadPool for zips as well,
Thread pool is not used if 1 == Runtime.getRuntime().availableProcessors()
FControl static ctor prints number of cores available to JVM.
2013-03-21 16:01:17 +00:00
swordshine
e2ba12b6e0 - Added Essence Leak 2013-03-21 14:38:07 +00:00
Chris
836ce77191 - Added new card names to changes.txt. 2013-03-21 11:33:36 +00:00
Sloth
15a52461a7 - Removed two unnecessary variables in the card class. 2013-03-21 09:10:34 +00:00