Agetian
e70d7ab5c1
- [XLN] Added Deadeye Tormentor, Prosperous Pirates, Sun-Crowned Hunters.
2017-08-29 09:30:05 +00:00
Agetian
a3da735087
- [XLN] Revel in Riches: the effect is not optional.
2017-08-29 09:18:04 +00:00
Agetian
8c12b5a47e
- Removed a debug print line.
2017-08-29 09:10:30 +00:00
Agetian
65c27c6c93
- Fixed an issue with non-creature tokens being added twice to different rows, resulting in odd Z order when mousing over them.
2017-08-29 09:03:36 +00:00
Agetian
4c31e1a4b5
- Minor counter abbreviation tweak.
2017-08-29 08:33:25 +00:00
Agetian
7be776d417
- Added spell description to Treasure Map.
2017-08-29 05:56:29 +00:00
Agetian
1a93e8f331
- [XLN] Added Revel in Riches, Sleek Schooner, Treasure Map // Treasure Cove.
...
- Added Picture SVars to card in Upcoming.
- Fixed Emperor's Vanguard (should work well enough until Hanmac finishes the code for Explore as a separate effect).
2017-08-29 05:46:08 +00:00
Sol
b6107f79dd
- Fix Xenagos not having it's Legendary PW applied properly
2017-08-29 02:19:25 +00:00
Agetian
fb0acb6a8b
- [XLN] Jace, Cunning Castaway: the clones should be immediately activatable as soon as they hit the battlefield.
2017-08-28 19:26:54 +00:00
Agetian
240a898fe5
- Added a TODO entry for Emperor's Vanguard (needs Explore to be updated for the double clause).
2017-08-28 18:49:59 +00:00
Agetian
3aad5916f5
- [XLN] Added Bishop of Rebirth and Walk the Plank.
2017-08-28 18:44:50 +00:00
Agetian
c2a7f19d38
- [XLN] Added Jace, Cunning Castaway.
2017-08-28 18:35:31 +00:00
Agetian
0a5fe2e2af
- Some implementation clarifications.
2017-08-28 18:32:05 +00:00
Agetian
f6e5256ae4
- Planeswalker rule: restore the "go to graveyard on 0 loyalty" functionality.
2017-08-28 18:30:25 +00:00
Agetian
46aefe6b8a
- [XLN] For now, commenting out the Planeswalker Rule code since it won't apply post-Ixalan.
2017-08-28 17:52:17 +00:00
Agetian
af7ef111b4
- [XLN] Planeswalker uniqueness no longer matters ( http://magic.wizards.com/en/articles/archive/feature/ixalan-mechanics ), planeswalkers are Legendary instead.
2017-08-28 17:39:45 +00:00
Agetian
c918743187
- [XLN] Fixed Admiral Becket Brass.
2017-08-28 17:37:58 +00:00
Agetian
817a691248
- [XLN] Integrating Oracle updates by Indigo Dragon: Planeswalkers now have the Legendary supertype.
2017-08-28 17:35:53 +00:00
Agetian
04e33448e0
- [XLN] Added Admiral Becket Brass.
2017-08-28 17:30:17 +00:00
Agetian
aa4624e344
- [XLN] fixed a card file name.
2017-08-28 15:52:52 +00:00
Agetian
1b7a819a2b
- [XLN] fixed a card file name.
2017-08-28 15:52:15 +00:00
Agetian
096036f2a4
- [XLN] Added 10 cards.
2017-08-28 15:50:49 +00:00
Agetian
b488ff053a
- Fixed RevealEffect crashing for cards like Vizkopa Confessor.
2017-08-28 15:21:45 +00:00
Agetian
04f24faf32
- Experimental: attempting to fix card flickering (power/toughness, jumping between rows) by selectively updating the view for P/T and types after all static effects for all cards have been processed instead of aggressively updating the entire state view during each static effect operation (might also make the game run a bit faster on mobile).
...
- Volrath's Shapeshifter: do not copy the target's set code and rarity.
2017-08-28 14:06:28 +00:00
kevlahnota
c180343853
Remove redundant import statement, also refactor addMissingItems method. -kev
2017-08-28 09:44:18 +00:00
kevlahnota
da0739ab21
Refactored decoding URL. This is much better than using regex/replace method. -kev
2017-08-28 09:23:36 +00:00
kevlahnota
aa1d2a1879
Fixed filenames that contains comma and apostrophe when parsed (as seen on achievement resource when downloaded, "%27s" will be replaced by "'s" and %2C" will be replaced by ","), so they can be viewable on achievement page.
2017-08-28 07:54:15 +00:00
Agetian
9d9ef0069a
- Adding an empty edition file for the upcoming set Ixalan.
2017-08-28 06:22:57 +00:00
Agetian
50790b94a3
- Fixed Herald Horn.
2017-08-28 05:50:35 +00:00
Agetian
59b7f9c775
- Somewhat better AI for Exhaustion.
2017-08-28 04:25:19 +00:00
Agetian
0f83f23052
- Preparing Forge for Android v1.6.2.004 [hotfix/incremental].
2017-08-27 19:03:15 +00:00
Agetian
1da95433ae
- Fixed the AI sacrificing everything to Westvale Abbey without honoring AIPreference:SacCost (should also fix other similar cards with sac cost that requires the AI to sacrifice several cards).
2017-08-27 19:00:23 +00:00
Agetian
d0579b5f75
- ChangeCombatantsEffect: attempt to account for the new rule for Ulamog, the Ceaseless Hunger + Portal Mage interaction in multiplayer games. Currently achieved by rigging the triggering info on the stack instance, which may not be optimal. Feel free to propose a better solution.
2017-08-27 18:17:21 +00:00
Agetian
1d19f56de8
- Experimental: do not reset the paid hash in resetOnceResolved since it appears to be cleared in other SA operations when needed, and aggressively clearing it breaks transient payment info (e.g. Orator of Ojutai + revealed Dragon card).
2017-08-27 18:15:19 +00:00
Agetian
3688e13137
- Add Basic Lands dialog: make it show only the sets with actual basic lands in them.
...
- Minor cleanup in addCardToZone in PlayerControllerHuman.
2017-08-27 18:12:32 +00:00
Agetian
45d71d0c5f
- AI improvements: restored playability of Exhaustion, made Cursed Scroll AI-playable, added some additional code support for programmable Exert logic (Ahn-Crop Champion is an example), added a bit of threshold to Living Death AI, moved Momir Vig Avatar logic to SpecialCardAi.
2017-08-27 18:11:06 +00:00
Agetian
d8be84b617
- Added quest world "The Gates of Magic" by Seravy.
2017-08-27 18:07:15 +00:00
Agetian
f7c4fe8e91
- Fixed an issue with launching Forge on mobile for some users.
2017-08-27 17:59:15 +00:00
Goblin Hero
9005598f90
Revert previous commit
2017-08-27 17:53:47 +00:00
Goblin Hero
5e508770ef
Readme added for server testing purposes
2017-08-27 17:32:46 +00:00
Agetian
8331f92775
- GameState: added support for counters in exile zone (e.g. via Mairsil) and for face-down cards in exile (e.g. via Bomat Courier).
2017-08-27 04:12:19 +00:00
Agetian
4c3c7e3807
- GameState: use setCounters to clear the player/planeswalker counter count
2017-08-27 03:57:40 +00:00
Agetian
1e39e3e815
- Preparing Forge for Android publish 1.6.2.003 [hotfix].
2017-08-27 03:15:58 +00:00
Agetian
5f6519d4c6
- Fixed a crash in mobile Forge when pausing application.
2017-08-27 03:15:15 +00:00
Agetian
e93c35bcae
- Added 3 puzzles coded by Xitax.
2017-08-27 03:14:51 +00:00
Agetian
a9d522d1d9
- Added 2 puzzles coded by Xitax.
2017-08-26 19:34:03 +00:00
Agetian
44ac42a4b5
- Puzzle Mode: A better solution for precasting Awaken in GameState (allows both Awaken and AwakenOnly).
2017-08-26 19:08:35 +00:00
Agetian
78a60c750a
- GameState: when processing a precast effect solely for KW Awaken, only precast the Awaken part, not the parent ability.
2017-08-26 18:54:39 +00:00
Agetian
6012b06a38
- Added 3 puzzles coded by Xitax.
2017-08-26 18:39:50 +00:00
Agetian
3ff370a903
- Fixed a missing reference in Magus of the Mind (matters for Mairsil, the Pretender - fixes a crash when activating a Mairsil'ed copy of the Magus's ability).
2017-08-26 18:30:06 +00:00