Anthony Calosa
90ed6e1fdd
chooseacolor indicator
...
replaced text with color filled rectangle
2017-02-16 00:28:07 +08:00
Anthony Calosa
60d7675a36
necroed
...
hide cards using necroed
also fix castcard target if its a land.
2017-02-15 10:27:56 +08:00
Anthony Calosa
a9b42127d1
added mypos
...
mypos returns cards zpos (zone position)
2017-02-15 07:30:13 +08:00
Anthony Calosa
01fdcfdfec
zpos and zone display
...
added zone position (adjust dynamically), also inverts the display of
the zone so we always get the top/recent one... the library zpos is
inverted so if we choose to target the top 5 zpos like
target(*[zpos>=5|mylibrary), it will do from top to bottom... this is
only for AI so we can add alternate code for them since they cant use
reveal atm, we can make them target within allowed range...
Also this commit disabled the new legend and planeswalker rule since it
conflicts with reveal ability, unless I/We figure it out, I recommend to
use the old one...
2017-02-14 22:30:50 +08:00
Anthony Calosa
2d383e237f
hiddenview
...
if the target is in library and the source has the hiddenface ability
then hide it
2017-02-14 05:09:28 +08:00
Anthony Calosa
143b3d98b1
modified guiopponenthand
2017-02-13 20:11:07 +08:00
Anthony Calosa
6f4377de76
Inverted this
...
we transform with no value.. get the value first then transform it to
lower...
2017-02-13 17:54:55 +08:00
Anthony Calosa
722056e78a
moved this
2017-02-13 10:43:22 +08:00
Anthony Calosa
21710ddfb3
refactor AAMover getmenu text
2017-02-13 09:35:05 +08:00
Anthony Calosa
13f590c6a2
hiddenface
...
if the source has hiddenface ability then all of its targets will not
show on the stack ability, useful for cards like demonic tutor etc...
2017-02-13 08:26:06 +08:00
Anthony Calosa
d604ae2d77
add gravecast restriction
...
if gravecast then do something
-> translates when this card was cast from a graveyard
2017-02-13 07:49:37 +08:00
Anthony Calosa
7a35c253cb
refine display
2017-02-12 19:43:10 +08:00
Anthony Calosa
b5129f702e
add multi target quads
...
stack displays target quads up to 10 targets. also displays actual
number of targets...
2017-02-12 10:29:13 +08:00
Anthony Calosa
6b1e51b4f6
revised masks
2017-02-12 07:08:31 +08:00
Anthony Calosa
3776bff594
add effeciency to use the reveal ability
...
aicode overrides this on resolve and it seems most cards that have this
has possitive effect
2017-02-11 22:04:20 +08:00
Anthony Calosa
3afcc7fdf9
fix hang aicode ability controller
...
aicode should be dedicated for AI only...
2017-02-11 18:25:45 +08:00
Anthony Calosa
e74921cbdf
fix crash for multiple andAbility
2017-02-11 16:17:31 +08:00
Anthony Calosa
e9c33e3bea
revised shocklands
2017-02-11 01:28:14 +08:00
Anthony Calosa
36d4db49ca
bug fix
2017-02-11 00:04:17 +08:00
Anthony Calosa
02dce1af2e
crash fix
...
transform getaicustomcode to lower
2017-02-10 21:00:18 +08:00
Anthony Calosa
37fa69fc39
added AER cards
2017-02-10 16:10:15 +08:00
Anthony Calosa
8e47927805
some corrections
2017-02-10 16:03:03 +08:00
Anthony Calosa
f1c1161da5
added AER set
2017-02-10 16:02:29 +08:00
Anthony Calosa
392382e3e3
missing AER
2017-02-10 16:00:03 +08:00
Anthony Calosa
d6403918b6
crash fix
...
corrected some cards that crashes the game
2017-02-10 13:57:46 +08:00
Anthony Calosa
fc9b0b233c
add attacker mask
2017-02-10 10:50:09 +08:00
Anthony Calosa
f45e975b14
add remake keyword
...
alternative for becomes for use inside transforms...
ex. emblem transforms((,newability[target(land)
remake(creature:1/2:red)])) forever dontremove
2017-02-09 22:38:00 +08:00
Anthony Calosa
7fa204fc9c
forgot to change this
2017-02-09 19:15:32 +08:00
Anthony Calosa
f284a9691b
some fixes
...
fixes fabricate
fixes lorded lands
add propagate keyword (like proliferate but it increases all counters)
cards with proliferate can choose a player now
2017-02-09 15:22:10 +08:00
Anthony Calosa
bac69f95d8
some changes
...
change keyword "makecardt" alternative token creator to "create" keyword
add lifeleech - gain life lost with target
2017-02-07 21:22:49 +08:00
Anthony Calosa
75e372ac9b
adjust enstack attackers
...
so we have small room for the phase wheel for touch enabled device
2017-02-07 17:00:37 +08:00
Anthony Calosa
ef31192f33
modified flickleft for android
...
if you flick/swipe left or right when the closedhand option is visible
in Android, you simulate scroll up/down.
example scenario at opponent's turn with a spell on the stack, swipe
down to interrupt then do something, if you open a zone like library or
graveyard or exile and you want to interract from the zone there (like
casting spell or doing ability from that zone, you can flick left or
right to close that zone so you can tap for mana or any other extra
costs for that spell, you can open the zone if possible just by tapping
it like it used to.)
2017-02-07 16:59:19 +08:00
Anthony Calosa
5b23cc2e33
auto close
2017-02-07 13:10:58 +08:00
Anthony Calosa
831c8f73b0
some bug fixes
...
fix where the copier is treated as the same copied card, also fixes the
display ability of momir (forced), disabled reveal for AI if aicode is
not found (should add alternate for ai).
2017-02-06 21:48:41 +08:00
Anthony Calosa
e2c1d62552
modified Momir
2017-02-05 22:14:20 +08:00
Anthony Calosa
8b9dfdf96d
bug fix
2017-02-05 08:07:12 +08:00
Anthony Calosa
f37d946b4e
Removed unused variable
2017-02-04 23:33:08 +08:00
Anthony Calosa
477419cc32
Refactor countManaProducedby
...
cards that uses this should not crash anymore with lorded mana producer
from instants like rain of filth...
2017-02-04 22:37:21 +08:00
Rolzad73
732f795be4
- fixing last commit broke no QT builds
2017-02-03 21:05:14 -05:00
Rolzad73
00536fa3d9
- Qthread include fix for console QT build method and QT TESTSUITE target
2017-02-03 19:42:55 -05:00
Anthony Calosa
d7770d285f
not needed anymore
2017-02-03 20:55:32 +08:00
Anthony Calosa
7932941a01
Revert Functionality
...
AACopier and AACloner should work with andAbility now...
2017-02-03 20:45:46 +08:00
Anthony Calosa
3fa52e7ac5
corrections
2017-02-03 14:26:26 +08:00
Anthony Calosa
9104afdef7
Cleanup
2017-02-03 10:39:45 +08:00
Anthony Calosa
942c95e736
revised copier copied abilities
...
the clone should copy original abilities only
2017-02-03 10:31:10 +08:00
Anthony Calosa
dc696a0f45
fix random segmentation fault
...
should fix the crash -> rain of filth in test suite
2017-02-03 10:30:14 +08:00
Anthony Calosa
d26e9da6c4
add some restrictions
2017-02-03 07:59:13 +08:00
Rolzad73
da033eb28e
Merge pull request #919 from WagicProject/key_bind_changes
...
key binding related
2017-02-02 11:18:46 -05:00
Rolzad73
b2a0ccba05
- removed leftover trace log
2017-02-02 10:08:58 -05:00
Anthony Calosa
6354d8ccca
revised pw rule
...
also fixed where planeswalker can use its ability after it was
transformed/flipped by activation ex. Garruk Relentless... You can’t
activate a loyalty ability of Garruk Relentless and later that turn
after he transforms activate a loyalty ability of Garruk, the
Veil-Cursed.
2017-02-02 11:58:51 +08:00