Commit Graph

1873 Commits

Author SHA1 Message Date
Maxmtg
4253365e03 Moved AIOption to ai package, where it belongs 2017-08-13 00:53:26 +00:00
Maxmtg
07437b7880 Clean up unused imports that popped up in eclipse warnings List 2017-08-13 00:40:48 +00:00
Maxmtg
06e70e7476 clean up some unused imports, add final modifier to parameter used in a closure 2017-08-10 13:05:41 +00:00
Agetian
fba0fe1866 - Preparing Forge for Android publish 1.6.1.004 [incremental/fixes]. 2017-08-08 05:16:16 +00:00
Agetian
a02be14f1a - Preparing Forge for Android publish 1.6.1.003 [incremental/fixes]. 2017-08-02 07:35:57 +00:00
Agetian
a0b8c758b4 - Fixed a crash in mobile Forge when trying to display the deck conformance error message outside of the Edt thread. 2017-08-02 07:31:52 +00:00
Agetian
b6fcbba57d - Preparing Forge for Android publish 1.6.1.002 [incremental/bug fixes]. 2017-07-28 04:24:43 +00:00
Agetian
7f8dec161d - Minor clarification for Puzzle Mode on mobile. 2017-07-27 05:55:38 +00:00
Agetian
26f50d109a - Show the puzzle description in a pop-up dialog window when the puzzle starts. 2017-07-27 04:29:28 +00:00
Agetian
2ae8d49ec8 - Fixed "Auto Yield: Always No" in mobile Forge. 2017-07-25 03:13:11 +00:00
Agetian
ad52b60798 - Preparing Forge for Android publish 1.6.1.001 [incremental]. 2017-07-22 03:44:09 +00:00
Blacksmith
1668717cf8 [maven-release-plugin] prepare for next development iteration 2017-07-22 00:46:25 +00:00
Blacksmith
0e3163dd62 [maven-release-plugin] prepare release forge-1.6.1 2017-07-22 00:46:15 +00:00
Agetian
ea8a97a7c3 - Preparing Forge for Android publish 1.6.0.004 [incremental]. 2017-07-15 15:17:14 +00:00
Agetian
b12380a772 - Mobile Forge: allow using A as alpha strike and E as end turn (unmodified with Ctrl) when running on desktop; bound to Ctrl+A / Ctrl+E on mobile (not sure what the rationale was, but probably to avoid skipping things when typing in something from on-screen keyboard? I decided not to touch it).
- Added an option to disallow using Esc as a shortcut for passing until end of turn, like in desktop forge (mostly relevant when used on desktop, but could also prevent misclicking the Esc-bound button accidentally on mobile).
2017-07-13 09:43:54 +00:00
Agetian
59545dd774 - Some clarifications in PuzzleScreen. 2017-07-12 07:53:10 +00:00
Agetian
10ad9785e1 - Avoid using an unnecessary variable. 2017-07-12 04:59:48 +00:00
Agetian
df5d0d3c81 - Removing an empty line. 2017-07-12 04:54:25 +00:00
Agetian
7d489785a3 - Basic support for Puzzle Mode on mobile Forge. 2017-07-12 04:53:40 +00:00
Agetian
1cbc3ffc12 - Preparing Forge for Android publish v1.6.0.003 [hotfix]. 2017-07-11 18:01:59 +00:00
Agetian
9f472e16d8 - Preparing Forge for Android publish 1.6.0.002 [incremental/bugfixes]. 2017-07-10 19:01:04 +00:00
Agetian
3250feb520 - Preparing Forge for Android publish 1.6.0.001 [incremental]. 2017-07-08 19:05:57 +00:00
Blacksmith
ffb1cddff4 [maven-release-plugin] prepare for next development iteration 2017-07-08 18:41:58 +00:00
Blacksmith
95bd589291 [maven-release-plugin] prepare release forge-1.6.0 2017-07-08 18:41:48 +00:00
Myrd
55e3a2c6d6 Mark Flist methods that modify items synchronized,
as it seems to be getting used from multiple threads.
(I get an index out of bounds exception in draw() which
iterates with i < items.size() so clearly items must have
been modified by another thread.)
2017-07-07 04:55:17 +00:00
Myrd
c9ea265585 Fix mana symbols for snow-covered basics 2017-07-05 02:09:52 +00:00
Agetian
12da282be5 - Preparing Forge for Android publish 1.5.65.003 [incremental]. 2017-07-02 13:26:11 +00:00
Agetian
07d65014ed - Support using art from standard (non-variant) Magic cards in PConq mode when there is no plane art available (e.g. for the newer sets like Kaladesh). 2017-07-02 09:23:41 +00:00
Agetian
6d97c040ab - Preparing Forge for Android publish 1.5.65.002 [incremental]. 2017-06-30 13:21:31 +00:00
austinio7116
0367d3e0e7 Added quest preference option to modify shop max selling price. 2017-06-29 08:10:56 +00:00
austinio7116
ba71e6a7e3 Avoid errors due to loading cards for card-based deck generation when lazy loading is enabled (for now just disables card-based deck generation completely) - does not handle cases where card-based decks are currently selected in constructed, then the lazy loading is switched on, then forge restarted. 2017-06-29 07:46:13 +00:00
Krazy
2a9083a113 Up required Java version to 8 2017-06-26 04:21:29 +00:00
Krazy
cd7a00ab05 Increment version numbers 2017-06-26 03:57:43 +00:00
Agetian
85a4e11e44 - Preparing Forge for Android publish 1.5.65.001 [incremental]. 2017-06-26 03:44:10 +00:00
Blacksmith
b9a6fc507a [maven-release-plugin] prepare for next development iteration 2017-06-26 03:21:20 +00:00
Blacksmith
9fe8948f0b [maven-release-plugin] prepare release forge-1.5.65 2017-06-26 03:21:11 +00:00
Krazy
f2167a0831 Reduce number of glyphs used for counter text to speed up generation 2017-06-25 21:25:18 +00:00
Krazy
02d52f3fe1 Make mobile counters scale with card size 2017-06-25 21:08:31 +00:00
Krazy
6aa5937fa5 Stop caching the counter font on Android, which was causing issues when trying to save the files 2017-06-25 05:17:31 +00:00
Krazy
5a2d45ba28 Add counters to mobile Forge and adjust desktop counters 2017-06-24 21:49:36 +00:00
Agetian
98fc81cc7d - In Mobile Forge, FChoiceList should always reset the selection on tapping an item in the list, otherwise the selector can get locked up in the "all items selected" mode upon clicking the "add all" / "remove all" button. 2017-06-23 19:23:18 +00:00
Agetian
8942419d6c - Preparing Forge for Android publish v1.5.64.005 [incremental]. 2017-06-22 19:46:20 +00:00
Agetian
65e2bf0938 - Hide anisotropic filtering for now behind a comment (pending further testing). 2017-06-22 19:27:23 +00:00
Agetian
195bdb0d6b - Enable anisotropic filtering when filtering battlefield textures on mobile Forge by default. 2017-06-22 19:01:46 +00:00
nefigah
cf6d6fe525 Mobile: Adjust texture filtering and add optional anisotropic support (commented out for now) 2017-06-22 18:41:59 +00:00
Agetian
e96d28e811 - Ligature AE -> Ae update. 2017-06-22 16:11:44 +00:00
Agetian
a8b401f22c - In Planar Conquest, if all the planes are unlocked, the green reward will be a Chaos Battle instead of 5 planeswalker emblems.
- Documenting recent changes in CHANGES.txt, moved some of the older changes over to MANUAL.txt.
2017-06-22 05:28:47 +00:00
Agetian
b19efd6c0d - Implemented a way to auto-suggest basic lands in the Add Basic Lands dialog in desktop and mobile Forge. 2017-06-18 16:41:51 +00:00
Agetian
146e21c8df - Preparing Forge for Android publish 1.5.64.004 [incremental/fixes]. 2017-06-16 06:07:04 +00:00
Agetian
2cc5a47336 - Preparing Forge for Android publish 1.5.64.003 [incremental]. 2017-06-13 05:25:37 +00:00