Commit graph

17972 commits

Author SHA1 Message Date
LevelX2
468eb46471 * Midnight Oil - Fixed that also one remaning counter was removed it from it's own effect. 2016-10-20 19:45:04 +02:00
spjspj
b428117252 Merge pull request #2486 from spjspj/master
spjspj - Update all TargetOpponentsChoicePermanent cards with whether…
2016-10-21 00:29:49 +11:00
spjspj
712f19f4e6 spjspj - Update all TargetOpponentsChoicePermanent cards with whether they have to target an opponent. (There was a NPE when an opponent had hexproof) 2016-10-21 00:28:41 +11:00
LevelX2
89a739e902 * Removed debug messages. 2016-10-20 15:16:31 +02:00
LevelX2
77729e892c * Prized Amalgam - Fixed that it also returned if it entered and left the battlefield after the trigger was created (fixes #2485). 2016-10-20 15:04:27 +02:00
spjspj
4732f83082 Merge pull request #2484 from spjspj/master
spjspj - Fix Evangelize (TSP)
2016-10-20 18:51:58 +11:00
spjspj
7017749265 spjspj - Fix Evangelize (TSP) 2016-10-20 18:50:36 +11:00
spjspj
37f30f3899 Merge pull request #2483 from spjspj/master
spjspj - Add Evangelize (TSP) - Also possibly a fix for Preacher whic…
2016-10-20 16:59:56 +11:00
spjspj
b6661ae79d spjspj - Add Evangelize (TSP) - Also possibly a fix for Preacher which could target Narset, Enlightened Master when it shouldn't be able to 2016-10-20 16:58:18 +11:00
LevelX2
c82ce99325 Merge pull request #2482 from ZNixian/master
Allows custom binding of keys in game mode
2016-10-20 07:28:09 +02:00
Campbell Suter
cde9afa091
Make keybound buttons cache their text, in case the keys are changed midgame 2016-10-20 12:49:58 +13:00
Campbell Suter
b4dc47fbc9
Improve keybinding buttons, add information 2016-10-20 12:36:18 +13:00
Campbell Suter
5ea636126f
Make the text on the playing buttons update with the current keybinds 2016-10-20 12:36:18 +13:00
Campbell Suter
d9ebceec20
Make tooltips work properly 2016-10-20 12:36:18 +13:00
Campbell Suter
e910778e54
Add F2/F6, use bindings in game 2016-10-20 12:36:18 +13:00
Campbell Suter
d7a3904569
Add key options to prefs dialog 2016-10-20 12:36:18 +13:00
LevelX2
ae2765885f Merge pull request #2474 from nigelzor/verify-card-data
Add tests that compare card data with mtgjson
2016-10-20 00:19:06 +02:00
LevelX2
6d099312df [SWS] Dark Decision - Fixed that the exiled card could not be cast. 2016-10-19 23:58:07 +02:00
LevelX2
aa5ab9ea18 [SWS] Force Adept - Fixed missing targets. 2016-10-19 23:51:18 +02:00
LevelX2
5882b50898 [SWS] Cloaking Device - fixed that defending player did not lose life. 2016-10-19 23:47:56 +02:00
LevelX2
5242eff182 [SWS] Fixed wrong casting costs of Gungan Captain. 2016-10-19 23:38:02 +02:00
LevelX2
cfb4eea267 [SWS] Fixed wrong p/t of Trade Federation Battleship. 2016-10-19 23:35:51 +02:00
LevelX2
a47aa158f0 [SWS] Fixed a bug of the watcher used for the hate ability. 2016-10-19 23:31:53 +02:00
LevelX2
54d5599e06 [SWS] Fixed Exogorth's block ability. 2016-10-19 23:24:02 +02:00
emerald000
99fa296e37 Added Flux and Withdraw. 2016-10-18 23:14:07 -04:00
fireshoes
3f0a97a778 Fixed cube name. 2016-10-18 19:29:18 -05:00
fireshoes
a13dc33342 Fixed cube name. 2016-10-18 19:27:25 -05:00
fireshoes
358cfdf0eb Implemented Hollow Specter, Cabal Interrogator, and Bloodline Shaman. 2016-10-18 11:58:27 -05:00
fireshoes
89f4ad4582 Merge origin/master 2016-10-17 23:49:00 -05:00
fireshoes
89dd981075 Merge 2016-10-17 23:45:47 -05:00
fireshoes
b733f911f7 Added the four finalists from You Make the Cube. 2016-10-17 23:44:14 -05:00
fireshoes
c045204622 Added the four finalists from You Make the Cube. 2016-10-17 23:43:25 -05:00
fireshoes
60d37ca22c Added the four finalists from You Make the Cube. 2016-10-17 23:42:26 -05:00
fireshoes
abfcd0ab10 Added the four finalists from You Make the Cube. 2016-10-17 23:41:22 -05:00
fireshoes
1f4c0eb1d9 Added the four finalists from You Make the Cube. 2016-10-17 23:10:01 -05:00
spjspj
3931fd5925 Merge pull request #2477 from spjspj/master
spjspj - Add in duplicate selection option for
2016-10-18 01:36:45 +11:00
spjspj
56cb226634 spjspj - Add in a 'Duplicate' (of selection) right click menu option for FREE_BUILDING mode 2016-10-18 01:34:30 +11:00
Neil Gentleman
431fe30ab7 remove unused field ExpansionSet.packageName 2016-10-16 13:11:08 -07:00
Neil Gentleman
2779f81764 remove tests without assertions
- source token checking is very noisy, so disabled it for now
- set verification wasn't showing anything interesting
2016-10-16 12:02:13 -07:00
Neil Gentleman
335950ee8f actually fail the test on errors
explicitly ignoring the one known error in gatherer and all custom sets
2016-10-16 11:57:31 -07:00
Neil Gentleman
510f7a86b6 download the json at runtime 2016-10-16 11:57:26 -07:00
Neil Gentleman
26b8b88963 update verification
now using java types instead of Map<String, Object>
2016-10-16 11:56:43 -07:00
Neil Gentleman
584b532598 check card source for unexpected types
needs more tuning - very noisy right now
2016-10-16 11:52:10 -07:00
Neil Gentleman
5ad58f59c1 compare cards with mtgjson 2016-10-16 11:49:49 -07:00
spjspj
85346708bf spjspj - Shorten names of buttons. (#2472)
* spjspj - Do a count for supertypes and subtypes of all implemented cards.
2016-10-16 22:12:27 +11:00
spjspj
1114eeb133 spjspj - Do a count for supertypes and subtypes of all implemented cards. 2016-10-16 22:05:13 +11:00
spjspj
6f6c04a4a2 spjspj - Do a count for supertypes and subtypes of all implemented cards. 2016-10-16 22:04:43 +11:00
spjspj
6029cbfd8d spjspj - Do a count for supertypes and subtypes of all implemented cards. 2016-10-16 22:03:20 +11:00
Neil Gentleman
f5fb2c0b19 Fix creature type typos
- Ravenous Baboons just became a Monkey recently
- Apparently there's more than one Sea King
2016-10-15 09:51:32 -07:00
spjspj
391bf4bfc3 Merge pull request #2468 from spjspj/master
spjspj - Add in first go at mana analysis for deck
2016-10-16 01:07:32 +11:00