Commit Graph

1382 Commits

Author SHA1 Message Date
Sloth
25924bbab9 - (Fixed) Converted the Echo keyword to a script macro. 2015-09-27 11:29:12 +00:00
Agetian
273e71cc0a - Temporarily reverted 30117:30118 (related to Echo update) because the current new implementation misbehaves (please see the related forum post) and I could not fix the rule interaction bug in a timely manner.
- Feel free to revert this commit and continue working on the new Echo implementation.
2015-09-27 06:00:21 +00:00
drdev
5f4b9480e7 Fix alignment of deck info label 2015-09-27 01:23:10 +00:00
drdev
685a4c3c55 Fix so selecting different art updates card 2015-09-27 01:12:11 +00:00
drdev
2abc509f46 Create Add Basic Lands dialog for desktop app 2015-09-27 01:06:48 +00:00
drdev
fc73105532 Move cycle section button left of view buttons so an Add Basic Lands button can be added in its place 2015-09-26 22:01:22 +00:00
drdev
28316c0fe9 Refactor restart code so app can support restarting
Add Landscape Mode setting to app
2015-09-26 17:43:49 +00:00
Sloth
3d38a21349 - Converted the Echo keyword to a script macro. 2015-09-26 12:14:55 +00:00
drdev
0220a00f94 Add right-click menu to desktop advanced search 2015-09-20 17:02:21 +00:00
drdev
f329d010b6 Fix so advanced search encodes symbols on desktop 2015-09-12 01:52:12 +00:00
drdev
8d3fb1750d Add Advanced Search support for desktop 2015-09-12 01:38:51 +00:00
Agetian
91f0d428eb - Only set "Always Yes"/"Always No" for the player's own abilities when using the shortcuts. 2015-09-11 19:14:52 +00:00
Agetian
f87d6e7a20 - Fix the auto-yield shortcut code to allow the player to set up auto-yields for the opponent's abilities. 2015-09-11 19:01:29 +00:00
Krazy
1c71ff6941 Added content downloaders for achievement images. 2015-09-11 03:38:18 +00:00
drdev
a326af0b22 Temporarily show alert if use tries to access Advanced search (will remove when Advanced Search is ready) 2015-09-10 23:50:38 +00:00
Agetian
6ac30a1302 - Reorganized the code a bit (for auto-yield shortcuts). 2015-09-10 07:27:53 +00:00
Agetian
2a74eb266c - Added keyboard shortcuts to auto yield the current ability on the stack and, if applicable, respond "Always Yes" or "Always No" at the same time.
- By default set to Y (which enables auto yield for the item on stack and sets "Always Yes" if applicable) and N (which enables auto yield for the item on stack and sets "Always No" if applicable).
2015-09-10 07:04:11 +00:00
drdev
4c22ab201f Work on layout of advanced search dialog 2015-09-08 03:29:21 +00:00
drdev
9b5624d8bb Support tooltips via interfaces 2015-09-08 01:34:20 +00:00
drdev
6f9a7ad2fa Create shell for advanced search filters for desktop version 2015-09-08 01:25:19 +00:00
drdev
febbf5b919 Use search icon instead of "Filters" text 2015-09-08 00:45:45 +00:00
drdev
048eb19bb8 Refactor logic for advanced search to make it re-usable for desktop 2015-09-07 23:40:06 +00:00
drdev
33ad02e56f Simplify ItemManager filter panels 2015-09-07 22:39:48 +00:00
Myrd
7bf25b3da8 Fix saving a deck to replace an exiting deck with the same name in desktop UI. 2015-07-02 22:27:20 +00:00
drdev
e03156cd0c Refactor TrackableObjects to support copy forward changed properties without completely overwriting references 2015-06-27 22:41:04 +00:00
drdev
61f5424b2e Fix or suppress warnings 2015-06-27 19:24:16 +00:00
drdev
276144a62b Prevent extra new-line character being introduced when starting chat 2015-06-27 17:27:13 +00:00
drdev
ffe70e991e Fix caption of menu item and close button tooltip when watching a game
Fix so screen actually closes when you click Stop Watching item
Prevent getting stuck waiting for opponent when watching game
2015-06-27 17:13:20 +00:00
drdev
d4c5a35ebe Remove excess deck types from desktop deck chooser combo box 2015-06-13 20:12:17 +00:00
drdev
3e6d5cd3e9 Show "Waiting for opponent..." while you wait for the other player to choose whether to go first or keep their first hand 2015-06-13 19:12:39 +00:00
drdev
9198fb6b29 Fix so UI updated immediately when match started remotely 2015-06-13 18:43:18 +00:00
Krazy
63a73df35f Added new color-specific booster packs to quests. 2015-06-13 02:23:02 +00:00
Agetian
1d86d242a6 - One more clarification to the option name. 2015-06-08 14:31:14 +00:00
Agetian
b3737aea8a - Shortened an option name a little (will fit the smaller mobile screen better). 2015-06-08 14:08:53 +00:00
Agetian
caca2ebbc8 - A little change to the option name.
- CHANGES.txt clarification.
2015-06-08 13:10:05 +00:00
Agetian
3bf81f923d - A more descriptive name for the lands filter option (because it doesn't always rely on color identity in its current implementation). 2015-06-08 13:07:05 +00:00
Agetian
aa7adbda44 - Added an option to toggle filtering lands by color identity on/off. 2015-06-08 13:00:14 +00:00
Agetian
1c55a00304 - Renamed the "Display Color Identity" option to "Display Current Color Info" (to avoid confusion because color identity is actually not the same as the sum of current colors of the card, e.g. a Forest should has a green identity because it produces green mane but it's a colorless card nonetheless). Internal functions and variables related to this code is also renamed accordingly to avoid confusion. 2015-06-08 11:30:41 +00:00
elcnesh
fcd98ef99d Update, cleanup and fully document FCollection and related classes. 2015-06-07 09:40:43 +00:00
drdev
7a2bac60de Improve display of chat messages for app 2015-06-06 18:11:36 +00:00
Krazy
fc0e527877 Fixed quest pool color option selections not getting updated properly. 2015-06-06 17:56:47 +00:00
drdev
47093d857d Remove warnings 2015-06-06 17:05:05 +00:00
elcnesh
4eef9618d0 - Cleanup GameRules (mostly make a variable private)
- Minor cleanup in some other files
2015-06-04 16:06:48 +00:00
Agetian
71e4464ad9 - Clarification. 2015-06-04 07:10:37 +00:00
Agetian
1df7cfec40 - Improved the statistics display for the count of colored mana symbols in mana cost. 2015-06-04 07:05:23 +00:00
Agetian
dc5535c5ca - Added the Multi+Changed mode for displaying color identity (displays color identity of all multicolor cards and of all cards with changed identity).
- Refactored and optimized the color identity display code.
2015-06-03 07:02:10 +00:00
Agetian
6bc4848857 - Added a new color identity display mode: "Changed" (displays color identity only for cards that had their identity altered).
- Improved the use of related string constants.
2015-06-02 05:07:10 +00:00
Agetian
be9e5ef95d - String constants for the Display Color Identity setting. 2015-06-01 20:25:21 +00:00
Agetian
21323a4f72 - Added an option to display color identity of cards in the card detail panel (details in CHANGES.txt). 2015-06-01 20:04:38 +00:00
Agetian
f5264bf310 - Improved the [still ugly and hacky] temporary solution to the Morph color leak problem: will no longer leak the color information on stack, as well as will not leak the color information in mobile Forge.
- Requires further developer attention, there's probably an easier and much more elegant solution to this. Feel free to revert and commit a better fix (make sure that both stack and card detail view tests pass).
2015-06-01 17:32:15 +00:00