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
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
Chris
ec359d32d1
- Updated the README.txt file.
2013-03-23 16:55:30 +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
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
72d38b34a3
Thread-related routines moved from FControl to FThreads
2013-03-22 18:16:38 +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
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
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
Sloth
0e084b6d39
- Improved PumpAllAi.
2013-03-21 08:47:19 +00:00
Sloth
87e607755d
- Improved TapAllAI.
2013-03-21 08:33:10 +00:00
Sol
fcf4ac4339
- Converted Temporal Aperture to script
2013-03-21 03:59:59 +00:00
myk
2b7ad652c7
use new booster images from Xitax and align the filenames with what we're actually looking for
2013-03-21 00:23:50 +00:00
myk
bb20576911
make flippable cards flippable in VPicture and VDetail
2013-03-20 23:52:52 +00:00
Sol
134090971b
- Adding Oracle text for a few cards
2013-03-20 23:30:08 +00:00
myk
92027bd067
ensure guidownloader progress bar gets updated for skipped downloads
2013-03-20 23:14:29 +00:00
myk
e5abecafce
resize import dialog up but not down to avoid having the checkboxes jump around on the screen when clicked
2013-03-20 22:49:28 +00:00
Maxmtg
4034544216
Filp cards also require a separate image for their changed state
2013-03-20 22:46:21 +00:00
myk
3006c71f9a
ensure the parent panels of the text areas resize with the text areas
2013-03-20 22:38:22 +00:00
Maxmtg
b87e64ee05
lightly formatted message in console
2013-03-20 21:08:37 +00:00
Maxmtg
1fb5479e4f
CardStorageReader uses a threadPool to load all cards in several threads, got 3x faster execution on i7-2600.
2013-03-20 21:06:12 +00:00
Sloth
8f35ae4961
- Fixed AI predicting Battletide Alchemist wrongly.
2013-03-20 20:06:31 +00:00