Commit Graph

33 Commits

Author SHA1 Message Date
twanvl 36a36356c5 The 'Big Whine' patch:
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
2007-09-24 20:24:22 +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
pichoro 147c787eb3 Typeline adjustment in magic-new.
Fixed hybrid sorting.
Fixed part of hybrid futureshift p/t colors.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@741 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-09-21 23:35:29 +00:00
twanvl a71fe794bb Width of image box
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@736 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-09-21 18:07:22 +00:00
pichoro 0b07116c5f Shapeshift keyword -> Changeling keyword.
Added a mask to magic-new pt box to correct a problem with them not behaving properly if image is extended into textbox.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@690 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-09-12 23:59:50 +00:00
pichoro 0157f96f9a Added Clash to keywords.
Added transparent textbox effect to magic-new and magic-planeshifted.
Added future sight type symbol watermarks.
Added colored orbs to vanguard.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@662 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-09-02 06:43:07 +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
pichoro f89cc672be Added line height soft to magic-futureshift.
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
2007-08-29 22:15:32 +00:00
twanvl 694566fef4 Attemp at scaling the spacing between lines to better fill the text box;
Did some profiling, conclusions:
 - we want to buffer our input streams, apperantly wx doesn't do this automatically
 - compiling regexes is SLOW.
   This is not just in the numbers, but it is actually noticable! The textbox used to be quite unresponsive.
   I wrapped the call to filter_text in the game file with a quick contains() call, so usually, the regex doesn't fire.
   It would be nicer if this was somehow automatic, but that will not be easy.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@627 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-08-25 00:02:33 +00:00
twanvl bdd3429479 Symbol resizing using aspect ratio;
TODO: copy code for rarity box to other styles

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@622 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-08-24 02:05:50 +00:00
pichoro 11fcbfa14d Adjusted field placements for Yu-gi-oh.
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
2007-07-17 21:22:12 +00:00
coppro 2c15aa979d Added color-defining CDA recognition.
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
2007-07-11 00:01:04 +00:00
twanvl a3b2403858 Name box now takes size of casting cost in account.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@521 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-07 16:19:51 +00:00
twanvl 5593189170 Updated most of the templates for the new color system; also tweaked the hybrid blends a bit for some templates
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@464 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-02 16:38:14 +00:00
twanvl 8bd97a6894 New card color system, based on a multiple choice field. Renamed some image files to be more consistent.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@462 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-02 00:45:29 +00:00
coppro 59d0aee4e7 Fixed line heights on styles
Added tournament pack entry for pack generation.


git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@426 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-06-17 01:56:15 +00:00
pichoro 0fd8c42a8d Lots of font size alterations.
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
2007-06-07 02:53:39 +00:00
pichoro ad7a1a6506 Shrunk pt font in all post 8th templates, except split.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@406 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-05-21 02:49:05 +00:00
pichoro 7d49be5a3a Updated Imprint.
Changed center justification to not default.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@402 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-05-20 03:06:47 +00:00
twanvl 936fb57b69 style specific fields are now editable&saveable
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@392 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-05-19 00:05:18 +00:00
twanvl e9597a142c Fixed bug in fields in style file;
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
2007-05-18 22:22:18 +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
twanvl 3c4729aaa2 Added 'position hint' to packages, used to specify the order of the packages in a package list;
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
2007-05-09 21:41:15 +00:00
twanvl aa47f6fb32 Some cleanup of the keywords;
Some experimenting with dependencies

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@323 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-05-06 01:11:57 +00:00
pichoro 5fa6cc3db9 Cleaned up keywords section more.
Added more fields necessary for FPM temp merger.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@305 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-04-28 04:50:35 +00:00
pichoro 4224b0c8c4 Added BunnieRein's keywording script.
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
2007-04-25 03:33:30 +00:00
coppro 7c40df0624 Updated a few GCC issues, and case-sensitivity of filenames.
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
2007-04-25 00:16:29 +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 37fe4c84ae added guild mana support for all magic styles;
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
2007-04-17 20:59:17 +00:00
twanvl d4bae697cd set version number of template files to 0.3.0
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@247 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-03-29 19:26:37 +00:00
twanvl 2a2471fda7 implemented 'default set style', so that doesn't have to be duplicated for each style
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@224 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-03-22 12:57:10 +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