Commit graph

10 commits

Author SHA1 Message Date
DeepCrimson
1050f1e600
Refactor: fix raw use of parameterized class ManaCostsImpl - 'P' cards (#9081) 2022-06-12 14:21:16 -04:00
Evan Kranzler
80e11b2052
(WIP) Replacing blocking/blocked by predicates (#8729)
* replaced blocking/blocked by predicates

* added test for knight of dusk (currently fails)

* added source parameter to filters and everything else that needs it

* some changes to various predicates

* test fix

* small changes to filter code

* merge fix

* fixed a test failure

* small change to Karn, Scion of Urza

* removed sourceId from filter methods and other similar places

* added new getobject method to fix some test failures

* a few more fixes

* fixed merge conflicts

* merge fix
2022-03-23 18:45:02 -04:00
Evan Kranzler
56603ffcd2 refactored card copy methods to be private 2021-02-02 17:07:37 -05:00
Ingmar Goudt
ae7919cd07 program towards Interface rather than implementations 2020-02-10 10:40:06 +01:00
GrayedFox
3953f3dbdd
remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Evan Kranzler
a6e51e592b Changed all card classes to final
I was tired of the "overridable method call in constructor" warning and card classes should be final anyway
2018-05-21 10:53:44 -04:00
LevelX2
425e68167b * Planar Guide - Fixed handling of exiling and returning the creatures in a not correct way (fixes #4740). 2018-04-10 18:03:48 +02:00
LevelX2
2eeab42cfa * Planar Guide - Fixed handling of exiling and returning the creatures in a not correct way (fixes #4740). 2018-04-10 17:58:33 +02:00
Evan Kranzler
245bf2f2df Refactored subtypes to enum 2017-09-07 21:18:19 -04:00
spjspj
fc2366a668 Implement Planar Guide (LGN) 2017-07-23 22:31:53 +10:00