Commit Graph

2461 Commits

Author SHA1 Message Date
drdev
22ba6cd1e7 Support showing targeting arrows for players 2014-10-22 01:36:35 +00:00
drdev
1700b8895d Avoid showing unnecessary tooltip when hovering over items on stack 2014-10-22 01:23:54 +00:00
drdev
6ee010648f Add support for showing targeting arrows when hovering over items on the stack 2014-10-22 01:11:21 +00:00
drdev
9b522a1e45 Prevent combat entry being duplicated for every attacking creature
Prevent creatures displaying as blocked in combat panel if not actually blocked
2014-10-21 21:40:25 +00:00
drdev
c3d9ff5fe2 Fix crash when getting commander info 2014-10-21 02:17:44 +00:00
drdev
09608d671a Fix crash when trying to switch up targeting arcs 2014-10-21 01:02:32 +00:00
drdev
00cf0ed0ed Fix refresh issue with card display 2014-10-18 23:56:15 +00:00
drdev
49ec80ac29 Fix so card image updated in Library as revealed top card changes 2014-10-18 23:10:28 +00:00
drdev
72d6b1ba97 Fix so both sides of split card have text displayed when card not on stack
Fix so only the cast half of a split card has its mana cost displayed when it's on the stack
2014-10-18 22:23:05 +00:00
drdev
652e7c2238 Avoid showing IDs for hidden cards 2014-10-18 00:36:37 +00:00
Sloth
532b8b7e4b - Fixed two FindBugs results. 2014-10-17 16:56:52 +00:00
drdev
3e768739f6 Fix floating zone windows between games 2014-10-16 20:07:11 +00:00
drdev
1859fd1c4f Prevent randomly selecting version of a card that doesn't have art available when there's another version where art is available 2014-10-16 18:22:48 +00:00
drdev
5ba5b70f1f Refactor some the image loading code into forge-core 2014-10-16 16:17:18 +00:00
drdev
0ac7ed44dc Prevent avatar, life, zone, and mana labels from being able to receive focus 2014-10-16 14:57:52 +00:00
drdev
8aa9fd050e Fix flashback zone to work more like other zones and not crash for desktop game 2014-10-15 19:53:29 +00:00
drdev
7c262c98e2 Fix so card name reflects alternate state properly 2014-10-15 18:44:51 +00:00
drdev
546269761e Fix so the ability to flip on picture/detail pane is determined properly 2014-10-15 18:34:40 +00:00
drdev
c75980335c Fix name and mana cost display for split cards 2014-10-15 18:23:15 +00:00
drdev
ab7fb0788e Fix Mindslaver so you can actually take actions for your opponent 2014-10-15 15:33:47 +00:00
drdev
c0e852b0a3 Fix crash when opening up Nursery or Pet tabs of Bazaar 2014-10-15 14:52:47 +00:00
drdev
487e239857 Support updating floating card panels as the zones update 2014-10-15 04:16:29 +00:00
drdev
c5898a0364 Support double click to hide zone popup 2014-10-15 03:51:24 +00:00
drdev
829590b072 Allow zone popup to remember size and position if closed and later reopened 2014-10-15 03:44:08 +00:00
drdev
5be609c09e Prevent being able to view information in detail pane for hidden cards
Prevent foil overlay appearing for hidden cards
2014-10-15 03:23:19 +00:00
drdev
6b71a89026 Fix so cards hidden in zone popup when appropriate 2014-10-15 02:43:31 +00:00
drdev
c8de1c884c Include count in title
Fix hover effect for close button
2014-10-15 02:26:45 +00:00
drdev
649056d1dc Support showing other zones in a popup window 2014-10-15 01:42:08 +00:00
drdev
c08a944ad3 Restore flexibility of avatar pane 2014-10-14 22:12:15 +00:00
drdev
0744df07e6 Fix so cards in hidden zones are properly hidden 2014-10-14 22:10:56 +00:00
drdev
5f2bcc198a Lock in size of player details pane 2014-10-14 20:36:40 +00:00
drdev
da726d0268 Fix so font shrunk more appropriately 2014-10-14 20:25:11 +00:00
drdev
eec3efacca Fix another corner case where updateSingleCard could crash 2014-10-14 18:49:56 +00:00
drdev
e7ca193ad1 Prevent poison icon/number appearing more opaque 2014-10-14 04:25:56 +00:00
drdev
8e06f8e2bc Improve layout of player details 2014-10-14 04:16:07 +00:00
drdev
0137bc5eaf Improve display of avatar and life total (prevent life total getting cut off) 2014-10-14 03:57:13 +00:00
drdev
f62b93f05e Prevent aura becoming unattached when undoing land tapping 2014-10-14 03:40:19 +00:00
drdev
3e33e7fc4c Increase stack spacing a bit more 2014-10-14 03:30:19 +00:00
drdev
0804a9b632 Increase stack spacing 2014-10-14 03:26:07 +00:00
drdev
844f765ec6 Fix so auras properly attach to permanents 2014-10-14 03:18:10 +00:00
drdev
96980a9d30 Prevent getDefender crash
Optimize combat logic a bit using FCollection
2014-10-14 02:42:28 +00:00
drdev
3741588939 Remove unused import 2014-10-14 00:59:29 +00:00
drdev
bcbcc1cb5c Fix updateSingleCard crashes 2014-10-14 00:56:20 +00:00
drdev
f8a54eed14 Rename Attack/Defense to Power/Toughness for consistency 2014-10-13 04:37:55 +00:00
drdev
f0e75ae9bc Fix so icons for selected cards in hand appear immediately 2014-10-13 02:19:42 +00:00
drdev
994903d080 Fix so log is updated immediately 2014-10-13 00:13:55 +00:00
drdev
144f651fa0 Support caching ability text and certain keywords in view
Update names of certain classes and fields for better consistency
Fix so summoning sickness icon doesn't appear for creatures with Haste
2014-10-12 21:23:27 +00:00
drdev
92f187f6e3 Refactor card types to use class instead of a List<String>
Optimize Zone and other areas to use CardCollection
2014-10-12 01:37:27 +00:00
drdev
033cf1701a Prevent crashes from calling CardView.getCards and assumming non-null 2014-10-10 16:31:05 +00:00
drdev
1d67bcbcc1 Fix so card text shows up properly in details pane 2014-10-10 15:43:21 +00:00