Commit Graph

30 Commits

Author SHA1 Message Date
pichoro e1f0ea7c88 Regular apostrophes become fancy apostrophes in Magic and Vanguard.
Moved tilde name replacement to automatic text replacements in Vanguard.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1383 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-06-09 18:57:18 +00:00
pichoro a63d9bed90 Improved card sorting for Magic and Vanguard.
M10 version keywords and auto replace for both.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1382 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-06-09 15:09:17 +00:00
pichoro b3792eb94a Slightly altered automatic capitalization.
New automatic names for Vanguard, to fit with MTGO Avatar formatting.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1380 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-05-29 01:23:56 +00:00
pichoro c8d0b1fe06 First Alara Reborn keyword for Magic.
Lots of improvements to blends and default blends.
Some new words for dictionary.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1378 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-04-16 00:36:03 +00:00
coppro 7bf2db5d17 Modified the "~ is color" script to work with new spellcheck tags (changed a ? to a *). Surprised no bug report yet.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1371 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-02-02 05:26:27 +00:00
twanvl 4421b24761 the way expand_keyword works has changed, templates updated.
parameter un-bolding now works for vs templates

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1359 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-15 22:15:59 +00:00
pichoro 12789420e9 Moving tilde to auto_replace, now that automatic text replacements are fixed.
Trying to make VS parameters de-bold.  Not working out.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1353 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-15 06:28:32 +00:00
twanvl be08fac89b the new pack system is alive!
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1317 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-09 03:03:04 +00:00
twanvl bce5761781 remove automatic <nospellcheck> tags, made the keyword reminder text code a bit easier to read.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1310 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-09 00:11:34 +00:00
pichoro 018b6a6c6b Put ~ back in text_filter. Why? Because I believe that 99.9% of users won't realize to update their automatic text replacements, and will report an error that the tilde no longer functions. Is it possible to just have automatic text replacements update when new ones are added, while keeping custom ones?
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1294 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-04 20:25:37 +00:00
coppro 3ee71ef6ae Added a lot of BOMs; cleaned up text replacements into auto_replace scripts.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1292 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-04 19:10:05 +00:00
pichoro 3f9891bbdc Removed ` from LEGENDNAME replacement; that wasn't a bug.
@ is replaced with LEGENDNAME in automatic text replacements, as the community preferred @ as the shortcut.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1289 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-03 21:07:05 +00:00
coppro ed16dd6864 Updated dictionary
Added new <nospellcheck> tag, to prevent spell-checking of words within.
Prevented spellchecking of anything a) matching a keyword or b) formed from a cardname atom
Replaced ` as LEGENDNAME alternative; I think it's a bug that it's gone


git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1288 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-03 06:16:02 +00:00
pichoro 7518786f28 Miscellaneous colored artifact updates for Magic, following Shards.
First Conflux keyword for Magic.
Improved Mythic Rare coloration.
Slightly improved creature type lists.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1284 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-02 20:52:12 +00:00
twanvl 1bc965d461 put an empty word list in the subtype box if possible
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1272 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-12-30 18:45:45 +00:00
twanvl 55fe3e142c spellchecking can be disabled
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1271 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-12-30 16:38:06 +00:00
twanvl 12f8be203e The check_spelling function now has support for additional dictionaries and regexes to match.
The magic game uses these features.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1269 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-12-30 02:09:11 +00:00
twanvl a57170e7c2 Simple spelling checker using the Hunspell library.
This time adding the source files :)

The checker is used (experimentally) by the magic game file.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1262 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-12-29 01:34:13 +00:00
twanvl f191090852 Added "text length (lines)" statistics dimension
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1256 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-12-27 19:40:00 +00:00
twanvl 7e3f9cccdc Some tweaks of the regular expressions to improve performance (in_context is slow!)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1194 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-09-02 20:53:56 +00:00
twanvl 4b2a36bba8 Added (partial) support for making cards in French style
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1177 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-27 18:56:55 +00:00
twanvl 644268a72d cmc now works correctly with keyword parameters
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1164 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-24 16:41:21 +00:00
twanvl c81049a7f5 cmc("0") == 0
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1162 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-24 16:23:01 +00:00
coppro 373672810b Tweaks to color-defining CDA abilities - no longer detect colors in card names.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1159 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-22 03:55:12 +00:00
twanvl d7c867e759 Restored the card sorting for magic: the color component of sort_index was accidentally removed.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1125 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 18:40:13 +00:00
twanvl cb72dbea2f added total number of cards to random pack panel
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1122 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 17:34:13 +00:00
pichoro 1b57db2f97 Provided for rulestip card sorting in Magic game file.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1115 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 01:38:17 +00:00
twanvl e4d2df4827 Separate card numbers for tokens
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1089 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-07 20:52:15 +00:00
twanvl 2c6c6645f7 Lower case keywords are now recognized, but only if all parameters are given.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1078 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-07 01:01:51 +00:00
twanvl 2b3bae9549 The magic game file was getting way too long, so I split it into several files.
As a bonus the keywords and perhaps other reusable parts can now be used by vanguard with "include file: /magic.mse-game/keywords".

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1073 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-06 16:18:33 +00:00