swordshine
44f79a5db2
- BNG: Added Brimaz, King of Oreskos and Oreskos Sun Guide
2014-01-18 02:15:56 +00:00
drdev
034f235196
Show color and other columns for quest opponent decks
2014-01-18 01:26:59 +00:00
drdev
8578e2a538
Fix case of random button
2014-01-18 01:21:37 +00:00
drdev
092d3dac40
Fix padding around new random name button
2014-01-18 01:19:15 +00:00
Agetian
88b6223820
- Fix imports.
2014-01-17 15:05:11 +00:00
Agetian
0b4ef6b1e3
- Experimental: generate 50 basic lands for each art type in limited modes (Sealed Deck and Booster Draft, in particular). While this is not theoretically "unlimited" as the rules for limited modes provide, it guarantees at least 150-200 basic lands of each type for every set with three or four pictures, and at least 50 basic lands of each type even if there's only one art; this probably should be more than necessary for any sane limited play needs). Feedback welcome.
2014-01-17 15:04:12 +00:00
Agetian
8921ce16e6
- Basic NPE prevention in showCard, please review (not sure if there's a better way to prevent this NPE that would be more desirable).
2014-01-17 14:37:35 +00:00
moomarc
41a5727a93
* Added a button to game setup to fetch random names
2014-01-17 13:14:14 +00:00
Maxmtg
19cec963d2
moved a gui reference out from costs
2014-01-17 08:32:39 +00:00
drdev
39aa6bfda1
Add a little more padding between columns
2014-01-17 05:58:46 +00:00
drdev
ba59dfb01c
Allow clicking anywhere inside player panel to select it
...
Distinguish selected player better using semi-transparent overlay for other panels
2014-01-17 05:55:30 +00:00
drdev
dd044c30e6
Prevent scroll arrow button sticking around when switching to other pages on home screen
2014-01-17 05:01:46 +00:00
drdev
f1fcc2c26b
Increase gap below variants panel
2014-01-17 04:52:58 +00:00
drdev
c0e9d82ff6
Improve Constructed screen layout
2014-01-17 04:40:35 +00:00
drdev
586de9321a
Remove copy decklist message
2014-01-17 01:16:05 +00:00
drdev
ae7244a10f
Fix so toggle button filters appear properly when removed then re-added
2014-01-17 00:54:21 +00:00
drdev
d95fc7352f
Cleanup unused references
2014-01-16 23:42:27 +00:00
moomarc
e4b7c92c6a
- New constructed match setup improvements:
...
* Skinned player close button
2014-01-16 18:47:58 +00:00
drdev
a52a88e0cb
Fix so DeckManagers list decks in nested folders
...
Update FDeckChooser to use DeckManager
2014-01-16 15:57:43 +00:00
moomarc
2ec3c08e72
- New constructed match setup improvements:
...
* changing the avatar in match setup or avatar preferences will now update each other to reflect the change to the preferences
2014-01-16 15:41:54 +00:00
moomarc
1b7a2730f0
- New constructed match setup improvements:
...
* When a player is removed, the closest active player gains focus.
2014-01-16 11:17:18 +00:00
moomarc
caac7dc2ed
- New player name generator applied
2014-01-16 10:17:38 +00:00
Maxmtg
d8eb3a5c7a
DeckChooser will notify of their selection change
2014-01-16 06:40:22 +00:00
Sloth
49e734b66d
- Added code support for Ragemonger.
2014-01-15 22:31:18 +00:00
Agetian
5c4efbcd04
- Minor code style tweak.
2014-01-15 16:01:57 +00:00
Agetian
f131aafa44
- Optimized the generation of basic lands with random art for the quest mode card pool and quest shop.
...
- Better name for a function to split a value into a predefined number of random groups.
2014-01-15 15:59:57 +00:00
moomarc
45cd72f7dc
- New constructed match setup improvements:
...
* avatar randomization now ensures duplicates aren't chosen
* player names and avatars are now used for the match
2014-01-15 12:07:45 +00:00
moomarc
01ff93375a
- New constructed match setup fixes:
...
* starting a game without preferences set no longer causes issues with avatars or name.
* avatars are assigned avatars randomly (except for p1 and p2 who uses their preferences)
* right clicking an avatar assigns a new random avatar
2014-01-15 08:10:55 +00:00
drdev
f0f7cfc839
Move remaining storage classes out of GUI
2014-01-15 05:14:05 +00:00
drdev
03870821c5
Code cleanup
2014-01-15 05:07:59 +00:00
drdev
664b707330
Fix so multicolor decks shown if only multicolor button checked
2014-01-15 02:21:26 +00:00
drdev
a47bba59d4
Fix so right-click updates table selection even if no context menu is shown
2014-01-15 02:10:36 +00:00
drdev
e84544afe4
Fix deck format default sort
2014-01-15 01:49:07 +00:00
drdev
cd505adc3d
Fix padding around deck list buttons
2014-01-15 01:46:11 +00:00
drdev
5b1dd964ae
Fix warnings
2014-01-15 01:33:07 +00:00
Sol
86ef4d0820
- Adding support for Gain Ownership cards, utilizing some of the same methods Ante is already using
...
- Added Darkpact
2014-01-15 01:06:14 +00:00
moomarc
966e593617
- Initial implementation of new constructed game setup
2014-01-14 16:04:10 +00:00
swordshine
6046860e15
- BNG: Added Hero of Iroas
...
- Tweak Bestow
2014-01-14 12:15:24 +00:00
Maxmtg
3e2f3ab1c5
small bug
2014-01-14 07:22:39 +00:00
Maxmtg
286d7d043c
Restored functionality : deckeditor shows all valid formats for decks in its list.
2014-01-14 07:21:49 +00:00
Maxmtg
563c089b9d
now GameFormat supports "Restricted" cards (ex: power 9 in Vintage)
2014-01-14 07:13:48 +00:00
Agetian
666fb6b35c
- Cards with no art index specified will now have random art in every match (e.g. the line "20 Forest|7ED" provides twenty 7th Edition Forest cards each with randomized art).
...
- Some code reogranization related to card art randomization.
2014-01-14 06:02:06 +00:00
swordshine
d234975cde
- BNG: Added Nessian Wilds Ravager and Pharagax Giant
2014-01-14 04:40:40 +00:00
drdev
13a6310ac0
Increase height of table rows slightly
2014-01-14 03:55:54 +00:00
drdev
62bfb66e11
Tweak spell shop columns
2014-01-14 03:39:48 +00:00
drdev
273b7286cf
Tweak cost column width
2014-01-14 02:27:45 +00:00
drdev
5bd450e0c9
Fix deck sort logic
2014-01-14 02:19:51 +00:00
drdev
777dff3c4b
Adjust column widths
2014-01-14 02:06:15 +00:00
drdev
e3ddb00eee
Left align table headers and ColorSetRenderer
...
Fix default sort for Format column
2014-01-14 01:54:45 +00:00
Maxmtg
870ffe3437
better color sorting, colorless decks icon is properly centered
2014-01-13 19:30:07 +00:00