drdev
06f33d21ee
Support horizontal scroll button for option panel
2014-02-15 18:00:22 +00:00
drdev
60ae9a110b
Prevent both view buttons being toggled off
2014-02-15 17:29:13 +00:00
Agetian
dbabf696ce
- Better place for a comment.
2014-02-15 17:12:17 +00:00
Agetian
bcac77bd0d
- Non-combat and combat targeting arrows are now themed (use CLR_NORMAL_TARGETING_ARROW and CLR_EFFECT_TARGETING_ARROW).
...
- Default theme is updated to include a demonstration of where and how to specify the targeting arrow colors.
- Themes which do not have the targeting arrow colors specified will use the default red color with 60% opacity for the combat arrow and CLR_ACTIVE with 60% opacity (as before) for the non-combat arrow.
- Combat targeting arrow opacity is now defined by the theme, not hard-coded.
2014-02-15 17:08:30 +00:00
Agetian
030f6c3939
- Improved the visual appearance of targeting arrows.
...
- Targeting overlay now displays arrows for creatures attacking planeswalkers.
- Combat arrows (blocking creatures, attacking planeswalkers) are now displayed in red while non-combat arrows are displayed in the more neutral theme-based color.
- Optimized the display of targeting arrows in "always on" mode (should be somewhat faster when many arrows are displayed at once).
- Some refactoring and minor fixes in targeting overlay code.
2014-02-15 15:23:14 +00:00
Agetian
102468d2e3
- Fix a typo.
2014-02-13 16:53:18 +00:00
drdev
0961590f20
Remove unneeded UIManager call
2014-02-13 06:50:37 +00:00
swordshine
e7f0776098
- Fixed a typo
2014-02-13 05:17:48 +00:00
swordshine
35d8ea0949
- Added Daxos of Meletis and Psychic Intrusion (only updated mana color conversion for human players)
2014-02-13 05:13:14 +00:00
drdev
f94fcfc997
Lock resize cursors when resizing dock panes
2014-02-12 06:50:16 +00:00
drdev
3dc4594173
Fix so I-Beam cursor displayed when over text fields
2014-02-12 06:29:49 +00:00
drdev
1606bfa2c5
Show resize cursor when hover border between columns and while resizing column
2014-02-12 06:17:17 +00:00
drdev
b39e0f4052
Allow manual resizing of fixed width columns
2014-02-12 05:40:26 +00:00
drdev
f61ac6b361
Column tweaks
2014-02-12 04:41:00 +00:00
drdev
b447b4ab6b
Avoid showing unnecessary Folder column in certain DeckManagers
2014-02-12 04:25:20 +00:00
drdev
968a035672
Support marking decks favorites similar to cards
2014-02-12 04:03:49 +00:00
drdev
d976bed702
Support restoring the current deck in the Constructed Deck Editor after closing and reopening Forge
2014-02-11 19:26:29 +00:00
moomarc
1c147936d7
- Added links to the Theros booster pack images
...
- Removed some old Planechase and Vanguard variant stuff
2014-02-10 15:06:13 +00:00
Maxmtg
9957c12ff8
split Command interface - separate class for ui, and another one for game.
2014-02-10 08:11:32 +00:00
Maxmtg
bfee22e968
disbanded 'constant' class from game
2014-02-10 08:04:02 +00:00
Maxmtg
dd34a3aa9b
remove AI class from ApiType
2014-02-09 21:01:34 +00:00
Maxmtg
14a0e6e3ac
by adding a bit ugly method to player controller, I've removed last isHuman check and the last reference from api executor to AI
2014-02-09 20:22:15 +00:00
Maxmtg
2f2d24eb3e
move some ai-classes to right package
2014-02-09 20:15:58 +00:00
Maxmtg
06484f81f6
Separate AI decision making from SpellAbility classes
2014-02-09 20:05:05 +00:00
drdev
b3f019420f
Fix so current quest deck remembered correctly
2014-02-09 19:47:33 +00:00
drdev
e9c4f0913d
Fix so quest decks can be deleted properly
2014-02-09 19:18:57 +00:00
Hellfish
50c40311a7
*Reintroduced TriggerReplacementBase as a specialized subclass of CardTraitBase
2014-02-09 16:03:27 +00:00
Hellfish
a54a0ba985
*Moved common functionality of Trigger and ReplacementEffect into base class.
2014-02-09 13:56:04 +00:00
drdev
f10fd27869
Fix so view has focus when opening FDeckViewer
2014-02-09 06:05:56 +00:00
drdev
1f883c993b
Fix so switching group by options retains all groups being collapsed
...
Add option to group by rarity
2014-02-09 05:30:14 +00:00
drdev
319b470acd
Prevent crash when attempting to being build Draft deck immediately after ending drafting process and saving the draft
2014-02-09 05:10:51 +00:00
drdev
f17fa767c0
Sort draft pack by rarity then by color
2014-02-09 02:57:00 +00:00
drdev
862d8ed857
Fix so foils display properly in CardManager Image Views
2014-02-08 20:41:07 +00:00
drdev
83cebd7e82
Fix label
2014-02-08 20:26:30 +00:00
Agetian
5fe65ad74b
- Added a preference to support enabling/disabling foil overlay display in GUI.
...
- Tied the card panel foil display to the user preference setting.
2014-02-08 19:35:36 +00:00
drdev
58600fbfad
Lock input while refreshing images
2014-02-08 19:34:37 +00:00
drdev
c92be334ae
Maximize space for viewing pack cards by eliminating Choose Card button and hiding view options by default
2014-02-08 18:51:55 +00:00
drdev
8276b5c51a
Support apply foil effect to card images in CardManager Image View
2014-02-08 18:29:04 +00:00
drdev
96ff2dc09e
Support hiding filters by default on Draft screen
2014-02-08 18:23:21 +00:00
drdev
8cb889da68
Prevent horizontal line appearing when hiding filters and not showing button panel
2014-02-08 17:28:21 +00:00
drdev
08d2d7f4e8
Prevent Add Player button getting stuck
2014-02-08 17:22:39 +00:00
drdev
2b4e935373
Align buttons
2014-02-08 17:01:23 +00:00
Maxmtg
676fee32c6
renamed add/subtract methods, fixed bug with colorless payment
2014-02-08 12:56:54 +00:00
Maxmtg
715ee1f9ab
color conversion routine for mana implemented
2014-02-08 12:21:55 +00:00
Maxmtg
c5a791f361
more paths require manapool
2014-02-08 11:33:17 +00:00
Maxmtg
1ec656f2ed
ManaCostBeingPaid no longer be built from string, its "pay" methods require reference to manaPool (which is to hold color replacement rules)
2014-02-08 11:26:27 +00:00
drdev
59f75710dc
Add Expand/Collapse all groups button to Image View
2014-02-08 04:47:45 +00:00
drdev
c7e74b2ddc
Add combo box as way to change column count in addition to Ctrl+MouseWheel
2014-02-08 02:54:59 +00:00
drdev
6380b4c8fe
Change image scaling method to be based on column count rather than fixed size
2014-02-08 02:21:27 +00:00
drdev
acd2ca2f23
Add GroupBy and PileBy combo boxes to Image View
2014-02-07 07:42:56 +00:00