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
Use watermark+angle:180 for the watermark2 in fpm flip templates. This means watermarks-180 can be removed.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@316 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
Further modifications to Magic keyword system.
Edited oacard.jpg in Magic Promo to remove white border from around art.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@308 0fc631ac-6414-0410-93d0-97cfa31319b6
Fixed possible problem in Textless style.
Further updated Magic keyword system.
Added card fields necessary for FPM temp merger to magic game file.
Updated Vanguard with new keyword system.
Enabled reminder texts in Vanguard.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@304 0fc631ac-6414-0410-93d0-97cfa31319b6
Formatted all keywords with cost params to use it.
Re-activated font for textbox in Magic-new style.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@303 0fc631ac-6414-0410-93d0-97cfa31319b6
I had to rename the export function in Apprentice.cpp since "export" is a reserved word according to the C++ standard. I don't know whether GCC supports it yet, but it certainly complains.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@302 0fc631ac-6414-0410-93d0-97cfa31319b6
In preparation to merge FPM and normal Magic:
Added Xander and Promotional Watermarks
Modified Blend Scripts to handle larger numbers of pieces.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@298 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
Also:
Sorry I didn't comment last update. Someone was distracting me.
Last update:
Added <s>, <.>, and <a> tags. Can be found in text_filter script.
Futher honed keyword section.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@287 0fc631ac-6414-0410-93d0-97cfa31319b6
All present keywords oraclized.
All keywords since Dissension added.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@284 0fc631ac-6414-0410-93d0-97cfa31319b6
Ran into a problem; replacement effects in textbox (AE and longdash) cause auto-jump to flavor text. Don't know how to stop it.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@283 0fc631ac-6414-0410-93d0-97cfa31319b6
fixed initialization bug in item_list;
commented out statistics fields for debugging and added 'match' for all keywords in magic.mse-game
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@279 0fc631ac-6414-0410-93d0-97cfa31319b6
keyword compatability disabled for new file versions
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@278 0fc631ac-6414-0410-93d0-97cfa31319b6
Hopefully fixed the 'Invalid multibyte character' build error on linux (I was using left/right-angle-brackets in string constants);
Fixed 'cost' keywords;
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@263 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
Added wrapping of <> around parameters to TextElement;
Added colors for keyword parameters;
Added menu & toolbar for keyword panel;
Fixed bug in package, save/save-as was the wrong way around;
Added third quality setting to RotatedDC: using SetUserScale, this gets you more precise positioning.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@250 0fc631ac-6414-0410-93d0-97cfa31319b6
If this doesn't work in GCC, the COMMA definition could be made only for MSVC, then GCC sees DECLARE_TYPEOF(map<int COMMA string>). GCC doesn't need DECLARE_TYPEOF anyway.
Keyword expansion now works, still todo:
- marking parameters, e.g. "Cycling 2W" -> "Cycling <param-mana>2W</param-mana>"
- user interface for toggling reminder text
- user interface for keywords
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@210 0fc631ac-6414-0410-93d0-97cfa31319b6