Agetian
3ba9e7cd03
- Fix the encoding of files with UTF-8 symbols to make them compile properly and without warnings.
2015-05-17 14:22:02 +00:00
elcnesh
44e7a3fec9
Use recently fixed UTF-8 support to update cards with special characters in their names
2015-05-17 13:33:04 +00:00
elcnesh
b3f38edef3
Huge cleanup: use collection interfaces (List, Set, Map) rather than
...
implementations (ArrayList etc.) in references to objects
2015-05-17 11:28:21 +00:00
elcnesh
6274c5379a
Use morph/manifest reminder overlays for face-down cards on the battlefield
2015-05-17 11:16:39 +00:00
Agetian
56cc9b7b25
- Reverting the last attempt at fixing the morph color leak, the idea didn't work out, resorting to the hackier but working fix for now.
2015-05-17 07:42:42 +00:00
Agetian
39d9e91430
- One more clarification in CHANGES.txt.
2015-05-17 06:55:44 +00:00
Agetian
792e8c34ee
- Clarified the CHANGES.txt note related to the new token display option.
2015-05-17 06:54:45 +00:00
Agetian
62c399c1a7
- One more mistype correction.
2015-05-17 06:35:38 +00:00
Agetian
0d496c153f
- Corrected a couple mistypes.
2015-05-17 06:34:04 +00:00
Agetian
8813fb490d
- Added a note to CHANGES.txt about the new "Display Tokens on a Separate Row" option.
2015-05-17 06:32:02 +00:00
Agetian
ce924fafe1
- Added a toggleable option "Display Tokens on a Separate Row" that controls whether tokens are displayed on their own row or on the same row as other cards. Defaults to "on a separate row" for compliance with previous behavior (and at least until this mode is tested better).
2015-05-17 06:23:05 +00:00
Agetian
1393212cec
- A better fix for Morph cards leaking their color in CardDetailPanel when face-down.
2015-05-17 05:00:20 +00:00
Sol
4293e98904
- I thought I noticed Hands of Binding not actually freeze when encoding cast
2015-05-17 02:48:35 +00:00
Agetian
4ef3bad62d
- Fix the face-down card color being spoiled in the border of CardDetailPanel.
...
- Note that there may be a bigger problem in the related code that displays the card detail panel: canShow is always 'true' on line 199, but a lot of further code assumes that canShow may be either true or false (anybody who feels comfortable with the GUI code, feel free to take a better look at this code).
2015-05-16 19:45:09 +00:00
Agetian
6e3a6c7198
- Reverting the commit that removed "duplicate" Vanguard avatar definitions. The duplicates are indeed correct, each of the duplicated avatars in Vanguard.txt had two distinct variations (with two distinct pictures, standard and alternate art). Gatherer lists them as cards with two variations, and card picture packages exist that have both art variations. Those packages do not work correctly with the duplicates removed.
2015-05-16 10:30:21 +00:00
Agetian
1c6801acf1
- Added the "Landslide Charge" DTK event deck to quest mode precons.
2015-05-16 07:52:01 +00:00
Agetian
0d6ee3580b
- Removed empty trailing lines in new DTK precons.
2015-05-16 06:14:18 +00:00
Agetian
29c6216f6a
- Added DTK precons to quest mode.
2015-05-16 04:52:10 +00:00
Sol
c6a55f6af2
- Added Taste of Paradise with pseudokicker structure
2015-05-15 21:55:25 +00:00
Sloth
2c42c9bd76
- Fixed Auras displaying their names at the end of their descriptions.
2015-05-15 21:02:00 +00:00
Sol
59605dc770
- Added Commune with Lava
2015-05-15 19:29:10 +00:00
Agetian
41a7c8cecb
- Added Dragonlord's Prerogative, Scaleguard Sentinels, Silumgar's Scorn. This completes the Dragon Presence cards from DTK. Certain known issues still apply, check CHANGES.txt for more information.
2015-05-15 17:18:14 +00:00
Sol
2943bc1365
- Adding Draft Rankings for MM2
2015-05-15 15:04:31 +00:00
Sol
4f5d2da2c2
- Fix issue where End Turn is focused in certain cases (like using targeting through the dev controls)
2015-05-15 14:42:03 +00:00
Sol
ff415ab90f
- Move targeting arcs to initialize at the beginning of games, instead when the match is created (as suggested by Sharkus)
2015-05-15 13:31:44 +00:00
Sloth
8a333f472a
- Added the quest opponent Sly Cooper 2 by tojammot.
2015-05-15 12:20:41 +00:00
Sol
f54e614f9c
- Adding Draconic Roar, Foul-Tongue Invocation, and Orator of Ojutai with an appropriate note in Changes with the known issues regarding them
2015-05-14 00:37:59 +00:00
Sol
ce438fa313
- Fixing Ash Zealot grabbing the wrong property
2015-05-13 12:13:17 +00:00
Sol
ce9c1d87ae
- Improve handling of Dragon Presence for Flicker effects
2015-05-13 01:43:10 +00:00
Sol
b8b217d7f1
- Some more improvements needed for Dragon Presence cards
2015-05-13 01:24:18 +00:00
Agetian
401e036f3f
- Tweaked the descriptions and names of planeswalker achievements.
2015-05-12 14:04:56 +00:00
Agetian
ab54267fb3
- Tweaked the descriptions and names of planeswalker achievements.
2015-05-12 06:03:07 +00:00
Sol
b115625de8
- Adding the capability for cards to reference "Dragon Presence" in the BF, or as an optional payment
2015-05-12 03:35:44 +00:00
Sol
579522418e
- Don't print Kicker in the card text panel for Pseudo-kickers (Undergrowth)
2015-05-12 02:58:06 +00:00
elcnesh
49dc0e2e59
Cleanup: use Lists rather than arrays whenever applicable (removes some methods)
2015-05-11 14:22:08 +00:00
elcnesh
77c479832c
Update morph reminder text
2015-05-11 13:35:13 +00:00
Sol
fc4c6da112
- Adding Game Logging for Encode, so you can see which creature got encoded.
2015-05-11 02:04:39 +00:00
Sloth
0b50144aec
- Improved AI using Figure of Destiny and Warden of the First Tree.
2015-05-10 21:48:55 +00:00
drdev
741612314e
Start working on match screen landscape layout
2015-05-10 19:20:06 +00:00
Agetian
1e984e3392
- Added achievements for Narset Transcendent and Sarkhan Unbroken (DTK). Feel free to tweak the descriptions if you have a better idea.
2015-05-10 15:55:50 +00:00
drdev
f8cc0caf36
Reduce width of stack in landscape mode
2015-05-10 14:37:47 +00:00
drdev
a427906381
Fix so other headers with back button display
2015-05-10 14:29:41 +00:00
drdev
35d8c0892d
Fix basic layout of landscape match screen
2015-05-10 13:57:05 +00:00
drdev
e785ace0de
Display deck manage buttons in a single row for landscape
2015-05-10 13:41:29 +00:00
Sol
0cf2e17d49
- Adding VMA Edition file
2015-05-10 03:32:25 +00:00
drdev
cde1045e75
Make draft process screen wider
2015-05-10 02:52:04 +00:00
drdev
0dad4b3558
Fix card zoom for landscape mode
2015-05-10 02:42:44 +00:00
drdev
6fff866bbf
Fix Conquest prefs menu
2015-05-10 02:33:27 +00:00
drdev
11a2bf196a
Fix prefs screen
2015-05-10 02:32:12 +00:00
drdev
988f28d162
Fix size of loading overlay for Landscape mode
2015-05-10 01:25:00 +00:00