jeffwadsworth
|
a5e6fd6322
|
- Added Time of Heroes. <ROE> Love those predicates.
|
2012-07-27 11:59:11 -05:00 |
|
magenoxx
|
907381b2b2
|
minor card fixes
|
2012-07-27 09:25:16 +04:00 |
|
North
|
42eed636a4
|
[ZEN] Grappling Hook
|
2012-07-27 07:54:42 +03:00 |
|
Loki
|
6d22e49314
|
[SCG] Eternal Dragon
|
2012-07-24 10:31:12 +12:00 |
|
North
|
987e28cef3
|
[M10] Mirror of Fate
|
2012-07-23 23:53:24 +03:00 |
|
North
|
a569a4cf0f
|
Fixed Predatory Rampage card text
|
2012-07-23 22:43:35 +03:00 |
|
North
|
0907b416cd
|
Fixed GainAbilityAllEffect (now uses range of influence)
|
2012-07-23 22:43:17 +03:00 |
|
North
|
6a74d30309
|
fixed FilterPlaneswalkerOrPlayer
|
2012-07-23 22:08:07 +03:00 |
|
North
|
1542ba9ab6
|
[filters] converted FilterCard conditions to Predicates
|
2012-07-23 21:53:54 +03:00 |
|
Loki
|
f9934e11a7
|
Rewind little fix
|
2012-07-23 19:46:17 +12:00 |
|
magenoxx
|
435798f7d5
|
Added copyCard method into Game interface
|
2012-07-23 08:25:41 +04:00 |
|
magenoxx
|
1a60504fcc
|
Blocks this turn ability.
|
2012-07-23 02:17:41 +04:00 |
|
magenoxx
|
c783cbc41f
|
personal game messages
|
2012-07-23 01:29:56 +04:00 |
|
magenoxx
|
6a70d1ee6d
|
minor
|
2012-07-23 01:29:29 +04:00 |
|
magenoxx
|
4a70d28706
|
[M13] Elderscale Wurm with test
|
2012-07-23 00:17:20 +04:00 |
|
North
|
64dd5feda6
|
[filters] minor changes
|
2012-07-22 22:36:19 +03:00 |
|
North
|
28fe29854c
|
[filters] converted FilterPlayer to Predicates
|
2012-07-22 22:36:03 +03:00 |
|
North
|
b230fc883a
|
[filters] Reimplemented Wicked Akuba and fixed filtered Player Targeting
|
2012-07-22 21:59:21 +03:00 |
|
North
|
93804656ea
|
Fixed FilterBlockingCreature
|
2012-07-22 18:03:10 +03:00 |
|
North
|
45268269aa
|
[filters] removed one use filters
|
2012-07-22 18:02:26 +03:00 |
|
North
|
9cb5e61c34
|
[filters] replaced custom filters with predicates
|
2012-07-22 17:35:39 +03:00 |
|
North
|
0197c16cd7
|
[refactoring] merged dies triggered abilities for less duplicate code
|
2012-07-22 17:07:06 +03:00 |
|
North
|
c0da929ba0
|
[filters] replaced token conditions with TokenPredicate
|
2012-07-22 15:16:02 +03:00 |
|
North
|
50b650bb7d
|
[filters] added WasDealtDamageThisTurn Predicate
|
2012-07-22 14:25:56 +03:00 |
|
North
|
badb0ede21
|
[filters] added Attacking and Blocking predicates
|
2012-07-22 14:25:56 +03:00 |
|
North
|
61b5f8555e
|
[filters] added BlockedPredicate
|
2012-07-22 14:25:55 +03:00 |
|
Loki
|
de1bbb37d8
|
[TMP] Soltari Priest
|
2012-07-22 20:44:37 +12:00 |
|
North
|
5d83c6f9dc
|
[filters] removed unused code from FilterArtifactPermanent
|
2012-07-22 11:01:38 +03:00 |
|
jeffwadsworth
|
b90c57ab96
|
- Added Door to Nothingness. <M13>
|
2012-07-21 16:36:06 -05:00 |
|
North
|
d773ed3d13
|
[filters] Replaced EvilTwin filter with predicate
This commit also touches the targeting system. Changes were made for consistency.
|
2012-07-21 23:18:17 +03:00 |
|
North
|
c8617c0a55
|
[filters] replaced Paired filter with predicate
|
2012-07-21 21:52:37 +03:00 |
|
North
|
b8f0cd05e4
|
Moved comments in Permanent to javadoc
|
2012-07-21 19:46:58 +03:00 |
|
magenoxx
|
6fbf4c1257
|
Renamed parameter name. [UI] Fixed big card image blinking on mouse move
|
2012-07-21 14:10:07 +04:00 |
|
magenoxx
|
1f06ad6dce
|
Replaced by EmptyApplyToPermanent
|
2012-07-21 12:15:25 +04:00 |
|
North
|
21b8c8a354
|
Removed Artifact type addition from CopyPermanentEffect
|
2012-07-21 10:21:29 +03:00 |
|
North
|
1f50506c48
|
[M13] Magmaquake
|
2012-07-20 21:23:56 +03:00 |
|
jeffwadsworth
|
bf3d16332d
|
- Added final part to Mwonvuli Beast Tracker.
|
2012-07-20 13:09:52 -05:00 |
|
North
|
a6e30a20d0
|
Small fix to ControllerPredicate
|
2012-07-20 19:42:08 +03:00 |
|
magenoxx
|
8fdc5a33d8
|
Controllable interface. Fixed ControllerPredicate.
|
2012-07-20 18:30:24 +04:00 |
|
magenoxx
|
ba964592f6
|
CantAttackAlone and CantBlockAlone abilities
|
2012-07-20 16:18:26 +04:00 |
|
magenoxx
|
1f5aed848d
|
Exchange control effect: locking controllers. All tests pass now.
|
2012-07-20 13:16:54 +04:00 |
|
magenoxx
|
d09f96ab55
|
[M13] Switcheroo
|
2012-07-20 13:12:31 +04:00 |
|
magenoxx
|
cdb3ccfc38
|
new effect discarding mechanism
|
2012-07-20 13:06:42 +04:00 |
|
North
|
5d0a832642
|
cleaned pom files and updated sqlight dependency
|
2012-07-19 21:15:09 +03:00 |
|
Loki
|
6daffd3a81
|
[M13] Rewind
|
2012-07-19 22:38:55 +12:00 |
|
magenoxx
|
b18d6f2fc8
|
One more fix for AsThoughEffects
|
2012-07-19 13:40:12 +04:00 |
|
magenoxx
|
a3faf6eb90
|
Fixed AsThoughEffects: fixed Issue#23. Tests pass.
|
2012-07-19 13:18:08 +04:00 |
|
magenoxx
|
5b83ffe518
|
MageSingleton marker interface
|
2012-07-19 09:29:17 +04:00 |
|
magenoxx
|
60bd1f9585
|
[M13] Serra Avenger with tests
|
2012-07-18 21:52:57 +04:00 |
|
magenoxx
|
1b045ccf37
|
Correct handling of extra turns.
|
2012-07-18 21:51:26 +04:00 |
|