Commit Graph

3382 Commits

Author SHA1 Message Date
Hanmac
f7bed9089c AbilityManaPart: add valid check for the SA itself
split later into extra check for SA and Host
2018-04-12 07:16:31 +02:00
swordshine
333ba13869 Merge branch 'staticDamageToReplace' into 'master'
Replacement Effect instead of StaticDamage

See merge request core-developers/forge!332
2018-04-12 00:43:22 +00:00
swordshine
ab6de1752f - Fixed issue #9 (Angrath, Minotaur Pirate vs. indestructible creatures
)
2018-04-11 17:48:47 +08:00
maustin
e59446c628 Merge branch 'master' into historicformats 2018-04-10 19:27:34 +01:00
Hans Mackowiak
f6dc955d4b Update CopyPermanentEffect 2018-04-10 17:48:30 +00:00
maustin
ae2c56abce Updated GameFormat reader to support nested folders plus user defined custom formats from their local user directory. Moved Digital formats to a subfolder to demonstrate 2018-04-10 09:49:02 +01:00
maustin
e51d39dcc3 Removed duplicate renamed formats
Corrected extended additional cards list to separate with ; not , - I've realized all the other historic formats have this issue in their banned/restricted list and will need updating
2018-04-10 08:25:08 +01:00
austinio7116
a5d964a334 Updated formats to include subtype enum and made a first batch attempt to set the value
Now sorting formats by type, subtype then name
Added new "additional" property to gameformats to allow additional non printed but legal cards to be included e.g. dual lands in extended 1999
2018-04-10 07:28:31 +01:00
Hanmac
b5be110f0c Replacement Effect instead of StaticDamage 2018-04-10 07:15:41 +02:00
austinio7116
3e1f5c7632 Added set code validation check to gameformat parser 2018-04-09 23:35:08 +01:00
austinio7116
49dd3c0659 Modified format filter selection options to support large numbers of historic formats in the menu - uses a similar UI to the set selector 2018-04-09 23:35:08 +01:00
austinio7116
def7ba5faf Updates to UI to separate out format filters 2018-04-09 23:35:08 +01:00
austinio7116
0636695052 Just use sanctioned formats where relevant, exclude historic formats where needed - may add these back later via new UI elements 2018-04-09 23:35:08 +01:00
Hanmac
0bc12e744e CopyPerm: rewoke and update with Populate 2018-04-09 07:50:44 +02:00
Hanmac
6c04084891 FlipCoin: add Amount so Head and Tails abilities can use the amount 2018-04-07 11:14:07 +02:00
swordshine
633a1d644a - Added Damping Sphere 2018-04-06 16:05:08 +08:00
swordshine
5af448c039 - Fixed Song of Freyalise 2018-04-06 13:02:10 +08:00
swordshine
ecac92d9b3 - Skipping your "next" untap step is cumulative. 2018-04-05 22:16:54 +08:00
swordshine
45b6f1a6ef - Fixed "precombat main phase" triggers 2018-04-05 22:07:15 +08:00
swordshine
d61aeb09c0 - Fixed Sage of Ancient Lore 2018-04-05 21:28:15 +08:00
swordshine
a5ea35e6b7 - Fixed cost description for Cycling (Street Wraith) 2018-04-05 20:18:21 +08:00
Hanmac
e0dc5d4ced Saga: fix if last ability is countered 2018-04-04 07:49:04 +02:00
Sol
f7099b4555 Merge branch 'network-play' into 'master'
use CardView for selection of exterting attackers

See merge request core-developers/forge!345
2018-04-04 02:37:47 +00:00
Jamin W. Collins
3f8a3f3342 use CardView for selection of exterting attackers
Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com>
2018-04-03 20:12:15 -06:00
swordshine
2b8afc3972 Merge branch 'patch' into 'master'
Fixed a crash when Momir Avatar copys an etbcounter card

See merge request core-developers/forge!344
2018-04-04 01:03:33 +00:00
swordshine
771341f2e9 - Fixed a crash when MMomir Avatar copys an etbcounter card 2018-04-04 09:02:35 +08:00
Hanmac
8c601f86f6 Do Saga Abilities 2018-04-03 15:19:54 +02:00
Sol
eb4fc9f7ce Merge branch 'momirvariant' into 'master'
Added MoJhoSto variant

See merge request core-developers/forge!338
2018-04-03 01:14:19 +00:00
austinio7116
a73667610b Added MoJhoSto variant 2018-04-02 07:19:09 +01:00
swordshine
0e98da8bca - Yisan, the Wanderer Bard's + Rings of Brighthearth now works 2018-04-02 13:54:09 +08:00
swordshine
eeec3feb1f - Fixed a crash (varolz, the scar-striped + dryad arbor) 2018-04-02 11:55:44 +08:00
austinio7116
d11013c689 Updated gameformats with new enum type to separate sanctioned, casual, historic and custom. 2018-03-31 21:23:22 +01:00
austinio7116
c78d235b07 Moved formats into single files with new "Order", "Core" and "Name" properties. 2018-03-30 21:57:13 +01:00
Michael Kamensky
70eec78416 Merge branch 'BrawlFormat' into 'master'
Brawl format

See merge request core-developers/forge!324
2018-03-30 06:35:07 +00:00
Michael Kamensky
84a49752d0 Merge branch 'network-play' into 'master'
Network Play Fixes

Closes #390

See merge request core-developers/forge!327
2018-03-29 20:02:42 +00:00
Jamin W. Collins
f6d8a85423 remove trailing whitespace
Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com>
2018-03-29 09:26:53 -06:00
elliot
a1d7f2c774 Prevent crash when no validTgts in params for static ability
Issue reproducable casting chandra's ignition into a board with only a hexproof creature
2018-03-28 21:32:25 -04:00
maustin
b9aef9b317 Merge branch 'master' into BrawlFormat 2018-03-28 06:44:42 +01:00
Jamin W. Collins
7b9bfaaa18 ensure WrappedAbility has reasonable description set
Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com>
2018-03-27 17:39:12 -06:00
austinio7116
edf6d48e6b Remove commander damage rule from Brawl 2018-03-28 00:01:39 +01:00
austinio7116
5b8342188c Fixed adding planeswalker commanders from pool in android brawl deck editor 2018-03-26 22:59:16 +01:00
Michael Kamensky
d71026f7ae Merge branch 'patch' into 'master'
- Reset the activations so that flickering a planeswalker can activate the loyalty ability again

See merge request core-developers/forge!322
2018-03-26 18:16:15 +00:00
swordshine
ab96026176 - Reset the activations so that flickering a planeswalker can activate the loyalty ability again 2018-03-26 22:47:45 +08:00
swordshine
5942df216a Merge branch 'apiTypeCaseCrashFix' into 'master'
Api type case crash fix

See merge request core-developers/forge!321
2018-03-26 14:45:33 +00:00
swordshine
319b450532 Merge branch 'patch' into 'master'
Patch

See merge request core-developers/forge!319
2018-03-26 14:44:22 +00:00
austinio7116
364bf3724f Added UI elements required for Brawl variant 2018-03-26 06:57:15 +01:00
elliot
45cfc56e2d Merge branch 'master' of https://git.cardforge.org/core-developers/forge into apiTypeCaseCrashFix 2018-03-25 23:20:39 -04:00
elliot
b40f460c59 Simple fix for issue where the case of lifeloss for afflict creatures did not match apiType case, causing crashes 2018-03-25 23:08:06 -04:00
Sol
c980d1c9d4 Merge branch 'sysout-cleanup' into 'master'
Sysout cleanup

See merge request core-developers/forge!286
2018-03-26 01:18:19 +00:00
austinio7116
81373d2b69 Initial fiddling with Brawl game formats 2018-03-25 19:58:52 +01:00