Commit Graph

619 Commits

Author SHA1 Message Date
drdev
bc8820f723 Fix so super types appear before core types 2015-09-07 18:28:58 +00:00
drdev
0282f861ef Support advanced search in Card list choosers 2015-09-06 19:53:05 +00:00
drdev
da15bc9255 Add support for main/sideboard content search 2015-09-06 15:50:06 +00:00
drdev
23f65a2b9e Improve display of advanced color filters 2015-09-06 03:47:20 +00:00
drdev
83536becdf Add rarity long names
Support clearing filter
2015-09-06 01:09:32 +00:00
drdev
91e4f5d2d6 Flesh out predicate building for advanced search filters 2015-09-06 00:14:34 +00:00
drdev
c40ee59491 Continue working on fleshing out advanced search 2015-08-29 21:29:13 +00:00
drdev
f1490d5d2f Rework how advanced searches are built 2015-08-29 16:26:53 +00:00
Chris
88201def97 [maven-release-plugin] prepare for next development iteration 2015-08-28 17:40:57 +00:00
Chris
93bf0682e0 [maven-release-plugin] prepare release forge-1.5.44 2015-08-28 17:40:48 +00:00
drdev
bef99b1416 Improve UI further 2015-08-25 04:07:25 +00:00
drdev
f5609506de Start fleshing out UI for advanced search screen 2015-08-25 02:47:07 +00:00
Chris
bfc16156ba [maven-release-plugin] prepare for next development iteration 2015-08-14 18:32:38 +00:00
Chris
a9047c27b7 [maven-release-plugin] prepare release forge-1.5.43 2015-08-14 18:32:30 +00:00
Krazy
766be50199 [maven-release-plugin] prepare for next development iteration 2015-08-01 19:01:20 +00:00
Krazy
cd5888f828 [maven-release-plugin] prepare release forge-1.5.42 2015-08-01 19:00:57 +00:00
Chris
732f9c848a [maven-release-plugin] prepare for next development iteration 2015-07-20 15:26:17 +00:00
Chris
d3117236e9 [maven-release-plugin] prepare release forge-1.5.41 2015-07-20 15:26:07 +00:00
drdev
e84bbbc74e Allow looking up cards by the name of their flipped/transformed state or the name of their two split sides 2015-07-18 19:01:20 +00:00
drdev
1c9a714571 Code cleanup 2015-07-18 18:58:57 +00:00
Myrd
3c62608fda Accept smart quotes in card names when pasting a deck list. 2015-06-30 21:42:23 +00:00
Myrd
3f6307461f Fix card legality check for Tiny Leaders to correctly consider split cards (previously, e.g. Fire // Ice was considered illegal). 2015-06-30 21:07:08 +00:00
drdev
61f5424b2e Fix or suppress warnings 2015-06-27 19:24:16 +00:00
Krazy
63a73df35f Added new color-specific booster packs to quests. 2015-06-13 02:23:02 +00:00
elcnesh
fcd98ef99d Update, cleanup and fully document FCollection and related classes. 2015-06-07 09:40:43 +00:00
Krazy
a37ad72882 Added fallback for quest match rewards when no boosters are in the selected sets. 2015-06-06 16:24:32 +00:00
Chris
c48418a77f [maven-release-plugin] prepare for next development iteration 2015-06-05 20:31:07 +00:00
Chris
f3edbb23af [maven-release-plugin] prepare release forge-1.5.40 2015-06-05 20:31:00 +00:00
Krazy
5886f43f8b Moved images from cardforge.org to cardforge.link and added missing sets/some product images. 2015-06-01 03:44:10 +00:00
Agetian
46f17edad0 - Reverting r29415-29422 for now because the UTF-8 characters prove to be problematic for the player unless they are transparent enough when searching for cards and typing card names (including the deck editor).
- Before having to revert these changes I managed to get the game to recognize both accented and unaccented card names in decks and for the purposes of card picture file names. However, I was not successful in implementing the similar level of transparency in the deck editor and in the card search box (e.g. "Add Card To Hand" - that type of thing).
- To continue working on this project, feel free to revert this commit locally and update the functionality to be more transparent and intuitive for the end user.
2015-05-17 16:44:30 +00:00
Agetian
9f15e72a4f - Use StringUtils.substring in the equivalent card name lookup. 2015-05-17 15:32:21 +00:00
Agetian
a23afe9d91 - Fix for lookup of equivalent card names that have set and/or art info attached to them. 2015-05-17 15:24:57 +00:00
Agetian
37f3fad409 - Make looking up cards by equivalent name more efficient. 2015-05-17 14:59:31 +00:00
Agetian
50ba2341d1 - Fix imports. 2015-05-17 14:54:47 +00:00
Agetian
781dace2e8 - An attempt at making the game detect both the accented and non-accented card names in decks [please review]. 2015-05-17 14:54:26 +00:00
Agetian
3ba9e7cd03 - Fix the encoding of files with UTF-8 symbols to make them compile properly and without warnings. 2015-05-17 14:22:02 +00:00
elcnesh
44e7a3fec9 Use recently fixed UTF-8 support to update cards with special characters in their names 2015-05-17 13:33:04 +00:00
elcnesh
b3f38edef3 Huge cleanup: use collection interfaces (List, Set, Map) rather than
implementations (ArrayList etc.) in references to objects
2015-05-17 11:28:21 +00:00
elcnesh
6274c5379a Use morph/manifest reminder overlays for face-down cards on the battlefield 2015-05-17 11:16:39 +00:00
elcnesh
49dc0e2e59 Cleanup: use Lists rather than arrays whenever applicable (removes some methods) 2015-05-11 14:22:08 +00:00
Sol
0cf2e17d49 - Adding VMA Edition file 2015-05-10 03:32:25 +00:00
Sol
27f14e82a6 - Adding Tempest Remastered in to Forge (Marked as "Online" type, so it's not unlockable in Quest Mode) 2015-05-09 23:48:47 +00:00
elcnesh
658fd8f953 Mostly cosmetic changes to color code 2015-05-06 16:26:45 +00:00
drdev
2e1d4de1cd Avoid using java.nio since it breaks Quest Mode in Android app 2015-05-04 23:48:54 +00:00
elcnesh
41ff150984 - Load cards in UTF-8 so we don't have to manually format UTF symbols
- Some cleanup
2015-05-04 09:49:10 +00:00
drdev
03b78eb1f1 Version bump to 1.5.40.001 2015-05-03 17:19:52 +00:00
Krazy
86aaac2dab [maven-release-plugin] prepare for next development iteration 2015-05-03 15:03:03 +00:00
Krazy
f05b0aee30 [maven-release-plugin] prepare release forge-1.5.39 2015-05-03 15:02:57 +00:00
Krazy
97aeacde09 Removed Maven release backup files. 2015-05-03 14:20:29 +00:00
elcnesh
bfdcaa6a1a Huge cleanup of gui and desktop code
- Remove lots of unused classes and methods
- Remove code related to transitioning deck format
- Refactor some interface structures
- General cleanup (imports, indentation etc.) thanks to Eclipse
- Some very minor bugfixes
2015-05-01 19:27:48 +00:00