Commit Graph

34022 Commits

Author SHA1 Message Date
Agetian
33ac16eba6 - Comment unification. 2017-06-10 13:33:11 +00:00
Agetian
054d06794d - Clarified one of the AI profile comments. 2017-06-10 13:32:36 +00:00
Hanmac
a39ac85b15 FCollection: can't inherit from Set anymore because the interfaces might colide 2017-06-10 13:24:52 +00:00
Agetian
a844577e1a - Added AILogic LandForLand to Tectonic Edge. 2017-06-10 13:03:10 +00:00
Agetian
0bce0ee2e1 - AI should only sac Ghost Quarter if it either has more lands in play than the opponent, or equal amount of lands but at least one replacement land in hand, otherwise the AI tends to play too suboptimally. 2017-06-10 07:02:53 +00:00
Agetian
aa3ca54ca8 - Preparing Forge for Android publish 1.5.64.002.
- Starting with this revision, the minor version of Forge for Android will match the current beta of desktop Forge (e.g. 1.5.64.002 = the second revision after 1.5.64 beta), hopefully this will be less confusing.
2017-06-10 05:59:36 +00:00
Agetian
3f9ba13fb8 - Improved borderless card visualization in CardPanel
* in the borderless rendering is selected, do not draw any border (0 px) but also use square (unrounded) card corners with no offset for highlights in order to ensure that the highlight borders don't glitch;
* if the bordered rendering is selected, draw a thin (2 px) black border for borderless cards such as Amonkhet Invocations in order to make it play nice with the rounded card corners when highlighting the card.
2017-06-10 04:54:17 +00:00
Agetian
fca32cb035 - AI should only play Trial of Solidarity if it has at least a couple creatures out on the battlefield. 2017-06-10 04:06:11 +00:00
austinio7116
8e4ddea21f Fully removed card borders when noborder preference set to true for users with custom card art with full borders 2017-06-09 21:27:59 +00:00
austinio7116
362fe5a693 Update to card generated deck model to include latest decks 2017-06-09 15:38:23 +00:00
swordshine
82a19b7692 - Archenemy Nicol Bolas: Add two schemes 2017-06-09 06:04:39 +00:00
swordshine
82109aadd3 - HOU: Add a card 2017-06-09 05:19:01 +00:00
swordshine
dda8ed861b - HOU: Add two cards 2017-06-09 04:56:29 +00:00
Agetian
b39e8acfc6 - Fixed fizzleTriggersOnStackTargeting not properly setting up fizzled triggers on a wrapped SA (fixes Undying triggering twice on the same creature). 2017-06-09 04:03:22 +00:00
austinio7116
6e4a9e7de9 Enabling the new booster pack distribution option for quest starting pool in the mobile version 2017-06-08 22:59:42 +00:00
Agetian
2967bd0403 - Added an alt wincon achievement for Triskaidekaphobia. 2017-06-08 20:18:25 +00:00
Agetian
ead5550376 - Fixed dynamic reminder text generation for KW Storm. 2017-06-08 20:10:10 +00:00
Agetian
3462573dd9 - Committing the latest oracle updates from Indigo Dragon. 2017-06-08 18:55:30 +00:00
Agetian
60accb6063 - Recommitting edition files from Indigo Dragon. 2017-06-08 18:50:20 +00:00
Blacksmith
117471a9e3 Clear out README.txt in preparation for next release 2017-06-08 18:44:45 +00:00
Blacksmith
e8c232b5cb [maven-release-plugin] prepare for next development iteration 2017-06-08 18:39:38 +00:00
Blacksmith
aa52a767f2 [maven-release-plugin] prepare release forge-1.5.64 forge-1.5.64 2017-06-08 18:39:29 +00:00
Blacksmith
9645944a06 Update README.txt for release 2017-06-08 18:38:04 +00:00
Hanmac
0a94d1978e Card; hide Prowess Keyword, it is done by the Trigger 2017-06-08 18:35:17 +00:00
Hanmac
241e684ac8 CardFactoryUtil: rework Cascade without Svars 2017-06-08 18:32:22 +00:00
Agetian
cc007a93cf - Temporarily reverting r34173 for the imminent hotfix re-release. Will restore after the re-release. 2017-06-08 18:08:20 +00:00
Agetian
d3fb58951f - Added Archenemy Nicol Bolas and Commander Anthology edition definitions from Indigo Dragon. 2017-06-08 12:49:35 +00:00
Agetian
cd5abc3432 - Preparing Forge for Android build 1.5.64.001 [incremental]. 2017-06-08 03:51:18 +00:00
Agetian
f308b17bdf - Fixed a logic error in CardView causing the alternateState of cards to be visualized incorrectly (most commonly seen as transform arrows appearing on non-transforming cards). 2017-06-08 03:49:15 +00:00
Blacksmith
72ba40a321 Clear out README.txt in preparation for next release 2017-06-07 23:11:23 +00:00
Blacksmith
9b3523c943 [maven-release-plugin] prepare for next development iteration 2017-06-07 22:40:35 +00:00
Blacksmith
b11255579c [maven-release-plugin] prepare release forge-1.5.63 forge-1.5.63 2017-06-07 22:40:20 +00:00
Blacksmith
11128f648d Update README.txt for release 2017-06-07 22:38:57 +00:00
Hanmac
aba349c3ef EncodeAi: should only use it when it has a target for that 2017-06-07 21:35:15 +00:00
Krazy
539238ac89 Move hint text to bottom of pool distribution chooser 2017-06-07 19:46:09 +00:00
Krazy
7633eab1cc Some housekeeping 2017-06-07 19:38:18 +00:00
Krazy
3e72db117f Add future Java 8 requirement to announcements 2017-06-07 19:12:38 +00:00
Krazy
d9e8cc95ba Update CHANGES.txt 2017-06-07 19:10:18 +00:00
Krazy
614caa837b Improve pool distribution dialog for new quests 2017-06-07 19:05:52 +00:00
Agetian
a590edad78 - "Index out of bounds" error prevention in Gauntlet mode. 2017-06-07 15:12:17 +00:00
Agetian
bea2acbf29 - "Index out of bounds" error prevention in Gauntlet mode. 2017-06-07 06:24:30 +00:00
Agetian
b2461c73b0 - Reset a split card to its original state when it's returning from the battlefield after being manifested. 2017-06-07 04:02:33 +00:00
Agetian
052bf76ba7 - More crash prevention related to split manifests (in CardZoomer). 2017-06-06 20:01:25 +00:00
Agetian
4c1ca703e0 - Set the Manifested state for the card earlier so that it can be properly picked up and processed in GameAction#ChangeZone. 2017-06-06 14:28:03 +00:00
Agetian
f1fa86a08a - Temporary crash prevention measure for manifested split cards (until the problem with the view of such cards can be figured out) 2017-06-06 14:27:20 +00:00
Agetian
0045be2e84 - Some more updates to the LandForLand DestroyAi logic, added some configurable options for it to the AI profiles.
- Marked Ghost Quarter with AILogic$ LandForLand.
- Added some comments to AI profile definition files.
2017-06-06 04:58:16 +00:00
Agetian
7abc9c20d2 - More reliable way of detecting whether the opponent has skipped a land drop in DestroyAi (AILogic LandForLand). 2017-06-05 17:38:05 +00:00
Agetian
989ce5fb4b - Somewhat more advanced land-for-land removal logic in DestroyAi. 2017-06-05 16:56:09 +00:00
Hanmac
7587e7a399 CardFactoryUtil: moved Soulbond Trigger to new format 2017-06-05 14:41:39 +00:00
Hanmac
60cb791596 PoisonAI: updated code to newer format, add targeting logic 2017-06-05 05:37:27 +00:00