Commit Graph

2877 Commits

Author SHA1 Message Date
drdev
e116054e84 Prevent crash when ending Commander game 2014-11-11 03:01:23 +00:00
drdev
4ea2f48e29 Version bump to 1.5.30.001 2014-10-23 00:09:33 +00:00
drdev
c3d9ff5fe2 Fix crash when getting commander info 2014-10-21 02:17:44 +00:00
drdev
c586c523e7 Version bump to 1.5.29.011 2014-10-21 01:23:30 +00:00
drdev
6f2888cf69 Version bump to 1.5.29.010 2014-10-19 01:38:14 +00:00
drdev
a708d5d0a3 Version bump to 1.5.29.009 2014-10-19 00:53:30 +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
ced735065b Version bump to 1.5.29.008 2014-10-18 02:48:14 +00:00
drdev
652e7c2238 Avoid showing IDs for hidden cards 2014-10-18 00:36:37 +00:00
drdev
daffc297cf Version bump to 1.5.29.007 2014-10-16 20:31:34 +00:00
drdev
46c0f4a178 Prevent achievement trophies not appearing right away 2014-10-16 20:22:29 +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
a3b3027ac2 Version bump to 1.5.29.006 2014-10-15 20:53:46 +00:00
drdev
7e20b07be8 Fix so cards in flashback zone don't display in the wrong place when viewed in their actual zone 2014-10-15 20:35:15 +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
5ba9a8d0f5 Version bump to 1.5.29.005 2014-10-15 18:50:30 +00:00
drdev
7c262c98e2 Fix so card name reflects alternate state properly 2014-10-15 18:44:51 +00:00
drdev
c75980335c Fix name and mana cost display for split cards 2014-10-15 18:23:15 +00:00
drdev
c0e852b0a3 Fix crash when opening up Nursery or Pet tabs of Bazaar 2014-10-15 14:52:47 +00:00
drdev
e1d49610d6 Version bump to 1.5.29.004 2014-10-15 04:19: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
0744df07e6 Fix so cards in hidden zones are properly hidden 2014-10-14 22:10:56 +00:00
drdev
eec3efacca Fix another corner case where updateSingleCard could crash 2014-10-14 18:49:56 +00:00
drdev
b73594a530 Fix so spell/abilities display properly when card clicked 2014-10-14 04:42:22 +00:00
drdev
4810d15765 Version bump to 1.5.29.003 2014-10-14 04:34:26 +00:00
drdev
da2177385b Prevent crash if trying to update an empty battlefield 2014-10-14 04:33:00 +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
drdev
3538823e11 Swap out old GameView structure for new one 2014-10-10 05:52:18 +00:00
drdev
b35c3c4cd1 Remove unnecessary request rendering calls 2014-10-08 14:19:46 +00:00
drdev
6242c33c6a Avoid storing and passing IGuiBase instances everywhere since only one IGuiBase instance will ever exist on a single session 2014-10-06 04:49:03 +00:00
drdev
ac23855453 Version bump to 1.5.29.002 2014-10-04 09:56:24 +00:00
drdev
e0d5115b57 Significantly improve performance of event handling and input processing 2014-10-04 09:50:18 +00:00
drdev
6e5829aaa3 Fix direction of tab swipe 2014-10-04 06:38:22 +00:00
drdev
20990440bb Version bump to 1.5.29.001 2014-10-03 19:41:37 +00:00
drdev
102062fb13 Fix alignment of tab icons for non-compact mode 2014-10-03 19:28:48 +00:00
drdev
be5086e7f4 Make zooming in ItemManager image view easier 2014-10-03 19:26:05 +00:00
drdev
4b9aa2515d Support switching tabs by flinging your finger left or right 2014-10-03 19:22:59 +00:00
drdev
ce043302db Support compact tabs via setting 2014-10-03 19:06:32 +00:00
drdev
5752f3de59 Allow double tap to select card
Disable OK button when second tab selected
2014-10-03 17:13:58 +00:00
drdev
5cad346879 Fix so item selected by default 2014-10-03 16:54:23 +00:00
drdev
76fc77acee Add search field and increase size of dialog 2014-10-03 16:49:22 +00:00
drdev
72dc0437d2 Implement better dialog for searching library in mobile game 2014-10-03 15:47:21 +00:00
drdev
82bf43a519 Split up choose entity between desktop and mobile to allow varying implementations for search and reveal combo dialog 2014-10-03 13:49:14 +00:00
drdev
9f25b55cfb Prevent flickering when multiple dialogs appear in quick succession 2014-10-03 13:25:52 +00:00
drdev
be7a646ba4 Version bump to 1.5.28.015 2014-10-03 07:24:03 +00:00
drdev
80ef6519df Version bump to 1.5.28.014 2014-10-03 06:59:01 +00:00