Commit Graph

28760 Commits

Author SHA1 Message Date
Agetian
0993837aa2 - Fixed the split cards not showing the Fuse ability in the card detail panel. 2015-05-30 05:02:31 +00:00
Krazy
473921ecac Renamed quest preferences regarding playset size and added a third to control Relentless Rats/Shadowborn Apostle playset sizes. 2015-05-29 21:45:59 +00:00
Agetian
f2636586a8 - Fixed the cards exiled face down showing up as Morph in exile zone instead of as a hidden face down card (card back picture). 2015-05-29 19:37:14 +00:00
Agetian
bdac9756e8 - Committing a temporary solution to prevent Kodama of the Center Tree from hard-crashing Forge.
- This script is not entirely rule-correct, it won't work properly in certain corner cases, as well as with mass removal. However, it does work correctly in the basic cases and doesn't crash the game.
- Feel free to revert this commit if you have a true solution that will allow Kodama of the Center Tree to work in a rule-correct way without crashing the game.
- Added a FIXME set of comments to the script and a Known Issues line to CHANGES.txt for the time being.
2015-05-29 16:59:25 +00:00
Sloth
9701cb20f7 - Added a medium version of the Superman quest opponent (by tojammot). 2015-05-28 21:14:43 +00:00
Agetian
ce976bd391 - When checking state-based effects, check the game over condition early to account for win conditions that trigger before the cards die due to zero toughness (e.g. Platinum Angel + lethal Hurricane that gets both players to zero or below).
- To be on the safe side I left the original check intact and I'm running it in case the first check wasn't positive, assuming that the situation may change somehow after all the card-based state effects are checked and relevant effects apply. Is this necessary?
- Please test this in various win/lose conditions and let me know if anything is wrong with this approach, I can try to adapt or revert as necessary.
2015-05-27 16:35:26 +00:00
Agetian
f7518d5ccd - Correctly format the game outcome title for a draw. 2015-05-27 15:47:49 +00:00
Agetian
2057934392 - Fixed Sen Triplets. 2015-05-26 09:56:35 +00:00
drdev
d3bf508fc7 Use fixed orientation to prevent rendering issues 2015-05-25 19:56:25 +00:00
drdev
8d151174ab Put commander life back to 40 even for 2 player 2015-05-25 19:39:43 +00:00
Krazy
c110824b17 Added two new quest preferences for controlling the number of cards to keep before selling extras. 2015-05-25 18:05:25 +00:00
Agetian
3b4ddd9ecc - Fix the "Cancel" button in the concede dialog box leading to an immediate game quit when conceding the match via the "X" button in the title bar. 2015-05-25 17:21:33 +00:00
drdev
03b74bdd83 Update manifest 2015-05-25 15:18:35 +00:00
drdev
e754525fee Ensure you can scroll to home screen buttons if needed 2015-05-25 14:39:02 +00:00
drdev
a4bab5a219 Reduce width of tabs in landscape mode 2015-05-25 14:14:40 +00:00
drdev
41ffb57de8 Prevent showing home screen backdrop when deck list viewed from match screen 2015-05-25 14:11:33 +00:00
drdev
edf2126f14 Prevent showing home screen backdrop when launching settings from outside home screen 2015-05-25 14:05:43 +00:00
drdev
140aac8430 Prevent losing right sidebar menu when switching screens 2015-05-25 13:52:11 +00:00
Agetian
ea672e92f8 - Minor cleanup. 2015-05-25 12:14:30 +00:00
Agetian
f38e54912d - A better implementation of announcement when playing with the top card of the library revealed: announce all cards at once. 2015-05-25 12:13:19 +00:00
Agetian
090009ffa3 - Reveal and announce the cards drawn when playing with the top of the library revealed (currently does not announce when drawing one card by one since a card on the top of the library can easily be seen in that case, to avoid message box spam). 2015-05-25 11:59:32 +00:00
drdev
b3513df03b Fix positioning of combo box drop down on dialogs 2015-05-25 05:41:35 +00:00
drdev
836e2e4307 Fix layout of Add Basic Lands dialog for landscape mode 2015-05-25 05:37:59 +00:00
drdev
8153f334e7 Avoid unnecessary layout and fix drop down bugs 2015-05-25 05:09:36 +00:00
drdev
b1720f3789 Improve layout of landscape mana pool 2015-05-25 03:44:15 +00:00
drdev
65e3e1e929 Fix so field doesn't go behind hand
Fix so command zone shows up for landscape
Version bump to 1.5.40.004
2015-05-25 03:39:48 +00:00
Krazy
5a4959e59d Better fix for that concurrent modification exception. Don't know what I was thinking. 2015-05-25 03:35:40 +00:00
Krazy
7f060a0b1f Fixed concurrent modification in AI blocking. Fixes Vraska, the Unseen's tokens and probably some other things, too. 2015-05-25 03:22:33 +00:00
drdev
5143dcc837 Fix vertical alignment of phase indicator text 2015-05-25 03:20:59 +00:00
drdev
63d024ed37 Support detecting whether device is a tablet and use that to determine whether to enforce portrait orientation 2015-05-25 02:16:53 +00:00
drdev
ae47fb74a7 Change landscape back to off by default 2015-05-25 02:07:38 +00:00
drdev
7c3669985a Fix border for header on certain screens 2015-05-25 01:48:25 +00:00
drdev
1694eb2037 Show normal header for deck viewer in Landscape mode 2015-05-25 01:42:12 +00:00
drdev
c54f947f5f Don't show back button on settings screen in Landscape mode 2015-05-25 01:24:31 +00:00
drdev
d2b476933a Add back button for tab page screen in landscape mode 2015-05-25 01:06:07 +00:00
drdev
70a9672b56 Add support for mode specific buttons 2015-05-25 00:47:41 +00:00
drdev
8bd6c798f8 Fix so quest menu appears right away 2015-05-25 00:25:18 +00:00
drdev
fee53b9d8d Fix insets issue for landscape mode 2015-05-25 00:06:40 +00:00
drdev
486a743e52 Improve win/lose screen layout in Landscape mode 2015-05-24 22:47:39 +00:00
drdev
f353d07271 Prevent ability to scroll slightly 2015-05-24 22:43:14 +00:00
drdev
34c2552b56 Fix updating of revealed card in hand 2015-05-24 22:36:03 +00:00
drdev
805993c060 Fix scroll pane issue for zone display in landscape mode 2015-05-24 22:13:40 +00:00
drdev
1c5084ad76 Separate hand area using line 2015-05-24 22:04:37 +00:00
drdev
2dfa0b9d58 Support showing zones on right side 2015-05-24 22:02:25 +00:00
drdev
72cfc3a379 Show hand 2015-05-24 14:55:26 +00:00
drdev
3498774a76 Tweak match layout 2015-05-24 14:45:38 +00:00
drdev
6e207baa3c Improve landscape match layout 2015-05-24 14:43:13 +00:00
Agetian
01fb31969e - Removed an extra space. 2015-05-24 07:45:10 +00:00
Agetian
20d86418e2 - Make DealtCombatDamageOnce trigger report the amount of damage dealt in combat. Fixes Sunhome Enforcer. 2015-05-24 07:37:50 +00:00
Agetian
5bfec80d90 - Use a standard mechanism of testing object equality so that mobile Forge doesn't hang. 2015-05-23 19:06:41 +00:00