Sol
1df11a1f81
Merge branch 'assorted-fixes' into 'master'
...
Fixed slowdown when removing a card from the deck in Constructed deck editor with infinite catalog cardpool
See merge request core-developers/forge!545
2018-05-10 18:33:44 +00:00
Michael Kamensky
4576bb28ac
Merge branch 'dom-puzzles' into 'master'
...
Possibility Storm Dominaria season: Added puzzle PS_DOM2.
See merge request core-developers/forge!547
2018-05-10 17:56:57 +00:00
Agetian
998efa11e3
- Added puzzle PS_DOM2.
2018-05-10 20:55:11 +03:00
Michael Kamensky
66870cdd05
Merge branch 'master' into 'master'
...
Battlebond dual lands
See merge request core-developers/forge!546
2018-05-10 17:06:20 +00:00
swordshine
42ead5b9eb
- Battlebond dual lands
2018-05-10 22:07:51 +08:00
Agetian
816660f80d
- To avoid possibly unexpected behavior, check to ensure that the infinite pool already contains all the items requested.
2018-05-09 18:27:00 +03:00
Agetian
1e1a16a4f4
- Do not go through the process of adding items to a card pool if it's already infinite (fixes slowdown when removing a card from the deck in the Constructed deck editor)
2018-05-09 18:23:25 +03:00
Michael Kamensky
bf2eed7cf5
Merge branch 'master' into 'master'
...
Tetzimoc CountersPutAi: don't try to target creatures with Hexproof
See merge request core-developers/forge!544
2018-05-09 12:13:01 +00:00
Agetian
d13201fd47
- Tetzimoc CountersPutAi: don't try to target creatures which can't legally be targeted (e.g. Hexproof).
2018-05-09 15:12:30 +03:00
Michael Kamensky
5debe17b08
Merge branch 'master' into 'master'
...
Updating CHANGES.txt and planes.txt for the new Planar Conquest plane.
See merge request core-developers/forge!543
2018-05-09 07:04:52 +00:00
Agetian
aa34d92668
- Updating CHANGES.txt and planes.txt for the new Planar Conquest plane.
2018-05-09 10:03:59 +03:00
Michael Kamensky
279ff2c765
Merge branch 'ixalanplanarconquest' into 'master'
...
Ixalan planar conquest with AI generated/optimized duel opponents
See merge request core-developers/forge!542
2018-05-09 07:00:25 +00:00
austinio7116
1ebb4aa091
Ixalan planar conquest with AI generated/optimized duel opponents
2018-05-08 21:25:24 +01:00
Michael Kamensky
176705e703
Merge branch 'master' into 'master'
...
Make Tetzimoc, Primal Death actually AI playable
See merge request core-developers/forge!541
2018-05-08 17:13:21 +00:00
Agetian
82afad3b67
- Improve AI logic for Tetzimoc, Primal Death; ensure that the AI actually plays it (used not to play at all).
2018-05-08 20:11:47 +03:00
Agetian
5d43733add
- Preparing Forge for Android publish 1.6.10.001 [incremental].
2018-05-08 06:51:43 +03:00
Blacksmith
a1203b2c4a
Clear out release files in preparation for next release
2018-05-08 00:53:34 +00:00
Blacksmith
f0ce6277ac
[maven-release-plugin] prepare for next development iteration
2018-05-08 00:48:11 +00:00
Blacksmith
95bd867cee
[maven-release-plugin] prepare release forge-1.6.10
forge-1.6.10
2018-05-08 00:48:08 +00:00
Blacksmith
ac63687c33
Update README.txt for release
2018-05-08 00:46:40 +00:00
Michael Kamensky
8a52feaf6d
Merge branch 'master' into 'master'
...
More NPE prevention in mobile Forge.
See merge request core-developers/forge!540
2018-05-07 20:19:33 +00:00
Agetian
773358e538
- More NPE prevention in mobile Forge.
2018-05-07 23:18:46 +03:00
Michael Kamensky
44fc9be4a2
Merge branch 'master' into 'master'
...
NPE prevention in mobile Forge related to choosing a variant
See merge request core-developers/forge!539
2018-05-07 20:08:50 +00:00
Agetian
697be27d4f
- NPE prevention in LobbyScreen on mobile Forge when trying to choose a variant without having a constructed deck.
2018-05-07 23:07:47 +03:00
Michael Kamensky
fb23e5a663
Merge branch 'master' into 'master'
...
Planar Conquest: allow Chaos matches from custom user worlds.
See merge request core-developers/forge!538
2018-05-07 15:38:56 +00:00
Agetian
12631ffee6
Merge branch 'master' of git.cardforge.org:core-developers/forge into agetian-master
2018-05-07 18:38:00 +03:00
Agetian
cbce073227
- Planar Conquest: allow Chaos matches from custom user worlds.
2018-05-07 18:37:34 +03:00
Michael Kamensky
4103afc6cf
Merge branch 'fix_ante_corr' into 'master'
...
Merging "Fix ante" by Friarsol (merge conflict resolved)
See merge request core-developers/forge!537
2018-05-07 03:59:55 +00:00
Agetian
c2ddc8cd87
Resolved merge conflict.
2018-05-07 06:57:13 +03:00
Chris H
52a5f3b0a4
Fix ante to work with RegisterdPlayer
2018-05-06 21:42:56 -04:00
Michael Kamensky
e0b1bc7cd0
Merge branch 'asFlash' into 'master'
...
Code As through it has flash Effects
See merge request core-developers/forge!532
2018-05-06 08:56:15 +00:00
Hanmac
438d4f6e38
WrappedAbility: add AdditionalAbilityList methods too
2018-05-06 10:29:59 +02:00
Agetian
473fa088ce
- Wrapped abilities should get additional abilities from the underlying SA (fixes MayFlashSac on something like Abattoir Ghoul crashing).
2018-05-06 11:12:09 +03:00
Agetian
e52b9d62f7
- AI should not attempt to cast MayFlashSac auras "as though they had flash" for now, it'll just always cast them in its own Upkeep and end up wasting them.
2018-05-06 11:10:42 +03:00
Hanmac
c7fb979fe2
Merge branch 'asFlash' of git.cardforge.org:core-developers/forge into asFlash
2018-05-06 09:03:34 +02:00
Hanmac
198e7adc47
MayFlashSac: rework using MayPlayNotSorcerySpeed
2018-05-06 08:55:10 +02:00
Hanmac
4cf79222f0
fix AiAttack with CHOSEN_FOG_EFFECT
2018-05-06 08:49:29 +02:00
Hanmac
94a9597963
fix player to RegisteredPlayer for AnteResult
2018-05-06 08:48:18 +02:00
Michael Kamensky
469649c0c4
Merge branch 'master' into 'master'
...
Clarification in AiCostDecision
See merge request core-developers/forge!534
2018-05-06 06:01:08 +00:00
Agetian
bd08c5ca9d
- Clarification in AiCostDecision
2018-05-06 09:00:41 +03:00
Agetian
1296b24960
- A quick patch to make the AI compatible with MayFlashCost (may need a rewrite later when the optional costs are correctly implemented for the AI).
2018-05-06 08:00:51 +03:00
Hanmac
87b8ac38f2
Fix: fixed MayFlashSac
2018-05-05 18:47:20 +02:00
Michael Kamensky
51dca51014
Merge branch 'master' into 'master'
...
Fixed the AI failing to activate abilities such as Merchant's Dockhand (tapXType).
See merge request core-developers/forge!533
2018-05-05 15:42:39 +00:00
Agetian
07c448ba16
- Fixed the AI failing to activate abilities such as Merchant's Dockhand which may tap the card in the process which the AI is considering for a tapXType payment (which may lead to a misplay or a loop/hang).
2018-05-05 18:41:10 +03:00
Hanmac
0033edbeda
Restriction: fix Bestow with check if it is already animated under lki
2018-05-05 16:47:48 +02:00
Hanmac
d7e701d7a5
SpellRestriction: fixed for LKI, moved Legendary Sorcery
2018-05-05 10:35:44 +02:00
Hanmac
63bd305250
Twilights call: fix Oracle
2018-05-05 00:10:34 +02:00
Hanmac
dc789addb9
Fix: add hand oracle to tawnos again
2018-05-05 00:05:05 +02:00
Hanmac
6b1c0a0eda
cards: update cards with WithFlash option or using MaybeFlash keywords
2018-05-04 23:59:02 +02:00
Hanmac
a3f36bd7a4
Spell: do as though it has Flash effects
2018-05-04 23:49:30 +02:00