Commit Graph

18862 Commits

Author SHA1 Message Date
myk
152e8fa9fc prevent bazaar current shop button from becoming unselected 2013-02-01 17:18:30 +00:00
myk
96b569cc24 - remove width restriction from challenger name widget
- make wins/best streak widget label multiline
2013-02-01 16:29:15 +00:00
Chris
32b3521193 - Added a fluff piece to the changes.txt file.
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
2013-02-01 13:20:59 +00:00
myk
8fd045a32b highlight the enchantment icon in purple for the default skin so you can see it on the toggle button 2013-02-01 07:56:00 +00:00
myk
062461914e new painting algorithms for FLabel 2013-02-01 07:31:48 +00:00
moomarc
1547911488 - Added plane: The AEther Flues 2013-02-01 07:30:38 +00:00
moomarc
4cdbc3a39c - Uncommented Kaldra token in download links 2013-02-01 06:49:11 +00:00
moomarc
53465a2d06 - Fixed Skyship Weatherlight (was a typo in Artifact count) 2013-02-01 06:45:55 +00:00
myk
1ea1bbc398 rename "Edition (set)" menu item to "Sets" 2013-02-01 00:51:23 +00:00
myk
fbf6f177e8 - consolidate all card adding/removing logic so all paths update the stats correctly
- set focus on the catalog table when the deck editor opens so the arrow keys work immediately without having to click the mouse
- if multiple cards are selected, apply the add/remove operation to all of them, not just the first one
- hide the non-functional 'remove' buttons in draft mode
- protect against NPE when the cursor is hovering above a row that disappears just as swing is trying to get the tooltip
- add note to add button tooltip that the spacebar can be used as a shortcut
2013-02-01 00:50:12 +00:00
ArsenalNut
519fe84f71 fixed Wight of Precinct Six graveyard bonus 2013-01-31 23:09:21 +00:00
myk
e204c484eb remove superfluous Pair class and use apache's version 2013-01-31 16:17:52 +00:00
Chris
2b8e5199b0 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2013-01-31 12:27:39 +00:00
myk
b2fc003a67 allow filtering to a specific set, disallowing reprints in other sets 2013-01-31 11:02:43 +00:00
swordshine
b61fba478f - Added Muse Vessel
- Added cleanup to some cards
2013-01-31 08:36:37 +00:00
swordshine
a40c4f4eb8 - Added Skyship Weatherlight and Spelljack 2013-01-31 07:46:45 +00:00
swordshine
0d0ce9aa5f - Fixed Dragon Appeasement 2013-01-31 07:26:49 +00:00
myk
ed9730387e make room so the sorcery toggle filter shows up 2013-01-31 06:00:30 +00:00
swordshine
9a190c784e - Fixed Nightveil Specter (when the exiled card changes zone, remove it from the remembered list) 2013-01-31 05:26:56 +00:00
swordshine
e94ad22c42 - Added Kill-Suit Cultist
- Fixed Overlaid Terrain
2013-01-31 04:41:16 +00:00
myk
4dddfaa8c6 add full catalog view to spell shop so players can compare their libraries to the full list of available cards; this way they can determine how close they are to completing a set 2013-01-31 03:38:32 +00:00
myk
fd850d465a fix targeting layer /properly/ 2013-01-31 02:33:46 +00:00
myk
9f919d3c6e reapply the filters after the models have been initiated for all modes 2013-01-30 23:33:44 +00:00
myk
b062065ff9 prevent sealed mode from crashing 2013-01-30 23:29:14 +00:00
myk
e65e39f50f revert r19291 for now -- it was preventing the catalog from updating in the quest deck editor and spell shop 2013-01-30 23:00:14 +00:00
myk
7a48173b2c check in a new font for the default skin -- the existing one does not have vertical centering capabilities making the text on all labels permanently top-aligned -- will discuss on forum before making permanent 2013-01-30 22:34:29 +00:00
myk
25ecb5b0f7 prevent invalid properties from letting the deck editor load 2013-01-30 22:08:49 +00:00
myk
b007e3943c - fixed resize cursor not appearing when hovering between columns in table headers
- added forge-specific spinner widget (FSpinner)
- allowed labels to have their toggle state read externally and added configuration to set whether the onClick command is executed on mouse button down or mouse button up (FLabel)
- added builder pattern to FTextField and autoset properties to common values
- fixed header comments in WrapLayout
- renamed DialogCustomFormat to the more generic DialogChooseSets since I use it now from the filters too; extended its functionality to run a specified command on ok button click
- removed Filters dockable panel
- added old filters functionality to the stats buttons above the catalog table (stats can no longer be removed via a preference setting)
- combined scattered metadata about the filters (e.g. icon, label, filter predicate) into a single enum
- rewrote filter utility functions to not have any side effects (they now use no global data/singletons)
- added "Owned" column to spell shop catalog, indicating number of cards already owned by player (can remove column with preference)
- don't count the "click" as a sort command when resizing a column
- exposed top-level main world custom format in QuestController -- other format-retrieving methods would be masked by the current world selection
- added utility fn to TextUtils to create a (locale-independent) Title out of an ENUM
- added a templated Pair<T, V> utility class for ad-hoc two-value parameter returning
- prevented invalid enum values in editor_preferred.xml from causing errors
2013-01-30 22:04:21 +00:00
Sloth
09de9e2a91 - Fixed Deck Editor editing Draft/Sealed decks. 2013-01-30 19:34:26 +00:00
Sloth
cc54678fd0 - Cipher will now only trigger when damage is dealt to players. 2013-01-30 19:06:23 +00:00
Chris
b2dd23e540 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2013-01-30 13:19:17 +00:00
Sloth
bc8ab66693 - Fixed Dread Slaver. 2013-01-30 12:19:03 +00:00
Sloth
4cfaf421e0 - Added SVar:RemAIDeck:True to 2 more cards. 2013-01-30 12:00:27 +00:00
Sloth
4a1318e460 - The AI will no longer copy permanents with RemAIDeck SVar. 2013-01-30 11:52:50 +00:00
Sloth
f73c2c6ee1 - Improved AI using Guilty Conscience. 2013-01-30 11:47:27 +00:00
swordshine
47455b4955 - Added Treefolk Mystic and Wood Elemental 2013-01-30 10:15:56 +00:00
swordshine
43e4df3dd5 - Added Helm of Kaldra
- Vanguard: Added Murderous Redcap Avatar
2013-01-30 00:23:23 +00:00
Sloth
a99066289e - Added SVar:RemAIDeck:True to 2 cards. 2013-01-29 22:40:50 +00:00
Chris
8bde5f146a - Fixed the recent commit logs added to changes.txt. 2013-01-29 17:37:29 +00:00
Chris
026180eb6a - Added a fluff piece to the changes.txt file.
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
2013-01-29 14:00:07 +00:00
swordshine
ea3cee4b63 - Fixed Swirling Sandstorm 2013-01-29 13:07:57 +00:00
swordshine
c7c9e326d1 - Added Godo, Bandit Warlord and Tradewind Rider Avatar 2013-01-29 11:57:49 +00:00
RumbleBBU
f8b69ce5ed Added a card to a Jamuraa challenge deck. 2013-01-29 10:34:17 +00:00
RumbleBBU
37381aee38 The preset cards in one of the Jamuraa challenges were not working very well, improved. 2013-01-29 10:31:40 +00:00
RumbleBBU
27e42345ce Removed unused imports from QuestWinLose.java. 2013-01-29 09:49:11 +00:00
RumbleBBU
84520055df Replaced the composite QuestRewardCardChooser class with two subclasses that implement a common interface. Removed the obsolete class. 2013-01-29 09:46:48 +00:00
ArsenalNut
db38299a00 Fix issue with evolve trigger causing exception when AI evaluating blocks. 2013-01-29 07:37:15 +00:00
swordshine
55d3a3fa6d - Vanguard: Added Orcish Squatters Avatar 2013-01-29 05:45:10 +00:00
swordshine
7cd4f18337 - two more cards are now ready for multiplayers 2013-01-29 05:32:52 +00:00
ArsenalNut
da8fa10c22 Modifications to keep track of number of attacks. Modified Aurelia, The Warleader to use new FirstAttack parameter for Attacks trigger. 2013-01-29 05:07:31 +00:00