Commit Graph

29 Commits

Author SHA1 Message Date
twanvl a8e4425dcc Tweaked symbol fonts after change of how spacing is handled
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1142 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 16:57:51 +00:00
pichoro 0961e36b99 More realistic token sorting for Magic.
Better legend name filter for Magic.
Version bumps for symbol-fonts.
Last of Eventide update (keywords and creature types).

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1059 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-05 05:06:11 +00:00
twanvl 063a2df8d7 Mana costs like 123/C are now parsed as {12}{3/C} instead of {123/C}. The reasoning is that a cost of {10/C} or more is very unbalanced, so you want that.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1041 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-03 19:02:07 +00:00
twanvl fab664634b Fixed: 10/C and higher mana symbols do not work.
Regex was incorrect, was "([XYZ0-9])+/W" should be "([XYZ0-9]+)/W"

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@973 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-04 22:41:45 +00:00
pichoro d2464a0736 Fixing mana font size mistakes dealing with both guild hybrids and #/C hybrids.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@959 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 22:31:14 +00:00
twanvl d147ddc363 Converted mana cost script now works with 2/C costs.
A mana cost of "31/2" is now broken up as "3","1/2".

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@920 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 22:13:00 +00:00
twanvl 5b1b56cbe2 added "installer group"s to template files
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@869 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-18 21:25:49 +00:00
pichoro 74f79ea1b5 #/C Symbols for all symbol fonts.
New dark artifact frame for magic-new.
New Shadowmoor card sorting.
Slightly improved automatic card color detection.
Colorful infinity and 1/2 symbols for magic-mana-future.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@856 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-18 07:52:05 +00:00
coppro 1b74247914 Allowed symbol fonts to feature multiple symbols with text capability and multiple regex-matched symbols.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@838 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-04-07 23:35:09 +00:00
pichoro 974779c944 First Shadowmoor Update.
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
2008-04-02 02:38:19 +00:00
pichoro 5c801ffce8 Changed Yu-Gi-Oh textbox font from Palatino-something to MatrixBook.
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
2008-01-11 04:43:44 +00:00
twanvl 7b340db04f Added 'short name', 'position hint' and 'icon' to symbol fonts
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@789 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-12-26 23:08:27 +00:00
pichoro cca633aa38 Fixed some problems with magic-extended-art.
Added infinity mana symbol.
Added insert symbol menus to all symbol fonts that were lacking them.
Updated font color choice for fpm promo to improve readability.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@765 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-10-13 06:18:39 +00:00
coppro 1f59376b54 Added perl script to generate updates page.
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
2007-09-23 21:49:10 +00:00
twanvl 9c62b74517 X,Y,Z mana symbols are now separate images
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@738 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-09-21 18:57:44 +00:00
twanvl 85542e4373 slash is not a mana symbol in the casting cost
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@655 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-09-01 20:07:53 +00:00
twanvl 5fa4867cdc Symbol font measurments (margin/fontsize) now scaled by font size, this requires all symbol files to change (or you get really large margins);
Symbol fonts now support stretching/compressing of text;
Made the default symbols of mana-future lighter (compare with real cards);
Use sort_text instead of sort for vanguard;
Fixed initial card list for vs

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@643 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-08-29 14:35:39 +00:00
twanvl c3e10f2ccf Added as_text regex to symbol font as a more flexible replacement for merge_numbers.
This fixes "31/2" which is now rendered as "(3)(1/2)".
Reverted the mana_sort_guild change
Time for a version bump

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@618 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-08-23 16:58:08 +00:00
pichoro 9e35698194 Added |1 as an alternate way to access 1/2 colorless mana symbol.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@615 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-08-23 03:17:46 +00:00
coppro fe7221005f Removed longdash replacement from title.
Fixed capital AE in embossed-letters.
Added BOM to all files


git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@554 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-11 17:46:53 +00:00
pichoro 68e48e8b81 Added guild mana to magic-mana-large.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@457 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-06-30 19:36:08 +00:00
twanvl c414bd7e71 Added 'insert symbol' menu to magic-mana-large, fixed title and message of 'insert colorless mana' dialog.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@451 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-06-30 15:52:29 +00:00
pichoro cc036b94f3 Fixed a problem with some land blends not auto-switching.
Fixed the B/R/G mana symbol.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@350 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-05-13 05:56:54 +00:00
twanvl 7b99f0b69b Version number bump (0.3.1 -> 0.3.2)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@338 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-05-11 22:17:54 +00:00
pichoro 6f7db851a7 Corrected tri-hybrid mana.
Further cleaned up keywords.
Added remaining ability words.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@326 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-05-07 03:22:56 +00:00
pichoro ed8442666e Corrected Magic sorting script.
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
2007-05-05 05:20:08 +00:00
twanvl e55a7016bf set mse version number of all templates to 0.3.1
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@274 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-04-21 16:58:38 +00:00
twanvl 73a2f61e68 Added 'insert symbol' menu for SymbolFonts;
Added scriptable 'enabled' to symbols in symbol font, used instead of scripted filenames. This means changing the tap symbol style now works;
Added localisation for games, stylesheets and symbolfonts;
Warnings from Reader are now shown onIdle;

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@198 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-02-07 22:31:21 +00:00
twanvl 942e4a5f0f Templates for magic, vanguard and vs-system
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@184 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-01-29 13:01:12 +00:00