Commit Graph

2298 Commits

Author SHA1 Message Date
coppro b21192646b Added new feature allowing data files in the user's settings directory to override those in the default directory
It's for systems where the main data is not writable by everyone. (Unices, mainly, and potentially Windows Vista)
The Windows default directory is a little out-of-the-way, in %HOME%\Application Data\Magic Set Editor\Data
Maybe they should be configurable.
But it also paves the way for the installer being capable of putting packages into the user's local directory.
That way, users don't all have to have all the packages that the other users want.


git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@557 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-12 01:10:45 +00:00
coppro e1e6a0ae93 Added robustness to command-line options.
Fixed minor bugs in installer


git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@556 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-12 00:29:01 +00:00
pichoro 606a46a905 Various minor field re-alignments to produce better images in magic-new-token.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@555 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-11 20:36:17 +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 c963950697 Updated VS-game for symbols that should be invisible at times but aren't (using artfreakwiu's version).
Removed vesigial icon.pngs from VS templates.
Added 'smart' name and cost fields to magic-old and magic-old-split.
Changed magic-embossedletters to allow "Faerie".

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@553 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-11 04:58:23 +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
pichoro 62d62fa6c8 Fixed basic land sorting (is supposed to sort in order of color wheel, not alphabetical)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@551 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 21:53:04 +00:00
pichoro 8da8f76649 Fixed a problem that kept prefix param from working; allows "Dame Judi Denchwalk"
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@550 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 20:59:33 +00:00
twanvl 1637fb034f Fixed some bugs in the sort_index function
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@549 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 20:26:14 +00:00
twanvl 8833d07c4a Added 'filter' support to position function; Made sure sort script can depend on the value of the field itself.
Cleaned up some things, why is a blank image not thread safe?

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@548 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 18:57:41 +00:00
coppro 7676c0b6b6 Compatibility
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@547 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 17:14:56 +00:00
coppro fa21bee0b1 Added new sort options for special rarity
Added "sort script" field
BUG: Dependencies are not correctly updated for collection sorting, so card numbers don't update properly.


git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@546 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 16:44:43 +00:00
twanvl fb428ee66e Vanguard cards are numbered from 1
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@545 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 16:21:27 +00:00
twanvl 55a897e392 Implemented nicer string collation, with support for composed characters and accents;
Fixed symbol filter bug, green was not made transparent;
Slightly nicer error messages when forgeting 'type' keys.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@544 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 16:19:36 +00:00
twanvl a90b3dd904 Renumbered icon resources in executable
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@543 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 14:39:48 +00:00
twanvl d4af90505a Type name of ScriptObjects is now reported as the actual object type (card/set/value/etc.);
Back trace is slightly smarter
Removed move_cursor_with_sort

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@542 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 14:39:28 +00:00
pichoro 1ec62f304f Added true colorless and colorless land frames to magic-new-flip.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@541 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 04:30:24 +00:00
twanvl 2d7834f548 Removed assert that shouln't be there
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@540 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 03:33:43 +00:00
twanvl 3c6721a0cb Symmetry actions now work; reflection symmetry is forced to use a multiple of two copies
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@539 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 03:15:46 +00:00
twanvl 1a01ac55f2 Rotation and reflection should now work correctly;
Finished the symmetry editor

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@538 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 02:47:27 +00:00
pichoro e678f834fc Updated prefix param.
Improved sort script to correctly sort cards like Pact cycle from Future Sight.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@537 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-10 02:10:52 +00:00
twanvl 1c04a718ac Implemented rotation and reflection
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@536 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-09 22:38:34 +00:00
twanvl c7d31ddb4a Implemented selection using rectangles in symbol editor
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@535 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-09 21:19:59 +00:00
twanvl b409188013 Symbol editor now has constraints on selection, but part list allows selection inside groups.
Added logical 'xor' operator for scripting.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@534 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-09 20:43:16 +00:00
twanvl 31e60181ce Fixed bug when opening directory; too early return from function.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@533 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-09 20:41:52 +00:00
twanvl b5868a93ba New add/remove keywords to match the icon for the keywords tab
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@532 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-09 18:51:55 +00:00
twanvl 0b3778d559 Added keyword usage to statistics
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@531 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-09 18:46:51 +00:00
pichoro a57cf18b23 Added the "smarter" casting cost and name lines to all Post 8th Magic templates.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@530 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-09 05:00:37 +00:00
twanvl d00b09eb60 New symbol part list control that shows previews and has a built in editor
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@529 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-08 22:26:39 +00:00
twanvl c709760837 git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@528 0fc631ac-6414-0410-93d0-97cfa31319b6 2007-07-08 22:25:41 +00:00
twanvl b18dea0f69 Movement of objects with the arrow keys in symbol editor
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@527 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-08 13:48:53 +00:00
twanvl b46d979f9e Added the necessery classes to handle symmetry objects/mirrors in symbols; What used to be SymbolPart is now SymbolShape, SymbolPart is a base class.
This should also pave the way for grouping.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@526 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-08 01:12:55 +00:00
pichoro 0deb8513fd New sort_index script for magic-game.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@525 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-07 23:38:32 +00:00
pichoro 06e20496a3 Fixed an error that kept flip pt box 2 from correctly blending in radial hybrids.
Realigned pt 1 on flip style.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@524 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-07 22:24:15 +00:00
twanvl a0f7753933 Added icons to window menu and to the tab bar
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@523 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-07 20:00:51 +00:00
twanvl d4e46e06d8 'Edit' and 'gallery' button for symbol editor
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@522 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-07 18:04:02 +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 9f567a512e Rotation can now zoom in x and y directions separatly; text can be scaled stretched/compressed horizontally.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@520 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-07 16:19:17 +00:00
twanvl 1646aebc88 Added identifying field to set, show set name in window title.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@519 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-07 14:53:24 +00:00
pichoro cc27c3e4a0 Removed darker artifact frame from magic-new-tokens; also removed styling relating to it.
Removed vestigial card-typeline and card-textbox files from blends folder.
Added longdash replacement rule to flavor text filter.
Changed font_color to a styling choice in FPM promo template; removed font color from game file.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@518 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-07 05:28:39 +00:00
twanvl 43d92a5ce7 Keyword usage can now be used for statistics
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@517 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-07 01:39:08 +00:00
twanvl 86235dfc91 Fixed undo issue for combined editor;
Added keyword usage statistics

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@516 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-07 00:55:27 +00:00
twanvl e3939813dc Cursor now moves correctly with script updates; tries to stay outside <sym> tags;
Closing </kw> tags no longer end up in keyword parameters

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@515 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-06 23:28:45 +00:00
pichoro 6acd0a5794 Fixed problems in Modern Tokens relating to text not resizing properly and right end of namebox "drifting" to the right.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@514 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-06 23:27:20 +00:00
pichoro 44cef9792a Fixed a Print Size error in Yu-gi-oh.
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
2007-07-06 21:48:45 +00:00
twanvl 6e17e7d31f Added an option to create an installer package.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@512 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-06 20:19:02 +00:00
twanvl fdb725963c Removed the need for a separate multiple choice thumbnail request. This does no longer rely on any evil unsafe casts.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@511 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-06 19:37:11 +00:00
coppro d8fb338b86 Fixed sloppy code leading to crashes - card select dialog works on Linux.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@510 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-06 17:57:06 +00:00
coppro dd6c40febf Compatibility update (escaped trigraphs) (yay for unused standard features)
Used real casting in ChoiceThumbnailRequest (can now bactrace card list errors properly)


git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@509 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-06 17:30:26 +00:00
twanvl b3d0d69437 Stats panel stays up to date when cards change;
Shift+Enter inserts soft line break in text editor (TODO: cursor is moved incorrectly)

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@508 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-06 16:32:17 +00:00