Commit graph

14875 commits

Author SHA1 Message Date
LevelX2
d4d486458f Merge pull request #1942 from magefree/rating-system
Rating system
2016-05-18 16:29:25 +02:00
Nathaniel Brandes
95b2d76ab1 Fix countering of spell copies. 2016-05-18 02:33:16 -07:00
Quercitron
c781728b97 Add rating to the client (#1498) 2016-05-17 17:27:43 +03:00
Quercitron
972d59aa37 Add user rating using Glicko rating system (#1498) 2016-05-17 17:22:14 +03:00
Nathaniel Brandes
11158d5fa4 Fix casting spell with no cost.
Ancestral visions should now correctly not be castable with Jace,
Telepath Unbound and be castable for free with Sins of the Past and its
ilk.
2016-05-17 00:59:53 -07:00
Nathaniel Brandes
9e4442547d Fix additional costs with Flashback. 2016-05-17 00:20:51 -07:00
fireshoes
a2c56d821c Added a bunch of promo cards and the new sets that were announced today. 2016-05-16 23:05:31 -05:00
LevelX2
20138891fe * Fixed that a delayed sacrifice source effect could create a null pointer exception. 2016-05-16 11:07:18 +02:00
Fenhl
77b32014f6 Fix formatting in several card files 2016-05-16 02:01:09 +00:00
Fenhl
eb50790b97 Fix imports in LeaveNoTrace.java 2016-05-16 00:14:25 +00:00
Fenhl
c25fd63a40 Merge pull request #1939 from fenhl/cleansing-beam
Implement Cleansing Beam
2016-05-15 20:36:53 +00:00
Fenhl
e3fba3d187 Add card Cleansing Beam 2016-05-15 20:20:37 +00:00
Fenhl
79d303e180 Fix Leave No Trace to target only enchantments 2016-05-15 20:15:15 +00:00
LevelX2
88e744c04c * Some fixes to tests and sacrifice cost. 2016-05-15 20:33:06 +02:00
fireshoes
e77817b67a Fixed collector numbers of basic lands in DD: Blessed vs Cursed. 2016-05-15 12:58:07 -05:00
LevelX2
308c485a67 Merge pull request #1913 from Bitmaximus/master
Add tracking for quantity of artifacts in card lists. Add tracking for quantity of card types in graveyard.
2016-05-15 18:15:28 +02:00
spjspj
8222b06121 Merge pull request #1938 from spjspj/master
spjspj - Update rich man to allow it to have random packs
2016-05-15 23:57:49 +10:00
spjspj
4238b28090 Merge branch 'master' of https://github.com/spjspj/mage 2016-05-15 23:52:47 +10:00
spjspj
f9e363fb30 spjspj - Update Rich Man draft to allow Random packs 2016-05-15 23:52:13 +10:00
spjspj
5ee4b5193e spjspj - Modify Rich Man draft to be random 2016-05-15 18:50:59 +10:00
spjspj
6082de087d Merge pull request #1935 from spjspj/master
spjspj - Makes no sense to force RichMan to be 4 players - 2's actual…
2016-05-15 17:34:35 +10:00
spjspj
218fd088b8 spjspj - Makes no sense to force RichMan to be 4 players - 2's actually better I think 2016-05-15 17:18:18 +10:00
Fenhl
cdbbdb03b4 Merge pull request #1932 from fenhl/glint-eye-nephilim
Implement Glint-Eye Nephilim
2016-05-15 05:46:19 +00:00
Fenhl
69cfc20ceb Merge pull request #1934 from fenhl/grand-melee
Implement Grand Melee
2016-05-14 17:07:49 +00:00
Fenhl
85b210f394 Add card Grand Melee 2016-05-14 17:05:56 +00:00
Fenhl
c80e155dd5 Add card Glint-Eye Nephilim 2016-05-14 06:52:41 +00:00
Fenhl
4b113afe64 Merge pull request #1933 from fenhl/parallel-evolution
Implement Parallel Evolution
2016-05-14 06:51:38 +00:00
Nathaniel Brandes
06ec3f16ac Deprecated cards function caller move, part 2.
Now with less accidental riders.
2016-05-13 23:30:19 -07:00
Nathaniel Brandes
5e6d8f49a7 Correct function change. 2016-05-13 23:25:51 -07:00
Nathaniel Brandes
90e38ad031 Rollback WIP file checked in by mistake. 2016-05-13 23:23:42 -07:00
Nathaniel Brandes
4b6bbacd8c Migrated some card moving callers to non-deprecated method.
Since the function the were calling just calls into the non-deprecated
method, this is a low risk change.
2016-05-13 23:20:03 -07:00
Nathaniel Brandes
bd51cd5f77 Cleanup Dredge. 2016-05-13 23:01:25 -07:00
Fenhl
bffabaafd1 Add card Parallel Evolution 2016-05-14 05:53:23 +00:00
Fenhl
3594ff6fb8 Fix a typo in the PutTokenOntoBattlefieldCopyTargetEffect docs 2016-05-14 05:50:30 +00:00
spjspj
8845c9bf29 Merge pull request #1931 from spjspj/master
Cleanup InvokePrejudice.java
2016-05-13 08:36:29 +10:00
spjspj
f94a337e87 Cleanup InvokePrejudice.java 2016-05-13 08:34:56 +10:00
spjspj
fb50aec031 Merge pull request #1930 from spjspj/master
spjspj - Implement Invoke Prejudice (LEG)
2016-05-13 08:30:31 +10:00
spjspj
344ad96fa0 spjspj - Implement Invoke Prejudice (LEG) 2016-05-13 08:27:32 +10:00
emerald000
d301bc1ad7 Added Jhoira's Timebug and Timecrafting. 2016-05-12 03:37:46 -04:00
drmDev
9b58fb8062 Ghost Council fix 2016-05-11 05:51:52 -04:00
Nathaniel Brandes
bceda744fd Fix JTMS 0 Loyalty ability to use Brain Implementation.
As it is the exact same ability, implementing it twice slightly
differently made no sense. Now there is a single implementation for both
of them.
2016-05-11 02:29:06 -07:00
Nathaniel Brandes
43205b6f46 Fix Angel of Jubilation.
The Angel now properly only restricts the sacrifice of creatures.
2016-05-09 00:26:02 -07:00
drmDev
e7a2277252 Morphling fix 2016-05-08 06:54:53 -04:00
LevelX2
4d1641538e * Shaman of the Pack - Fixed that the lose life calculation did only count creatures. 2016-05-08 08:41:29 +02:00
drmDev
661c9c985f fix twisted exp 2016-05-07 17:18:23 -04:00
drmDev
8ae9ad932a Merge remote-tracking branch 'upstream/master' 2016-05-07 16:25:11 -04:00
drmDev
7a0361fe58 Twisted Experiment impl 2016-05-07 16:24:27 -04:00
Nathaniel Brandes
08252e4e6c Removed redundant interface implementation. 2016-05-07 05:33:54 -07:00
drmDev
9a8c05ab6d Merge remote-tracking branch 'upstream/master' 2016-05-06 12:40:00 -04:00
drmDev
a6fc8d7d8a Strength in Numbers impl 2016-05-06 12:39:36 -04:00