Removed extra dependancy from Magic export template.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1094 0fc631ac-6414-0410-93d0-97cfa31319b6
New keyword (Conspire).
New colored artifact blends.
Partially adjusted sorting.
Truncated legend names via "@".
Fixed some errors in magic-new-flip.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@840 0fc631ac-6414-0410-93d0-97cfa31319b6
Untap symbols all around (Magic and Vanguard).
First two Shadowmoor keywords (Wither and Persist).
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@834 0fc631ac-6414-0410-93d0-97cfa31319b6
Adjusted borders of rarities slightly.
Fixed a bug relating to shrinking mana costs in magic-future-textless.
Added option to left align artist and copyright in magic-old styles, as seen in Tempest.
Changed all magic-new, magic-future, and magic-planeshifted styles to use ModMatrix for p/t, increased font size 1 point, raised p/t 1 pixel, added "shrink-overflow".
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@829 0fc631ac-6414-0410-93d0-97cfa31319b6
Added new styling option to replicate "Murmuring Bosk" frame from Morningtide.
Changed game file "creature type" lists to be named "Race" and "Class".
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@821 0fc631ac-6414-0410-93d0-97cfa31319b6
Keyword polish.
Various other maintenances.
Added "magic-mana-small-grey" as colorless mana font.
Removed "colorless mana" styling choice when applicable.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@817 0fc631ac-6414-0410-93d0-97cfa31319b6
Corrected a mistake in extended image styling for magic-new and magic-planeshifted.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@763 0fc631ac-6414-0410-93d0-97cfa31319b6
Fixed all the dependency warnings for the magic templates
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@754 0fc631ac-6414-0410-93d0-97cfa31319b6
Any use of a file from another package without a declared dependency will give a warning;
Also added some more _LOCALE_123_ macros so we need less format_string calls
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@753 0fc631ac-6414-0410-93d0-97cfa31319b6
Added/fixed versioning in data.
Added more framework to update checker.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@750 0fc631ac-6414-0410-93d0-97cfa31319b6
Resized future sight type symbol watermarks.
Added land to default images.
Added card_shape scripts to splits, tokens, and "shifted"s.
Redid sort_index script to be more modular and better allow correct sorting of splits and shifts inside of their colors, and for tokens to be at end of list and still follow other sorting rules.
Fixed some dpi problems with fpm-promo and fpm-token.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@668 0fc631ac-6414-0410-93d0-97cfa31319b6
Changed all paintbrush images to reference ones from magic-future-common. All extra paintbrushes were deleted.
Added styling option to invert common rarity symbol in all post 8th Magic styles.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@649 0fc631ac-6414-0410-93d0-97cfa31319b6
Added grey colorless land styling for FPM templates.
Expanded size of rarity symbols in all applicable styles.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@632 0fc631ac-6414-0410-93d0-97cfa31319b6
10th Edition keyword update for Magic and Vanguard.
Disabled (but intentionally didn't delete) padding top and padding bottom from magic-new-split, magic-new, and magic-planeshifted.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@579 0fc631ac-6414-0410-93d0-97cfa31319b6
Added "always center" option, and added centering controls to all styles
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@552 0fc631ac-6414-0410-93d0-97cfa31319b6
Monocolor artifacts now sort correctly.
Fixed dark/light artifacts in Magic-new-split.
Removed dark/light artifacts from Magic-new-textless. (we have no dark artifact frame)
Fixed dark/light artifacts in Magic-new-token. (the file names were reversed)
Polished Magic and Vanguard keywords.
Added required hybrid_blend_card pngs to magic-new-token. (to make grey typeline masking work)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@513 0fc631ac-6414-0410-93d0-97cfa31319b6
Fixed a problem with Magic textless that prevented pt box display.
Added most (but not all) of overlay hybrid scripts.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@413 0fc631ac-6414-0410-93d0-97cfa31319b6
No longer doing GetTextExtent("\n");
Moved pt boxes to style files;
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@390 0fc631ac-6414-0410-93d0-97cfa31319b6
Futher oraclized keywords for Magic and Vanguard.
Added old style uncommon and rare symbols for use in oldstyle magic templates.
Changed old style magic templates to use old style uncommon and rare symbols.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@368 0fc631ac-6414-0410-93d0-97cfa31319b6
Added 'pack type', intended for playtesting (random boosters/starters);
Added 'default(_image)' property to ImageStyle, and added the frame fillers for magic;
Added blurring and bold printing (rather hacky) to the text rendering functions (used for "double click to add image" text);
Added 'symmetric overlay' combine mode, which will look really nice for hybrids;
Moved the watermark choices from the game to an include file in magic-watermarks;
Working on a replacement for the image scripting system that plays nicer with the rest of the code. In particular, it will be possible to compare generated images quickly, so they can be updated continuously. This is a work in progress, currently there are two versions of everything.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@327 0fc631ac-6414-0410-93d0-97cfa31319b6
Updated some gold, colorless, and light artifact frames.
Added machinery for tri-hybrid mana.
Added watermarks to magic-new-flip.
Updated watermarks.
Updated Vanguard keywords to version in Magic.
Fixed font_color scripts in magic-new-flip, magic-new-promo, and magic-new-textless.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@318 0fc631ac-6414-0410-93d0-97cfa31319b6
Added all files necessary to make them work.
Fixed bugs in FPM Normal and FPM Promo.
Fixed an error in Magic Split light artifact frame.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@311 0fc631ac-6414-0410-93d0-97cfa31319b6
Updated Magic Old to have colored lands.
Added colorless frame to all templates. Same as artifact in all but Magic New.
Altered script to make colorless default. Becomes artifact when "Artifact" is type.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@294 0fc631ac-6414-0410-93d0-97cfa31319b6
uses correct script context for cards using a stylesheet other then the default one.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@262 0fc631ac-6414-0410-93d0-97cfa31319b6