Sol
|
2180f2d5c8
|
- Adding Damage Dealing strings to the Game Log so it's clear how much damage things are doing (with occasional extra info)
|
2013-02-22 19:27:01 +00:00 |
|
Sol
|
cf50a39ad4
|
- Fixing a pretty hard NPE crash. Not sure what scenario this occurs, but it basically spawned a crash report in high order
|
2013-02-22 17:47:55 +00:00 |
|
Maxmtg
|
6f194b1608
|
Split cards' images are properly shown
|
2013-02-22 08:55:25 +00:00 |
|
Maxmtg
|
871f0f739b
|
Card is read from CardRules, old CardLoader removed
CardToken class is now available to represent out-of-game tokens.
Licids use an altername mode named 'Licid'
|
2013-02-22 08:30:25 +00:00 |
|
Sol
|
4a08debffe
|
- If a SA can target the Stack and another zone, remove the host spell if it's on the Stack
|
2013-02-22 01:16:19 +00:00 |
|
myk
|
d05dbd7112
|
make 'ctrl/cmd-f' shortcut detection more cross-platform
|
2013-02-21 17:51:20 +00:00 |
|
moomarc
|
0de671fb57
|
- Added Plane: Aretopolis
|
2013-02-21 17:36:59 +00:00 |
|
Maxmtg
|
b0337579bd
|
missing HQ pic won't crash cardloader
|
2013-02-21 15:42:06 +00:00 |
|
Maxmtg
|
fa646ea274
|
CardDb is more forgiving to incomplete card scripts
|
2013-02-21 15:38:35 +00:00 |
|
Maxmtg
|
97d57fb05c
|
NPE trying to scale a missing image
|
2013-02-21 09:00:21 +00:00 |
|
Maxmtg
|
adc1fa3ae6
|
alldecks - enabled list of all decks
|
2013-02-21 08:36:20 +00:00 |
|
Maxmtg
|
f2997f0791
|
removed white-bordered sets hardcode
|
2013-02-21 07:55:56 +00:00 |
|
Maxmtg
|
d1feb46075
|
White-border property was added to setdata
|
2013-02-21 07:45:38 +00:00 |
|
Maxmtg
|
22601e8c65
|
less spam more brains
|
2013-02-21 07:25:59 +00:00 |
|
Maxmtg
|
fd7d013c47
|
cleanup in ImageCache
|
2013-02-21 07:19:47 +00:00 |
|
Maxmtg
|
5b837ce77d
|
won't crash if card wasn't given oracle text
|
2013-02-21 07:07:50 +00:00 |
|
myk
|
b399a6518d
|
check in quick fix to imagecache exception -- Max plz review
|
2013-02-21 04:27:50 +00:00 |
|
myk
|
1667590fe2
|
make the bug reporter dialog width dependent on the number of buttons
|
2013-02-21 02:46:14 +00:00 |
|
myk
|
c04515cfb8
|
pretty up the bug report forum post template
|
2013-02-21 01:24:37 +00:00 |
|
myk
|
c0b12e6266
|
don't enable world filter unless there is an active quest
|
2013-02-21 01:08:05 +00:00 |
|
Maxmtg
|
2af6395649
|
ImageCache cleared from old unused stuff
|
2013-02-20 23:06:41 +00:00 |
|
Maxmtg
|
12ae0de97f
|
removed non-functional fields and methods from CardRules
|
2013-02-20 23:00:48 +00:00 |
|
myk
|
00f945b3db
|
- ensure the bug reporting dialog is wide enough to see the 'Exit Application' button
- better handling of nulls when updating the shown card in tables
|
2013-02-20 22:31:42 +00:00 |
|
Hellfish
|
628088bf8b
|
*Removed some unnecessary columns from variant deck section editing
|
2013-02-20 22:16:06 +00:00 |
|
Maxmtg
|
3bba42a2d2
|
fixing altMode for 1st card from databse
|
2013-02-20 17:41:50 +00:00 |
|
Maxmtg
|
171c865afb
|
replaces string split with a faster thing - string tokenizer
|
2013-02-20 14:37:50 +00:00 |
|
Maxmtg
|
f1aba0b5ef
|
DeckEditor now shows planewalkers' initial loyalty properly (in the power column)
|
2013-02-20 14:25:30 +00:00 |
|
Maxmtg
|
8a8910af0c
|
Using guava Predicates to simplify item-related preset predicates
|
2013-02-20 13:59:11 +00:00 |
|
moomarc
|
1dc0436569
|
- Missing changes to unattach cost from earlier commit
|
2013-02-20 13:55:36 +00:00 |
|
Maxmtg
|
0a697d9c1c
|
CardFace prettifying
|
2013-02-20 13:45:32 +00:00 |
|
moomarc
|
87df8e91d3
|
- Fixed a small typo
|
2013-02-20 13:42:59 +00:00 |
|
Maxmtg
|
e7b8254db9
|
restricted class visibility and performed some style adjustments on CardFaceRules
|
2013-02-20 13:32:53 +00:00 |
|
Maxmtg
|
b98792858b
|
Refactored CardPrinted to support split cards
|
2013-02-20 13:18:53 +00:00 |
|
RumbleBBU
|
e61d3242c5
|
Added support for specific extra boosters and even tournament packs as challenge rewards. Needless to say, caution should be exercised before handing out such generous rewards, especially tournament packs.
|
2013-02-20 10:31:02 +00:00 |
|
moomarc
|
cac8eab527
|
- Added Razor Boomerang
|
2013-02-20 10:00:35 +00:00 |
|
moomarc
|
15d20c80c1
|
- Added Blinding Powder
- Unattach cost can use OriginalHost (preferred method for pumped activated abilities that require unattaching the card granting the ability)
|
2013-02-20 06:58:15 +00:00 |
|
myk
|
1ff4e9e96c
|
make everything use the new bug reporter dialog
|
2013-02-20 03:01:37 +00:00 |
|
myk
|
b85a07b874
|
combine ErrorViewer and BugzReporter into a new combined dialog with forum-launching capabilities
|
2013-02-20 03:01:13 +00:00 |
|
myk
|
6d3c2987e8
|
add a small margin around the 'how to play' panel so it doesn't hug the edges of the screen
|
2013-02-20 02:59:37 +00:00 |
|
Sol
|
d53f2b7fa8
|
- Add CostUnattach
- Add Heartseeker
|
2013-02-20 02:29:32 +00:00 |
|
myk
|
a7f67248d4
|
add hyperlink widget that opens a URL in the default browser (or copies it in to the clipboard if browsing functionality is not available on the current platform)
|
2013-02-20 01:42:40 +00:00 |
|
Maxmtg
|
5a12903bcf
|
deck saves 'foil' attribute of a card
|
2013-02-19 22:47:34 +00:00 |
|
Maxmtg
|
21ca48e4e1
|
carddb: support for getting foiled cards
|
2013-02-19 22:35:30 +00:00 |
|
myk
|
01ce3e4d87
|
give how to play and license details popups standard backgrounds
|
2013-02-19 21:22:30 +00:00 |
|
Sloth
|
1cbef3fc32
|
- Little change for cards exiled face down.
|
2013-02-19 19:11:37 +00:00 |
|
Sloth
|
0005481a36
|
- Improved tapPrefTargeting.
|
2013-02-19 17:02:53 +00:00 |
|
Maxmtg
|
dcc933b440
|
removing ratings from CardPrinted
|
2013-02-19 13:28:49 +00:00 |
|
asepetci
|
e29fedf80e
|
Draft assist ranking fix
|
2013-02-19 12:10:47 +00:00 |
|
asepetci
|
adcbd2dd6e
|
Draft assist using rankings. Activated from preferences
GTC rankings added
|
2013-02-19 10:21:07 +00:00 |
|
myk
|
a074410192
|
ensure only one audio clip is played for (near-)simultaneous events of: AddCounter, Poison, RemoveCounter, Sacrifice, Token, Untap
|
2013-02-19 09:38:20 +00:00 |
|