Commit Graph

1765 Commits

Author SHA1 Message Date
drdev
7760690325 Prevent showing search field for number picker 2015-03-16 22:19:11 +00:00
drdev
386f4e6457 Fix list rendering for stack items 2015-03-16 12:08:05 +00:00
drdev
5a2d479b95 Version bump to 1.5.38.003 2015-03-16 11:57:44 +00:00
drdev
b6b1a97da3 Version bump to 1.5.38.002 2015-03-15 17:41:03 +00:00
drdev
b13616e781 Fix ability list pickers 2015-03-15 17:35:44 +00:00
drdev
3af4e16141 Remove title from assets download prompt 2015-03-15 17:22:04 +00:00
drdev
39c870d37e Improve save changes to deck prompt 2015-03-15 17:04:59 +00:00
drdev
30c5114b3f Fix number input prompt 2015-03-15 17:01:23 +00:00
drdev
65227e6ffc Support horizontal layout for number picker 2015-03-15 16:31:25 +00:00
drdev
cc157ea1fe Version bump to 1.5.38.001 2015-03-15 15:44:57 +00:00
elcnesh
b98684877d Refactor lobby and add network support.
- Lobby code has been revised completely to support network lobbies;
  code has been separated into model and view parts.
- Added preliminary network game support; most of it should be working
  but hasn't been tested thoroughly.
- Fixed issue where controlling another player wouldn't be recognised
  by the GUI.
- Fixed issue where hand panels wouldn't display anymore.
- Minor fixes/cleanup.
2015-03-14 10:53:09 +00:00
drdev
971008189b Version bump to 1.5.37.007 2015-03-14 01:41:00 +00:00
drdev
30dfaaf6df Planar conquest updates 2015-03-14 01:39:40 +00:00
drdev
328057b722 Support moving around map 2015-03-13 12:36:43 +00:00
drdev
e4c4e96d83 Tweak route through regions to allow token and spots to be larger 2015-03-13 12:04:43 +00:00
drdev
c809b1757b Support drawing planeswalker token 2015-03-13 11:37:29 +00:00
drdev
52cb888706 Add fog of war effect 2015-03-12 05:20:48 +00:00
drdev
a8b3d5d030 Add black border around icons to add contrast 2015-03-12 05:06:25 +00:00
drdev
2d82099f1c Spread out path more 2015-03-12 04:54:20 +00:00
drdev
133d9ff8d3 Support drawing path connecting opponent positions 2015-03-12 04:46:17 +00:00
drdev
77204a913d Support rendering path through regions based on opponents 2015-03-12 04:26:21 +00:00
drdev
ebf40b96cc Start refactoring Planar Conquest to support new mobile friendly format 2015-03-12 02:15:10 +00:00
drdev
8337763f8f Prevent continuous rendering getting stuck on or off 2015-03-10 14:38:53 +00:00
drdev
4baef63436 Version bump to 1.5.37.006 2015-03-10 14:28:19 +00:00
drdev
ee61b7669c Fix crash when starting Gauntlet match 2015-03-10 14:26:43 +00:00
drdev
fada1b0027 Fix so card option dialog input isn't reversed 2015-03-10 14:16:03 +00:00
drdev
94a276d7f1 Fix ProGuard issue that was breaking Quest mode 2015-03-09 22:53:28 +00:00
drdev
9eac489ab4 Version bump to 1.5.37.004 2015-03-09 00:06:00 +00:00
drdev
efc7a61262 Fix reveal/hide for input dialog 2015-03-09 00:03:03 +00:00
drdev
b1b0c21d61 Fix Add Basic Lands dialog 2015-03-08 23:55:54 +00:00
drdev
dbac78fbaf Fix dialog sizing issues 2015-03-08 23:50:39 +00:00
drdev
c4397ba6e3 Fix Ponder crash 2015-03-08 23:21:49 +00:00
drdev
ef0dfe8253 Version bump to 1.5.37.003 2015-03-08 22:33:28 +00:00
drdev
861d2ba9a7 Fix so input dialog appears above keyboard 2015-03-08 22:32:16 +00:00
drdev
84e6ebbf00 Fix so prompt message wraps properly 2015-03-08 22:18:48 +00:00
drdev
da7db1549e Version bump to 1.5.37.002 2015-03-08 03:49:51 +00:00
drdev
c237421648 Prevent continuous rendering being canceled early by new dialog 2015-03-08 03:27:56 +00:00
drdev
94fad653d7 Fix so new dialog doesn't crash on startup on Android 2015-03-07 23:13:06 +00:00
drdev
6692665ddc Fix so swipe bar visible when hidden 2015-03-07 20:39:01 +00:00
drdev
0f51f3eb0e Remove swipe message as it's a distraction
Add swipe bar to suggest ability to swipe down
2015-03-07 20:35:41 +00:00
drdev
8a36d3f531 Support animating dialog reveal
Support long press, pan, and zoom behind hidden overlay
2015-03-07 19:58:46 +00:00
drdev
50a28df87c Add animation for hiding and revealing dialog 2015-03-07 18:42:04 +00:00
drdev
92cd690d39 Support third button on FDialog
Fix input dialogs for new format
2015-03-07 17:57:42 +00:00
drdev
e1457ad744 Make FDialogs more mobile-friendly
Fix Concede so dialog shown
2015-03-07 16:49:33 +00:00
drdev
2d9754271a Version bump to 1.5.37.001 2015-03-07 14:40:59 +00:00
elcnesh
7ff89bd6b2 Start fleshing out network support. Preliminary support for:
- Network communication (both chat and game data);
- Lobby including remote players.
Long way to go before actually starting a network game, but we're getting there!
2015-02-26 09:13:40 +00:00
elcnesh
ab1d24cc8a - Fix match music not stopping when moving Forge to background
- Fix quit warning not mentioning matches when one or more are active
- Some minor fixes and cleanup
2015-02-22 00:18:50 +00:00
elcnesh
4a38b0d817 Huge update to the GUI codebase.
- Make match screen in gui-desktop non-singleton, allowing multiple games to be played simultaneously.
- Separate global gui commands (IGuiBase) from game-specific gui commands (IGuiGame), allowing games to send their commands to the correct gui.
2015-02-17 08:47:55 +00:00
drdev
466c92c047 Version bump to 1.5.36.001 2015-02-14 22:03:58 +00:00
Agetian
17e768e85c - Fixed compilation of mobile version of Forge. 2015-02-14 09:52:54 +00:00